[gnome-dictionary] gdict: Add declaration for gdict_init



commit a9202f33e61ef3d1d515d82c5e68f315d343635c
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Mon Sep 21 11:52:48 2015 +0100

    gdict: Add declaration for gdict_init
    
    Since we're using it in the application.

 libgdict/gdict-utils.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/libgdict/gdict-utils.h b/libgdict/gdict-utils.h
index aa44f5c..963f3bd 100644
--- a/libgdict/gdict-utils.h
+++ b/libgdict/gdict-utils.h
@@ -76,6 +76,8 @@ typedef enum {
                                          ((x) <= GDICT_STATUS_NO_STRATEGIES_PRESENT))
 
 GOptionGroup *gdict_get_option_group (void);
+void          gdict_init             (gint    *argc,
+                                      gchar ***argv);
 void          gdict_debug_init       (gint    *argc,
                                       gchar ***argv);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]