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

Function tree_path_new_from_index

gtk/src/presets.c:146–153  ·  view source on GitHub ↗

This only handle limited depth

Source from the content-addressed store, hash-verified

144
145// This only handle limited depth
146static GtkTreePath*
147tree_path_new_from_index(const hb_preset_index_t *path)
148{
149 if (path == NULL || path->depth == 0)
150 return NULL;
151
152 return gtk_tree_path_new_from_indicesv((int*)path->index, path->depth);
153}
154
155#if 0
156void

Callers 7

select_preset2Function · 0.85
ghb_presets_list_initFunction · 0.85
presets_list_update_itemFunction · 0.85
presets_list_appendFunction · 0.85
presets_list_removeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected