mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 08:28:43 +02:00
Rework GApplication API to use GInitable
https://bugzilla.gnome.org/show_bug.cgi?id=620952
This commit is contained in:
@@ -30,7 +30,6 @@ g_vfs_get_local
|
||||
#if IN_FILE(__G_APPLICATION_C__)
|
||||
g_application_get_type G_GNUC_CONST
|
||||
g_application_new
|
||||
g_application_new_and_register
|
||||
g_application_get_instance
|
||||
g_application_get_id
|
||||
g_application_set_action_enabled
|
||||
@@ -38,10 +37,12 @@ g_application_get_action_enabled
|
||||
g_application_get_action_description
|
||||
g_application_add_action
|
||||
g_application_remove_action
|
||||
g_application_register_with_data
|
||||
g_application_invoke_action
|
||||
g_application_list_actions
|
||||
g_application_run
|
||||
g_application_register
|
||||
g_application_try_new
|
||||
g_application_unregistered_try_new
|
||||
g_application_quit_with_data
|
||||
g_application_is_remote
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user