Lines Matching refs:picl_nodehdl_t
37 int ptree_get_root(picl_nodehdl_t *nodeh);
39 picl_nodehdl_t *nodeh);
40 int ptree_destroy_node(picl_nodehdl_t nodeh);
41 int ptree_add_node(picl_nodehdl_t parh, picl_nodehdl_t chdh);
42 int ptree_delete_node(picl_nodehdl_t nodeh);
48 int ptree_add_prop(picl_nodehdl_t nodeh, picl_prophdl_t proph);
52 int ptree_update_propval_by_name(picl_nodehdl_t nodeh, const char *name,
57 int ptree_get_propval_by_name(picl_nodehdl_t nodeh, const char *name,
60 int ptree_get_first_prop(picl_nodehdl_t nodeh, picl_prophdl_t *proph);
62 int ptree_get_prop_by_name(picl_nodehdl_t nodeh, const char *name,
67 int ptree_get_node_by_path(const char *prl, picl_nodehdl_t *nodeh);
73 int ptree_create_and_add_prop(picl_nodehdl_t nodeh,
76 int ptree_create_and_add_node(picl_nodehdl_t rooth, const char *name,
77 const char *classname, picl_nodehdl_t *nodeh);
79 int ptree_walk_tree_by_class(picl_nodehdl_t rooth, const char *classname,
80 void *c_args, int (*callback_fn)(picl_nodehdl_t hdl, void *args));
82 int ptree_find_node(picl_nodehdl_t rooth, char *pname,
84 picl_nodehdl_t *retnodeh);