MCPcopy Create free account
hub / github.com/HandBrake/HandBrake / ghb_ud

Function ghb_ud

gtk/src/application.c:1080–1087  ·  view source on GitHub ↗

* An alternative method to get the user data for use in signal callbacks. * Returns: (transfer none): the application's user data */

Source from the content-addressed store, hash-verified

1078 * Returns: (transfer none): the application's user data
1079 */
1080signal_user_data_t *
1081ghb_ud (void)
1082{
1083 GhbApplication *app = GHB_APPLICATION_DEFAULT;
1084 g_assert(GHB_IS_APPLICATION(app));
1085
1086 return app->ud;
1087}
1088
1089GtkWidget *
1090ghb_builder_widget (const char *name)

Calls

no outgoing calls

Tested by

no test coverage detected