Add gdk_notify_startup_complete_with_id and gdk_window_set_startup_id.

2007-03-15  Tor Lillqvist  <tml@novell.com>

	* gdk/gdk.symbols: Add gdk_notify_startup_complete_with_id and
	gdk_window_set_startup_id.

	* gdk/win32/gdkmain-win32.c: Add dummy implementations of the above.


svn path=/trunk/; revision=17518
This commit is contained in:
Tor Lillqvist
2007-03-15 16:48:26 +00:00
committed by Tor Lillqvist
parent 4191ec6a02
commit 03ad30de0a
3 changed files with 21 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2007-03-15 Tor Lillqvist <tml@novell.com>
* gdk/gdk.symbols: Add gdk_notify_startup_complete_with_id and
gdk_window_set_startup_id.
* gdk/win32/gdkmain-win32.c: Add dummy implementations of the above.
2007-03-15 Emmanuele Bassi <ebassi@gnome.org> 2007-03-15 Emmanuele Bassi <ebassi@gnome.org>
* gtk/gtkrecentchooserprivate.h: * gtk/gtkrecentchooserprivate.h:
@ -63,7 +70,7 @@
* gdk/gdk.h: * gdk/gdk.h:
* gdk/gdkx.h: * gdk/gdkx.h:
* gdk/x11/gdkdisplay-x11.c: Add gdk_notify_startup_complete_wit_id() * gdk/x11/gdkdisplay-x11.c: Add gdk_notify_startup_complete_with_id()
and gdk_x11_display_get_startup_notification_id(). and gdk_x11_display_get_startup_notification_id().
* gdk/gdkwindow.h: * gdk/gdkwindow.h:

View File

@ -100,6 +100,7 @@ gdk_flush
#if IN_HEADER(__GDK_H__) #if IN_HEADER(__GDK_H__)
#if IN_FILE(__GDK_DISPLAY_X11_C__) #if IN_FILE(__GDK_DISPLAY_X11_C__)
gdk_notify_startup_complete gdk_notify_startup_complete
gdk_notify_startup_complete_with_id
#endif #endif
#endif #endif
@ -717,6 +718,7 @@ gdk_window_set_urgency_hint
gdk_window_set_geometry_hints gdk_window_set_geometry_hints
gdk_window_set_title gdk_window_set_title
gdk_window_set_role gdk_window_set_role
gdk_window_set_startup_id
gdk_window_set_transient_for gdk_window_set_transient_for
gdk_window_set_background gdk_window_set_background
gdk_window_set_back_pixmap gdk_window_set_back_pixmap

View File

@ -218,6 +218,17 @@ gdk_notify_startup_complete (void)
{ {
} }
void
gdk_notify_startup_complete_with_id (const gchar* startup_id)
{
}
void
gdk_window_set_startup_id (GdkWindow *window,
const gchar *startup_id)
{
}
#ifdef G_ENABLE_DEBUG #ifdef G_ENABLE_DEBUG
/* /*