diff options
| author | Pavel Holejsovsky <pholejs@src.gnome.org> | 2011-01-18 05:37:11 (GMT) |
|---|---|---|
| committer | Pavel Holejsovsky <pholejs@src.gnome.org> | 2011-01-20 12:57:21 (GMT) |
| commit | 374e76a19dac87676995356f6daacb10f4bb6e36 (patch) | |
| tree | a91c71d7d3766541344472d2d61eccf7bfa31804 /gtk/gtkclipboard.c | |
| parent | 2fb1c064020c5db189285b1d5e8b8dcea8e9d09b (diff) | |
| download | gtk+-374e76a19dac87676995356f6daacb10f4bb6e36.zip gtk+-374e76a19dac87676995356f6daacb10f4bb6e36.tar.xz | |
[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.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gtk/gtkclipboard.c b/gtk/gtkclipboard.c index 1fdc44d..2bf5cef 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, |