forked from AuroraMiddleware/gtk
Fix the build
This commit is contained in:
parent
5af7597e2e
commit
0e99667286
@ -4671,6 +4671,7 @@ gtk_tree_path_down
|
||||
gtk_tree_path_free
|
||||
gtk_tree_path_get_depth
|
||||
gtk_tree_path_get_indices
|
||||
gtk_tree_path_get_indices_with_depth
|
||||
gtk_tree_path_get_type G_GNUC_CONST
|
||||
gtk_tree_path_is_ancestor
|
||||
gtk_tree_path_is_descendant
|
||||
|
@ -634,7 +634,7 @@ gtk_tree_path_get_indices (GtkTreePath *path)
|
||||
*
|
||||
* Return value: (array length=depth) (transfer none): The current indices, or %NULL.
|
||||
*
|
||||
* Since: 3.0
|
||||
* Since: 2.22
|
||||
**/
|
||||
gint *
|
||||
gtk_tree_path_get_indices_with_depth (GtkTreePath *path, gint *depth)
|
||||
|
@ -134,6 +134,8 @@ void gtk_tree_path_prepend_index (GtkTreePath *path,
|
||||
gint index_);
|
||||
gint gtk_tree_path_get_depth (GtkTreePath *path);
|
||||
gint *gtk_tree_path_get_indices (GtkTreePath *path);
|
||||
gint *gtk_tree_path_get_indices_with_depth (GtkTreePath *path,
|
||||
gint *depth);
|
||||
void gtk_tree_path_free (GtkTreePath *path);
|
||||
GtkTreePath *gtk_tree_path_copy (const GtkTreePath *path);
|
||||
GType gtk_tree_path_get_type (void) G_GNUC_CONST;
|
||||
|
Loading…
Reference in New Issue
Block a user