MCPcopy Create free account
hub / github.com/HandBrake/HandBrake / tree_path_get_index

Function tree_path_get_index

gtk/src/presets.c:134–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134static hb_preset_index_t*
135tree_path_get_index(GtkTreePath *treepath)
136{
137 int *indices, len;
138
139 indices = gtk_tree_path_get_indices(treepath);
140 len = gtk_tree_path_get_depth(treepath);
141
142 return hb_preset_index_init(indices, len);
143}
144
145// This only handle limited depth
146static GtkTreePath*

Callers 4

presets_drag_motion_cbFunction · 0.85
presets_drop_cbFunction · 0.85
presets_row_expanded_cbFunction · 0.85
preset_edited_cbFunction · 0.85

Calls 1

hb_preset_index_initFunction · 0.85

Tested by

no test coverage detected