API 版本: 4.0
库版本: 4.17.2
由 gi-docgen 2024.2 生成
已弃用: 4.10
int* gtk_tree_path_get_indices ( GtkTreePath* path )
返回当前 path 的索引。
这是一个整数数组,每个整数代表树中的一个节点。此值不应被释放。
数组的长度可以通过 gtk_tree_path_get_depth() 获取。
已弃用:4.10
请不要在新建的代码中使用它。
此方法通常不可直接由语言绑定使用。
此方法的实现由语言绑定中的 gtk_tree_path_get_indices_with_depth() 提供。
gtk_tree_path_get_indices_with_depth()
类型: int*
int*
当前索引。
NULL