summaryrefslogtreecommitdiff
path: root/gdk/gdkwindow.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2001-11-29 23:08:38 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2001-11-29 23:08:38 +0000
commit24aef23aab128c58c901092cb793d9a69caf2a24 (patch)
treed0fe4ed359bc361f7bba719ecb2458ef1deafbb8 /gdk/gdkwindow.c
parent209d0867e6369e75aa6b96ed229a0aaa6df91b64 (diff)
downloadgdk-pixbuf-24aef23aab128c58c901092cb793d9a69caf2a24.tar.gz
* gdk/gdkwindow.c: Typo fix. * gtk/gtk-sections.sgml: Add GtkTextChildAnchor. * gdk/tmpl/dnd.sgml: Updates. * gdk/tmpl/pango_interaction.sgml: Document GdkPangoAttrEmbossed and GdkPangoAttrStipple.
Diffstat (limited to 'gdk/gdkwindow.c')
-rw-r--r--gdk/gdkwindow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkwindow.c b/gdk/gdkwindow.c
index e16616514..7a871ed6c 100644
--- a/gdk/gdkwindow.c
+++ b/gdk/gdkwindow.c
@@ -2572,7 +2572,7 @@ gdk_window_constrain_size (GdkGeometry *geometry,
/**
* gdk_set_pointer_hooks:
- * @new_hooks: a table of pointer to functions for getting
+ * @new_hooks: a table of pointers to functions for getting
* quantities related to the current pointer position,
* or %NULL to restore the default table.
*