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

Function ghb_builder_widget

gtk/src/application.c:1089–1097  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1087}
1088
1089GtkWidget *
1090ghb_builder_widget (const char *name)
1091{
1092 GhbApplication *app = GHB_APPLICATION_DEFAULT;
1093 g_assert(GHB_IS_APPLICATION(app));
1094
1095 if (!app->builder) return NULL;
1096 return GTK_WIDGET(gtk_builder_get_object(app->builder, name));
1097}
1098
1099GObject *
1100ghb_builder_object (const char *name)

Calls

no outgoing calls

Tested by

no test coverage detected