Top | ![]() |
![]() |
![]() |
![]() |
GtefApplication extends the GtkApplication class.
GtefApplication has a GtefActionInfoStore object that can be retrieved with
gtef_application_get_action_info_store()
.
Note that GtefApplication extends the GtkApplication class but without subclassing it, because several libraries might want to extend GtkApplication and an application needs to be able to use all those extensions at the same time.
GtefApplication *
gtef_application_get_from_gtk_application
(GtkApplication *gtk_app
);
Returns the GtefApplication of gtk_app
. The returned object is guaranteed
to be the same for the lifetime of gtk_app
.
Since: 2.0
GtkApplication *
gtef_application_get_application (GtefApplication *gtef_app
);
Since: 2.0
GtefActionInfoStore *
gtef_application_get_action_info_store
(GtefApplication *gtef_app
);
Since: 2.0
“application”
property“application” GtkApplication *
The GtkApplication.
Flags: Read / Write / Construct Only
Since: 2.0