summaryrefslogtreecommitdiff
path: root/gtk/gtkclipboard.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2002-01-09 00:02:30 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2002-01-09 00:02:30 +0000
commit4127a267f19bc152e7d421c1363a204758fd29b3 (patch)
treefe80c69108ae5aefa3f9f821786c3d39019a6d66 /gtk/gtkclipboard.c
parent9f35f366612f82ba48796e0e208eb5e78138a68c (diff)
downloadgtk+-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/gtkclipboard.c')
-rw-r--r--gtk/gtkclipboard.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtkclipboard.c b/gtk/gtkclipboard.c
index b4dbba71fc..97d9ea9931 100644
--- a/gtk/gtkclipboard.c
+++ b/gtk/gtkclipboard.c
@@ -498,7 +498,8 @@ clipboard_unset (GtkClipboard *clipboard)
* @clipboard: a #GtkClipboard
*
* Clears the contents of the clipboard. Generally this should only
- * be called between the time you call gtk_clipboard_set_contents(),
+ * be called between the time you call gtk_clipboard_set_with_owner()
+ * or gtk_clipboard_set_with_data(),
* and when the @clear_func you supplied is called. Otherwise, the
* clipboard may be owned by someone else.
**/