diff options
author | Christian Persch <chpe@gnome.org> | 2012-04-20 19:29:11 +0200 |
---|---|---|
committer | Christian Persch <chpe@gnome.org> | 2012-05-03 17:45:46 +0200 |
commit | ff66d0d8e5817596cc7fd736abfebbf3dfd94fc5 (patch) | |
tree | 3f456995c21de297a3a8473d36f07affa3177ad1 /gtk/gtkapplicationwindow.h | |
parent | 824776cb02af011424ad6bdaa15238a1eafcb700 (diff) | |
download | gtk+-ff66d0d8e5817596cc7fd736abfebbf3dfd94fc5.tar.gz |
application: Add unique IDs for GtkApplicationWindow
This will allow to refer to specific GtkApplicationWindows remotely by ID.
https://bugzilla.gnome.org/show_bug.cgi?id=674409
Diffstat (limited to 'gtk/gtkapplicationwindow.h')
-rw-r--r-- | gtk/gtkapplicationwindow.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/gtkapplicationwindow.h b/gtk/gtkapplicationwindow.h index 22a013f8f1..32fd068f98 100644 --- a/gtk/gtkapplicationwindow.h +++ b/gtk/gtkapplicationwindow.h @@ -67,6 +67,9 @@ void gtk_application_window_set_show_menubar (GtkApplicationWindow *windo GDK_AVAILABLE_IN_3_4 gboolean gtk_application_window_get_show_menubar (GtkApplicationWindow *window); +GDK_AVAILABLE_IN_3_6 +guint gtk_application_window_get_id (GtkApplicationWindow *window); + G_END_DECLS #endif /* __GTK_APPLICATION_WINDOW_H__ */ |