| 1097 | } |
| 1098 | |
| 1099 | GObject * |
| 1100 | ghb_builder_object (const char *name) |
| 1101 | { |
| 1102 | GhbApplication *app = GHB_APPLICATION_DEFAULT; |
| 1103 | g_assert(GHB_IS_APPLICATION(app)); |
| 1104 | |
| 1105 | if (!app->builder) return NULL; |
| 1106 | return gtk_builder_get_object(app->builder, name); |
| 1107 | } |
| 1108 | |
| 1109 | int |
| 1110 | ghb_get_cancel_status (void) |
no outgoing calls
no test coverage detected