diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-12-13 20:46:00 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-12-21 12:06:59 -0500 |
commit | beaa11be9843963190490bc239aa4adc83600d3f (patch) | |
tree | 90a6bf413f9d87d231041b4e1111028ba85d6aaf /gdk/gdk.symbols | |
parent | a251d3786bdf2849b97035a04952ef66af86e245 (diff) | |
download | gtk+-beaa11be9843963190490bc239aa4adc83600d3f.tar.gz |
Add a vfunc for gdk_notify_startup_complete
At the same time, add a display api for this, since it really
is per-display.
Diffstat (limited to 'gdk/gdk.symbols')
-rw-r--r-- | gdk/gdk.symbols | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdk/gdk.symbols b/gdk/gdk.symbols index d47c4e25dd..6093cc44b6 100644 --- a/gdk/gdk.symbols +++ b/gdk/gdk.symbols @@ -109,6 +109,7 @@ gdk_display_manager_get_default_display gdk_display_manager_get_type G_GNUC_CONST gdk_display_manager_list_displays gdk_display_manager_set_default_display +gdk_display_notify_startup_complete gdk_display_open gdk_display_open_default_libgtk_only gdk_display_peek_event |