summaryrefslogtreecommitdiff
path: root/gtk/gtkselection.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkselection.c')
-rw-r--r--gtk/gtkselection.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/gtk/gtkselection.c b/gtk/gtkselection.c
index fc222f9915..f841bc4ec2 100644
--- a/gtk/gtkselection.c
+++ b/gtk/gtkselection.c
@@ -1117,6 +1117,8 @@ gtk_selection_convert (GtkWidget *widget,
*
* Retrieves the target of the selection.
*
+ * Returns: the target of the selection.
+ *
* Since: 2.14
**/
GdkAtom
@@ -1133,6 +1135,8 @@ gtk_selection_data_get_target (GtkSelectionData *selection_data)
*
* Retrieves the data type of the selection.
*
+ * Returns: the data type of the selection.
+ *
* Since: 2.14
**/
GdkAtom
@@ -1149,6 +1153,8 @@ gtk_selection_data_get_data_type (GtkSelectionData *selection_data)
*
* Retrieves the format of the selection.
*
+ * Returns: the format of the selection.
+ *
* Since: 2.14
**/
gint
@@ -1168,6 +1174,8 @@ gtk_selection_data_get_format (GtkSelectionData *selection_data)
*
* If @length is not %NULL it is filled with the length of data.
*
+ * Returns: the raw data of the selection.
+ *
* Since: 2.14
**/
const guchar*
@@ -1188,6 +1196,8 @@ gtk_selection_data_get_data (GtkSelectionData *selection_data,
*
* Retrieves the display of the selection.
*
+ * Returns: the display of the selection.
+ *
* Since: 2.14
**/
GdkDisplay *