working on bug with GtkTreeView
[mdictionary] / src / gui / include / ws_gui_callbacks.h
index f884aa7..1138d84 100644 (file)
@@ -48,6 +48,12 @@ void ws_gui_signal_hander (GError *error, GArray *words, gpointer user_data);
  *
  */
 void ws_dbus_progress_bar(GError *error, GArray *words, gpointer user_data);
+
+/** \brief clean words list
+ *
+ */
+void ws_gui_clear_list (GtkListStore* list);
+
 /** \brief handle dbus signal and transfer words to the words list
  *
  */
@@ -249,6 +255,8 @@ void ws_gui_set_bookmark_menu_items(GtkMenuItem *menuitem, gpointer user_data);
 void ws_gui_read_active_dictionaries(gpointer user_data);
 
 void ws_gui_clear_array(GArray *history);
+
+void ws_gui_view_cursor_changed(GtkTreeView *treeview, gpointer user_data);
 #ifdef __cplusplus
 }
 #endif