Home
last modified time | relevance | path

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

/dports/audio/easytag/easytag-2.4.3/src/
H A Dbrowser.h111 GFile * et_browser_get_current_path (EtBrowser *self);
H A Dbrowser.c506 et_browser_get_current_path (EtBrowser *self) in et_browser_get_current_path() function
624 parent = g_file_get_parent (et_browser_get_current_path (self)); in et_browser_go_parent()
4433 gchar *tmp = g_file_get_parse_name (et_browser_get_current_path (self)); in Rename_Directory()
H A Dapplication_window.c2387 return et_browser_get_current_path (ET_BROWSER (priv->browser)); in et_application_window_get_current_path()