Handbook
Glossary
gtk_tree_model_sort_convert_child_path_to_path ( tree_model_sort child_path -- GtkTreePath* )
Vocabulary
gtk2
.
ffi
Inputs
tree_model_sort
an
object
child_path
an
object
Outputs
GtkTreePath*
an
object
Definition
USING:
alien.syntax
;
IN:
gtk2.ffi
LIBRARY:
gtk2
FUNCTION:
GtkTreePath*
gtk_tree_model_sort_convert_child_path_to_path
( GtkTreeModelSort* tree_model_sort, GtkTreePath* child_path
)