summaryrefslogtreecommitdiff
path: root/gtk/gtkselection.c
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2012-07-02 02:19:06 -0400
committerCosimo Cecchi <cosimoc@gnome.org>2012-07-02 10:41:11 -0400
commitf70fc49ebc999bc4e37c0807e818aeff2bca3459 (patch)
treedd4e205b9f93cbc386b4d8087e485cb15d06393c /gtk/gtkselection.c
parentff28d3f4d902a15ad33068adb52ab0ae8caf9cab (diff)
downloadgtk+-f70fc49ebc999bc4e37c0807e818aeff2bca3459.tar.gz
docs: fix a number of typos and obsolete references
Diffstat (limited to 'gtk/gtkselection.c')
-rw-r--r--gtk/gtkselection.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkselection.c b/gtk/gtkselection.c
index 008d99c36f..67a774f768 100644
--- a/gtk/gtkselection.c
+++ b/gtk/gtkselection.c
@@ -661,8 +661,8 @@ gtk_target_table_free (GtkTargetEntry *targets,
/**
* gtk_selection_owner_set_for_display:
- * @display: the #Gdkdisplay where the selection is set
- * @widget: (allow-none): new selection owner (a #GdkWidget), or %NULL.
+ * @display: the #GdkDisplay where the selection is set
+ * @widget: (allow-none): new selection owner (a #GtkWidget), or %NULL.
* @selection: an interned atom representing the selection to claim.
* @time_: timestamp with which to claim the selection
*