X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkapplicationprivate.h;h=bd84b1ade342f8f5c11ede69a9e4397e3391bc9f;hb=aaedf5a35219b034a244730564b8fdf2b7d32540;hp=4ff3b2b27eecf51f44ed66d790ba30e5e5e6d432;hpb=88ec007b9858132720cc602ac1a63396f66116bc;p=~andy%2Fgtk diff --git a/gtk/gtkapplicationprivate.h b/gtk/gtkapplicationprivate.h index 4ff3b2b27..bd84b1ade 100644 --- a/gtk/gtkapplicationprivate.h +++ b/gtk/gtkapplicationprivate.h @@ -12,9 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * License along with this library. If not, see . * * Author: Ryan Lortie */ @@ -23,20 +21,23 @@ #ifndef __GTK_APPLICATION_PRIVATE_H__ #define __GTK_APPLICATION_PRIVATE_H__ -#include "gsimpleactionobserver.h" #include "gtkapplicationwindow.h" G_GNUC_INTERNAL gboolean gtk_application_window_publish (GtkApplicationWindow *window, GDBusConnection *session, - const gchar *object_path); + const gchar *object_path, + guint object_id); G_GNUC_INTERNAL void gtk_application_window_unpublish (GtkApplicationWindow *window); G_GNUC_INTERNAL -GSimpleActionObserver * gtk_application_window_get_observer (GtkApplicationWindow *window, - const gchar *action_name, - GVariant *target); +GtkAccelGroup * gtk_application_window_get_accel_group (GtkApplicationWindow *window); + +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); #endif /* __GTK_APPLICATION_PRIVATE_H__ */