summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-12-26 05:07:53 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-12-26 05:07:53 +0000
commitad26705e700c9ba62b180156645bfa1d72a7c77b (patch)
treef059d1316f130812823de86f0f2578f68adf9f5e /gtk
parentc587f439f7c34351f131dfc079f14798ce1234fd (diff)
downloadgtk+-ad26705e700c9ba62b180156645bfa1d72a7c77b.tar.gz
Documentation fixes. (#324815, Ross Burton)
2005-12-25 Matthias Clasen <mclasen@redhat.com> * gtk/gtkwindow.c: Documentation fixes. (#324815, Ross Burton)
Diffstat (limited to 'gtk')
-rw-r--r--gtk/gtkwindow.c13
1 files changed, 6 insertions, 7 deletions
diff --git a/gtk/gtkwindow.c b/gtk/gtkwindow.c
index ee6877f26b..4fbcab3df9 100644
--- a/gtk/gtkwindow.c
+++ b/gtk/gtkwindow.c
@@ -6128,7 +6128,7 @@ gtk_window_set_frame_dimensions (GtkWindow *window,
* where the user can see it.
*
* If you are calling this function in response to a user interaction,
- * it is preferable to use gdk_window_present_with_time().
+ * it is preferable to use gtk_window_present_with_time().
*
**/
void
@@ -7693,12 +7693,11 @@ _gtk_window_set_has_toplevel_focus (GtkWindow *window,
* gtk_window_set_auto_startup_notification:
* @setting: %TRUE to automatically do startup notification
*
- * By default, after showing the first #GtkWindow for each #GdkScreen,
- * GTK+ calls gdk_screen_notify_startup_complete(). Call this
- * function to disable the automatic startup notification. You might
- * do this if your first window is a splash screen, and you want to
- * delay notification until after your real main window has been
- * shown, for example.
+ * By default, after showing the first #GtkWindow, GTK+ calls
+ * gdk_notify_startup_complete(). Call this function to disable
+ * the automatic startup notification. You might do this if your
+ * first window is a splash screen, and you want to delay notification
+ * until after your real main window has been shown, for example.
*
* In that example, you would disable startup notification
* temporarily, show your splash screen, then re-enable it so that