diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-11-21 11:00:25 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-11-21 11:01:30 +0100 |
commit | c77bccccb817dd5cfddeb8eda5466ad953164749 (patch) | |
tree | 7842a9feba6ae74d58ee211c8642591202d413c9 /fastiv-sidebar.h | |
parent | 6dd0414d0a16bc4674985613cef4a8f7ff315825 (diff) | |
download | fiv-c77bccccb817dd5cfddeb8eda5466ad953164749.tar.gz fiv-c77bccccb817dd5cfddeb8eda5466ad953164749.tar.xz fiv-c77bccccb817dd5cfddeb8eda5466ad953164749.zip |
Implement filtering by supported extensions
Diffstat (limited to 'fastiv-sidebar.h')
-rw-r--r-- | fastiv-sidebar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fastiv-sidebar.h b/fastiv-sidebar.h index 20ac194..447dce2 100644 --- a/fastiv-sidebar.h +++ b/fastiv-sidebar.h @@ -25,3 +25,4 @@ G_DECLARE_FINAL_TYPE( void fastiv_sidebar_set_location(FastivSidebar *self, GFile *location); void fastiv_sidebar_show_enter_location(FastivSidebar *self); +GtkBox *fastiv_sidebar_get_toolbar(FastivSidebar *self); |