diff options
author | Pavel Holejsovsky <pholejs@src.gnome.org> | 2011-01-18 06:37:11 +0100 |
---|---|---|
committer | Pavel Holejsovsky <pholejs@src.gnome.org> | 2011-01-20 13:57:21 +0100 |
commit | 374e76a19dac87676995356f6daacb10f4bb6e36 (patch) | |
tree | a91c71d7d3766541344472d2d61eccf7bfa31804 /gtk/gtktreemodel.c | |
parent | 2fb1c064020c5db189285b1d5e8b8dcea8e9d09b (diff) | |
download | gtk+-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/gtktreemodel.c')
-rw-r--r-- | gtk/gtktreemodel.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtktreemodel.c b/gtk/gtktreemodel.c index 67310d68c4..a6c075a097 100644 --- a/gtk/gtktreemodel.c +++ b/gtk/gtktreemodel.c @@ -421,7 +421,7 @@ gtk_tree_model_base_init (gpointer g_class) row_deleted_params); /** - * GtkTreeModel::rows-reordered: + * GtkTreeModel::rows-reordered: (skip) * @tree_model: the #GtkTreeModel on which the signal is emitted * @path: a #GtkTreePath identifying the tree node whose children * have been reordered @@ -784,7 +784,7 @@ gtk_tree_path_get_depth (GtkTreePath *path) } /** - * gtk_tree_path_get_indices: + * gtk_tree_path_get_indices: (skip) * @path: a #GtkTreePath * * Returns the current indices of @path. @@ -1825,7 +1825,7 @@ gtk_tree_model_row_deleted (GtkTreeModel *tree_model, } /** - * gtk_tree_model_rows_reordered: + * gtk_tree_model_rows_reordered: (skip) * @tree_model: a #GtkTreeModel * @path: a #GtkTreePath pointing to the tree node whose children * have been reordered @@ -2431,7 +2431,7 @@ gtk_tree_row_reference_deleted (GObject *proxy, } /** - * gtk_tree_row_reference_reordered: + * gtk_tree_row_reference_reordered: (skip) * @proxy: a #GObject * @path: the parent path of the reordered signal * @iter: the iter pointing to the parent of the reordered |