diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2002-10-22 22:11:22 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2002-10-22 22:11:22 +0000 |
commit | f900039c8f0562119aa7e66105155449a07ab721 (patch) | |
tree | e73359ef3eee1ce1d8b0266b700847c698e40302 /gdk/x11/gdkselection-x11.c | |
parent | f1b8a1ce57eb238241b2f7944c3374a4d1067155 (diff) | |
download | gtk+-f900039c8f0562119aa7e66105155449a07ab721.tar.gz |
Gdk API doc updates.
Diffstat (limited to 'gdk/x11/gdkselection-x11.c')
-rw-r--r-- | gdk/x11/gdkselection-x11.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk/x11/gdkselection-x11.c b/gdk/x11/gdkselection-x11.c index d79f2cd5a8..927dc61e49 100644 --- a/gdk/x11/gdkselection-x11.c +++ b/gdk/x11/gdkselection-x11.c @@ -363,7 +363,7 @@ gdk_selection_property_get (GdkWindow *requestor, } /** - * gdk_selection_send_notify_for_display : + * gdk_selection_send_notify_for_display: * @display : the #GdkDisplay where @requestor is realized * @requestor : window to which to deliver response. * @selection : selection that was requested. @@ -416,7 +416,7 @@ gdk_selection_send_notify_for_display (GdkDisplay *display, * the current local. (The elements of the array represent the * null-separated elements of the original text string.) * - * Returns : he number of strings stored in list, or 0, + * Returns : the number of strings stored in list, or 0, * if the conversion failed. */ gint |