Typo fix.

This commit is contained in:
Matthias Clasen 2004-05-31 06:40:27 +00:00
parent 684ce0c68b
commit fedc8f25a9
5 changed files with 21 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Mon May 31 02:39:32 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkimage.c (gtk_image_new_from_pixmap): Fix typo in
docs. (#142892, Tommi Komulainen)
Mon May 31 02:16:37 2004 Matthias Clasen <maclas@gmx.de> Mon May 31 02:16:37 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkhandlebox.c: Make detached handleboxes work when their * gtk/gtkhandlebox.c: Make detached handleboxes work when their

View File

@ -1,3 +1,8 @@
Mon May 31 02:39:32 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkimage.c (gtk_image_new_from_pixmap): Fix typo in
docs. (#142892, Tommi Komulainen)
Mon May 31 02:16:37 2004 Matthias Clasen <maclas@gmx.de> Mon May 31 02:16:37 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkhandlebox.c: Make detached handleboxes work when their * gtk/gtkhandlebox.c: Make detached handleboxes work when their

View File

@ -1,3 +1,8 @@
Mon May 31 02:39:32 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkimage.c (gtk_image_new_from_pixmap): Fix typo in
docs. (#142892, Tommi Komulainen)
Mon May 31 02:16:37 2004 Matthias Clasen <maclas@gmx.de> Mon May 31 02:16:37 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkhandlebox.c: Make detached handleboxes work when their * gtk/gtkhandlebox.c: Make detached handleboxes work when their

View File

@ -1,3 +1,8 @@
Mon May 31 02:39:32 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkimage.c (gtk_image_new_from_pixmap): Fix typo in
docs. (#142892, Tommi Komulainen)
Mon May 31 02:16:37 2004 Matthias Clasen <maclas@gmx.de> Mon May 31 02:16:37 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkhandlebox.c: Make detached handleboxes work when their * gtk/gtkhandlebox.c: Make detached handleboxes work when their

View File

@ -402,7 +402,7 @@ gtk_image_get_property (GObject *object,
* @mask: a #GdkBitmap, or %NULL * @mask: a #GdkBitmap, or %NULL
* *
* Creates a #GtkImage widget displaying @pixmap with a @mask. * Creates a #GtkImage widget displaying @pixmap with a @mask.
* A #GdkImage is a server-side image buffer in the pixel format of the * A #GdkPixmap is a server-side image buffer in the pixel format of the
* current display. The #GtkImage does not assume a reference to the * current display. The #GtkImage does not assume a reference to the
* pixmap or mask; you still need to unref them if you own references. * pixmap or mask; you still need to unref them if you own references.
* #GtkImage will add its own reference rather than adopting yours. * #GtkImage will add its own reference rather than adopting yours.