From 4127a267f19bc152e7d421c1363a204758fd29b3 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 9 Jan 2002 00:02:30 +0000 Subject: 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. --- gtk/gtkclipboard.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gtk/gtkclipboard.c') 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. **/ -- cgit v1.2.1