Doc fixes

This commit is contained in:
Ross Burton
2006-02-09 15:51:21 +00:00
parent 8dee85c78f
commit e13264939d
3 changed files with 14 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
2006-02-09 Ross Burton <ross@burtonini.com>
Merged from HEAD:
* gtk/gtkwindow.c: Documentation fixes (#324815).
2006-02-09 Tor Lillqvist <tml@novell.com>
* gdk/win32/gdkevents-win32.c (gdk_event_translate)

View File

@@ -1,3 +1,9 @@
2006-02-09 Ross Burton <ross@burtonini.com>
Merged from HEAD:
* gtk/gtkwindow.c: Documentation fixes (#324815).
2006-02-09 Tor Lillqvist <tml@novell.com>
* gdk/win32/gdkevents-win32.c (gdk_event_translate)

View File

@@ -6027,7 +6027,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
@@ -7592,7 +7592,7 @@ _gtk_window_set_has_toplevel_focus (GtkWindow *window,
* @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
* 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