diff options
author | Jonas Danielsson <jonas@threetimestwo.org> | 2014-03-28 13:43:33 +0100 |
---|---|---|
committer | Jonas Danielsson <jonas@threetimestwo.org> | 2014-03-28 22:47:25 +0100 |
commit | 45b982dc7f2221b947faffa2f6695cbb343ac86d (patch) | |
tree | 2dfca611727efd4b5da85084b8005c58b2e404fb /gtk | |
parent | 9e686d1fb5cb2067e440d6cd6b501c0500390899 (diff) | |
download | gtk+-45b982dc7f2221b947faffa2f6695cbb343ac86d.tar.gz |
clipboard: Add link to GdkDisplay in doc
https://bugzilla.gnome.org/show_bug.cgi?id=712752
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/gtkclipboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkclipboard.c b/gtk/gtkclipboard.c index 9c8bc1eb75..b867a3fbe9 100644 --- a/gtk/gtkclipboard.c +++ b/gtk/gtkclipboard.c @@ -314,7 +314,7 @@ clipboard_display_closed (GdkDisplay *display, /** * gtk_clipboard_get_for_display: - * @display: the display for which the clipboard is to be retrieved or created + * @display: the #GdkDisplay for which the clipboard is to be retrieved or created. * @selection: a #GdkAtom which identifies the clipboard to use. * * Returns the clipboard object for the given selection. |