summaryrefslogtreecommitdiff
path: root/gtk/gtkclipboard.c
diff options
context:
space:
mode:
authorPavel Holejsovsky <pholejs@src.gnome.org>2011-01-18 06:37:11 +0100
committerPavel Holejsovsky <pholejs@src.gnome.org>2011-01-20 13:57:21 +0100
commit374e76a19dac87676995356f6daacb10f4bb6e36 (patch)
treea91c71d7d3766541344472d2d61eccf7bfa31804 /gtk/gtkclipboard.c
parent2fb1c064020c5db189285b1d5e8b8dcea8e9d09b (diff)
downloadgtk+-374e76a19dac87676995356f6daacb10f4bb6e36.tar.gz
[GI] Mark unintrospectable constructs as (skip)
Also adds 'Rename to:' annotation to some constructs replacing the skipped ones.
Diffstat (limited to 'gtk/gtkclipboard.c')
-rw-r--r--gtk/gtkclipboard.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/gtk/gtkclipboard.c b/gtk/gtkclipboard.c
index 1fdc44d727..2bf5cefb16 100644
--- a/gtk/gtkclipboard.c
+++ b/gtk/gtkclipboard.c
@@ -565,10 +565,10 @@ gtk_clipboard_set_contents (GtkClipboard *clipboard,
}
/**
- * gtk_clipboard_set_with_data:
+ * gtk_clipboard_set_with_data: (skip)
* @clipboard: a #GtkClipboard
- * @targets: array containing information about the available forms for the
- * clipboard data
+ * @targets: (array length=n_targets): array containing information
+ * about the available forms for the clipboard data
* @n_targets: number of elements in @targets
* @get_func: (scope async): function to call to get the actual clipboard data
* @clear_func: (scope async): when the clipboard contents are set again,
@@ -602,10 +602,10 @@ gtk_clipboard_set_with_data (GtkClipboard *clipboard,
}
/**
- * gtk_clipboard_set_with_owner:
+ * gtk_clipboard_set_with_owner: (skip)
* @clipboard: a #GtkClipboard
- * @targets: array containing information about the available forms for
- * the clipboard data
+ * @targets: (array length=n_targets): array containing information
+ * about the available forms for the clipboard data
* @n_targets: number of elements in @targets
* @get_func: (scope async): function to call to get the actual clipboard data
* @clear_func: (scope async): when the clipboard contents are set again,