Include a Other Software section in Help file
[geeqie.git] / src / bar_keywords.h
index 1c2583f..d63e1dc 100644 (file)
 GtkWidget *bar_pane_keywords_new_from_config(const gchar **attribute_names, const gchar **attribute_values);
 void bar_pane_keywords_update_from_config(GtkWidget *pane, const gchar **attribute_names, const gchar **attribute_values);
 void bar_pane_keywords_entry_add_from_config(GtkWidget *pane, const gchar **attribute_names, const gchar **attribute_values);
-/* used in search.c */
-GList *keyword_list_pull(GtkWidget *text_widget);
 
+GList *keyword_list_pull(GtkWidget *text_widget); /**< used in search.c */
+
+GList *keyword_list_get();
+void keyword_list_set(GList *keyword_list);
+gboolean bar_keywords_autocomplete_focus(LayoutWindow *lw);
 #endif
 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */