Home
last modified time | relevance | path

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

/dports/graphics/gthumb/gthumb-3.10.1/gthumb/
H A Dgth-browser.c1967 char **sidebar_sections; in _gth_browser_close_final_step() local
2003 sidebar_sections = gth_sidebar_get_sections_status (GTH_SIDEBAR (browser->priv->file_properties)); in _gth_browser_close_final_step()
2004 …(browser->priv->browser_settings, PREF_BROWSER_SIDEBAR_SECTIONS, (const char **) sidebar_sections); in _gth_browser_close_final_step()
2005 g_strfreev (sidebar_sections); in _gth_browser_close_final_step()
4231 char **sidebar_sections; in gth_browser_init() local
4776sidebar_sections = g_settings_get_strv (browser->priv->browser_settings, PREF_BROWSER_SIDEBAR_SECT… in gth_browser_init()
4777 browser->priv->file_properties = gth_sidebar_new (sidebar_sections); in gth_browser_init()
4784 g_strfreev (sidebar_sections); in gth_browser_init()