Small markup fixes.

This commit is contained in:
Matthias Clasen 2005-06-10 03:35:30 +00:00
parent abf069c08c
commit 0a8331150e
4 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2005-06-09 Matthias Clasen <mclasen@redhat.com>
* gdk/x11/gdkwindow-x11.c: Small markup fixes.
* gtk/gtkwidget.c (gtk_widget_set_app_paintable): Add docs.
(#306212, Steve Chaplin, docs provided by Billy Biggs)

View File

@ -1,5 +1,7 @@
2005-06-09 Matthias Clasen <mclasen@redhat.com>
* gdk/x11/gdkwindow-x11.c: Small markup fixes.
* gtk/gtkwidget.c (gtk_widget_set_app_paintable): Add docs.
(#306212, Steve Chaplin, docs provided by Billy Biggs)

View File

@ -1,5 +1,7 @@
2005-06-09 Matthias Clasen <mclasen@redhat.com>
* gdk/x11/gdkwindow-x11.c: Small markup fixes.
* gtk/gtkwidget.c (gtk_widget_set_app_paintable): Add docs.
(#306212, Steve Chaplin, docs provided by Billy Biggs)

View File

@ -2324,7 +2324,7 @@ gdk_window_set_skip_taskbar_hint (GdkWindow *window,
* thumbnail representation of the windows on the desktop). If a
* window's semantic type as specified with gdk_window_set_type_hint()
* already fully describes the window, this function should
* <emphasis>not<emphasis> be called in addition, instead you should
* <emphasis>not</emphasis> be called in addition, instead you should
* allow the window to be treated according to standard policy for
* its semantic type.
*