diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2002-11-28 00:33:17 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2002-11-28 00:33:17 +0000 |
commit | 7cb3f99fc794c2dc8ccc858845e3f2539e713a6c (patch) | |
tree | 9a76b00598af309c08f5b7cb7c0105aca0b5ca7a /gtk/gtkclipboard.c | |
parent | 7f26dbf30a497f8b12e660378b8700d8b1bfced6 (diff) | |
download | gtk+-7cb3f99fc794c2dc8ccc858845e3f2539e713a6c.tar.gz |
Document 2.2 API additions.
Diffstat (limited to 'gtk/gtkclipboard.c')
-rw-r--r-- | gtk/gtkclipboard.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/gtkclipboard.c b/gtk/gtkclipboard.c index 778e032194..8415918d45 100644 --- a/gtk/gtkclipboard.c +++ b/gtk/gtkclipboard.c @@ -190,6 +190,8 @@ clipboard_display_closed (GdkDisplay *display, * be created. Once a clipboard object has * been created, it is persistent for all time and * cannot be freed. + * + * Since: 2.2 **/ GtkClipboard * gtk_clipboard_get_for_display (GdkDisplay *display, GdkAtom selection) @@ -955,6 +957,8 @@ gtk_clipboard_wait_for_text (GtkClipboard *clipboard) * Gets the #GdkDisplay associated with @clipboard * * Return value: the #GdkDisplay associated with @clipboard + * + * Since: 2.2 **/ GdkDisplay * gtk_clipboard_get_display (GtkClipboard *clipboard) |