]> Pileus Git - ~andy/gtk/commit
GtkApplication: adjust to GApplication changes
authorRyan Lortie <desrt@desrt.ca>
Mon, 30 Apr 2012 16:34:47 +0000 (12:34 -0400)
committerRyan Lortie <desrt@desrt.ca>
Mon, 30 Apr 2012 21:50:45 +0000 (17:50 -0400)
commitaf71917015fc93c0dce5423b6f29e602d8fe751d
treec35590faa445c149414590117c3d88224a02ee35
parentbabd137e325931ee7b791dec8df825ad1262a320
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
configure.ac
gtk/gtkapplication.c
gtk/gtkapplicationprivate.h
gtk/gtkapplicationwindow.c