方法

GtkTreeModelFilterconvert_path_to_child_path

已弃用:4.10 

声明 [来源]

GtkTreePath*
gtk_tree_model_filter_convert_path_to_child_path (
  GtkTreeModelFilter* filter,
  GtkTreePath* filter_path
)

描述 [来源]

filter_path 转换为 filter 的子模型上的路径。也就是说,filter_path 指向 filter 中的位置。返回的路径将指向模型未被过滤的位置。如果 filter_path 不指向子模型中的位置,则返回 NULL

自 4.10 版本起弃用

请勿在新编写的代码中使用它。

参数

filter_path

类型: GtkTreePath

要转换的 GtkTreePath

数据由方法的调用者拥有。

返回值

类型: GtkTreePath

新分配的 GtkTreePath

方法的调用者将拥有返回的数据,并负责释放它。
返回值可以为 NULL