]> Pileus Git - ~andy/gtk/commitdiff
Documentation fixes. (#324815, Ross Burton)
authorMatthias Clasen <mclasen@redhat.com>
Mon, 26 Dec 2005 05:07:53 +0000 (05:07 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 26 Dec 2005 05:07:53 +0000 (05:07 +0000)
2005-12-25  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtkwindow.c: Documentation fixes.  (#324815,
        Ross Burton)

ChangeLog
ChangeLog.pre-2-10
gtk/gtkwindow.c

index 5f50a32087dcc81c6ed33a2b27df271fb879d024..e54411bfbfb546eef14b16c94341fc0a493d674c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2005-12-25  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkwindow.c: Documentation fixes.  (#324815, 
+       Ross Burton)
+
        * configure.in: Require GLib 2.9.2
 
 2005-12-24  Matthias Clasen  <mclasen@redhat.com>
index 5f50a32087dcc81c6ed33a2b27df271fb879d024..e54411bfbfb546eef14b16c94341fc0a493d674c 100644 (file)
@@ -1,5 +1,8 @@
 2005-12-25  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkwindow.c: Documentation fixes.  (#324815, 
+       Ross Burton)
+
        * configure.in: Require GLib 2.9.2
 
 2005-12-24  Matthias Clasen  <mclasen@redhat.com>
index ee6877f26be7067a32f8fe70b7596962e65dbf87..4fbcab3df9b7d94f96bf66fbec08b8184399c5fd 100644 (file)
@@ -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