working with .bzip files - gui modifications
[mdictionary] / src / gui / include / ws_gui_callbacks.h
index a0ee18d..4694f3a 100644 (file)
@@ -62,6 +62,12 @@ void ws_gui_dbus_return_translation (GError *error,
                                      GArray *words,
                                      gpointer user_data);
 
+/** \brief handle dbus signal and load extracted dictionary 
+ *
+ */
+void ws_dbus_server_return_extracted_dict2(GError *error, 
+                                         GArray *words, 
+                                         gpointer user_data);
 
 /**  \brief is used to free memory, which was allocated
 *