Home
last modified time | relevance | path

Searched refs:Find_Child_Node (Results 1 – 1 of 1) sorted by relevance

/dports/audio/easytag/easytag-2.4.3/src/
H A Dbrowser.c205 static GtkTreePath *Find_Child_Node (EtBrowser *self, GtkTreeIter *parent, gchar *searchtext);
3237 childpath = Find_Child_Node (self, &iter, textsplit[i]); in Browser_Tree_Rename_Directory()
3346 Find_Child_Node (EtBrowser *self, GtkTreeIter *parentnode, gchar *childtext) in Find_Child_Node() function