* An alternative method to get the user data for use in signal callbacks. * Returns: (transfer none): the application's user data */
| 1078 | * Returns: (transfer none): the application's user data |
| 1079 | */ |
| 1080 | signal_user_data_t * |
| 1081 | ghb_ud (void) |
| 1082 | { |
| 1083 | GhbApplication *app = GHB_APPLICATION_DEFAULT; |
| 1084 | g_assert(GHB_IS_APPLICATION(app)); |
| 1085 | |
| 1086 | return app->ud; |
| 1087 | } |
| 1088 | |
| 1089 | GtkWidget * |
| 1090 | ghb_builder_widget (const char *name) |
no outgoing calls
no test coverage detected