summaryrefslogtreecommitdiff
path: root/mate-dictionary/libgdict/gdict-context-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'mate-dictionary/libgdict/gdict-context-private.h')
-rw-r--r--mate-dictionary/libgdict/gdict-context-private.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/mate-dictionary/libgdict/gdict-context-private.h b/mate-dictionary/libgdict/gdict-context-private.h
index 30b52c72..023fe273 100644
--- a/mate-dictionary/libgdict/gdict-context-private.h
+++ b/mate-dictionary/libgdict/gdict-context-private.h
@@ -62,7 +62,7 @@ struct _GdictDatabase
{
gchar *name;
gchar *full_name;
-
+
guint ref_count;
};
@@ -70,7 +70,7 @@ struct _GdictStrategy
{
gchar *name;
gchar *description;
-
+
guint ref_count;
};
@@ -78,19 +78,19 @@ struct _GdictMatch
{
gchar *database;
gchar *word;
-
+
guint ref_count;
};
struct _GdictDefinition
{
gint total;
-
+
gchar *word;
gchar *database_name;
gchar *database_full;
gchar *definition;
-
+
guint ref_count;
};