diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2002-01-09 00:02:30 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2002-01-09 00:02:30 +0000 |
commit | 4127a267f19bc152e7d421c1363a204758fd29b3 (patch) | |
tree | fe80c69108ae5aefa3f9f821786c3d39019a6d66 /gtk/gtkplug.c | |
parent | 9f35f366612f82ba48796e0e208eb5e78138a68c (diff) | |
download | gtk+-4127a267f19bc152e7d421c1363a204758fd29b3.tar.gz |
Speak of window IDs rather than XIDs in the docs.
* gtk/gtkplug.c, gtk/gtksocket.c: Speak of window IDs rather
than XIDs in the docs.
* gtk/gtkclipboard.c (gtk_clipboard_clear): Fix docs.
* gtk/tmpl/gtksocket.sgml, gtk/tmpl/gtkplug.sgml: speak of
window IDs rather than XIDs.
Diffstat (limited to 'gtk/gtkplug.c')
-rw-r--r-- | gtk/gtkplug.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkplug.c b/gtk/gtkplug.c index e8af9c5f05..74b4f2a12e 100644 --- a/gtk/gtkplug.c +++ b/gtk/gtkplug.c @@ -210,7 +210,7 @@ gtk_plug_set_is_child (GtkPlug *plug, * @plug: a #GtkPlug * @socket: a #GtkSocket * - * Add a plug to a socket within the same application. + * Adds a plug to a socket within the same application. **/ void _gtk_plug_add_to_socket (GtkPlug *plug, @@ -244,7 +244,7 @@ _gtk_plug_add_to_socket (GtkPlug *plug, * @plug: a #GtkPlug * @socket: a #GtkSocket * - * Remove a plug from a socket within the same application. + * Removes a plug from a socket within the same application. **/ void _gtk_plug_remove_from_socket (GtkPlug *plug, |