Method
GtkBuilderset_application
since: 3.10
Declaration [src]
void
gtk_builder_set_application (
GtkBuilder* builder,
GtkApplication* application
)
Description [src]
Sets the application associated with builder.
You only need this function if there is more than one GApplication
in your process. application cannot be NULL.
Available since: 3.10
Parameters
application-
Type:
GtkApplicationA
GtkApplication.The data is owned by the caller of the method.