aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-string.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ephy-string.h')
-rw-r--r--lib/ephy-string.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/ephy-string.h b/lib/ephy-string.h
index 6bb50ff3e..2ed7d708a 100644
--- a/lib/ephy-string.h
+++ b/lib/ephy-string.h
@@ -22,6 +22,7 @@
#define EPHY_STRING_H
#include <glib.h>
+#include <glib-object.h>
G_BEGIN_DECLS
@@ -36,6 +37,18 @@ char *ephy_string_shorten (char *str,
char *ephy_string_collate_key_for_domain (const char *host,
gssize len);
+guint ephy_string_flags_from_string (GType type,
+ const char *flags_string);
+
+char *ephy_string_flags_to_string (GType type,
+ guint flags_value);
+
+guint ephy_string_enum_from_string (GType type,
+ const char *enum_string);
+
+char *ephy_string_enum_to_string (GType type,
+ guint enum_value);
+
G_END_DECLS
#endif