diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-03-04 00:12:55 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-03-04 00:12:55 +0000 |
commit | c374cd299b7e5fefadfa70553cf4ca23703dff26 (patch) | |
tree | 85b016f50e03648b2a2beaa9e0ca570a596d2bf2 /gdk/gdkpango.h | |
parent | a10898b662d3cd24d6421ea9b5580658f452dcb3 (diff) | |
download | gdk-pixbuf-c374cd299b7e5fefadfa70553cf4ca23703dff26.tar.gz |
Doc fixes
Sat Mar 3 16:59:16 2001 Owen Taylor <otaylor@redhat.com>
* gdk/gdkpango.h gdk/x11/gdkwindow-x11.c: Doc fixes
* gdk/win32/gdkinput.c (gdk_device_get_axis): Remove doc
comment. Won't do to have duplicated doc comments between
the platform subdirs.
Diffstat (limited to 'gdk/gdkpango.h')
-rw-r--r-- | gdk/gdkpango.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkpango.h b/gdk/gdkpango.h index efecac2e4..f6019d426 100644 --- a/gdk/gdkpango.h +++ b/gdk/gdkpango.h @@ -75,7 +75,7 @@ struct _GdkPangoAttrEmbossed gboolean embossed; }; -PangoAttribute *gdk_pango_attr_stipple_new (GdkBitmap *bitmap); +PangoAttribute *gdk_pango_attr_stipple_new (GdkBitmap *stipple); PangoAttribute *gdk_pango_attr_embossed_new (gboolean embossed); #ifdef __cplusplus |