Method
GtkBuilderget_application
since: 3.10
Declaration [src]
GtkApplication*
gtk_builder_get_application (
GtkBuilder* builder
)
Description [src]
Gets the GtkApplication
associated with the builder.
The GtkApplication
is used for creating action proxies as requested
from XML that the builder is loading.
By default, the builder uses the default application: the one from g_application_get_default(). If you want to use another application for constructing proxies, use gtk_builder_set_application().
Available since: 3.10
Return value
Type: GtkApplication
The application being used by the builder,
or NULL
.
The returned data is owned by the instance. |
The return value can be NULL . |