Home
last modified time | relevance | path

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

/dports/audio/easytag/easytag-2.4.3/src/
H A Dbrowser.h113 GtkTreeSelection * et_browser_get_selection (EtBrowser *self);
H A Dbrowser.c518 et_browser_get_selection (EtBrowser *self) in et_browser_get_selection() function
2247 selection = et_browser_get_selection (self); in et_browser_select_all()
2267 selection = et_browser_get_selection (self); in et_browser_unselect_all()
2290 selection = et_browser_get_selection (self); in et_browser_invert_selection()
H A Dapplication_window.c2875 return et_browser_get_selection (ET_BROWSER (priv->browser)); in et_application_window_browser_get_selection()