diff options
author | Ryan Lortie <desrt@desrt.ca> | 2012-04-30 12:34:47 -0400 |
---|---|---|
committer | Ryan Lortie <desrt@desrt.ca> | 2012-04-30 17:50:45 -0400 |
commit | af71917015fc93c0dce5423b6f29e602d8fe751d (patch) | |
tree | c35590faa445c149414590117c3d88224a02ee35 /gtk/gtkapplicationprivate.h | |
parent | babd137e325931ee7b791dec8df825ad1262a320 (diff) | |
download | gtk+-af71917015fc93c0dce5423b6f29e602d8fe751d.tar.gz |
GtkApplication: adjust to GApplication changes
GApplication now makes the session bus and object path available as a
public API on the application instance. Use that instead of trying to
guess values for ourselves.
This causes this version of Gtk+ to depend on GLib 2.32.2, so bumping
version dependency accordingly.
https://bugzilla.gnome.org/show_bug.cgi?id=671249
Diffstat (limited to 'gtk/gtkapplicationprivate.h')
-rw-r--r-- | gtk/gtkapplicationprivate.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtkapplicationprivate.h b/gtk/gtkapplicationprivate.h index a68015d5c9..e838e88cbc 100644 --- a/gtk/gtkapplicationprivate.h +++ b/gtk/gtkapplicationprivate.h @@ -44,8 +44,6 @@ G_GNUC_INTERNAL GtkAccelGroup * gtk_application_window_get_accel_group (GtkApplicationWindow *window); G_GNUC_INTERNAL -const gchar * gtk_application_get_dbus_object_path (GtkApplication *application); -G_GNUC_INTERNAL const gchar * gtk_application_get_app_menu_object_path (GtkApplication *application); G_GNUC_INTERNAL const gchar * gtk_application_get_menubar_object_path (GtkApplication *application); |