summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-11-08 00:08:40 -0500
committerMatthias Clasen <mclasen@redhat.com>2014-11-08 00:09:30 -0500
commite2949e7bf76ad85d9ccbef3d4c82e0a4641ac02b (patch)
treec55064ffa06b9a2e6fc982d30ec5981cc0c03a7c /util
parentd0973fdb78522b4c76b03b544e713a95760df69c (diff)
downloadgtk+-e2949e7bf76ad85d9ccbef3d4c82e0a4641ac02b.tar.gz
extract-strings: Handle property binding attributes
These attributes are now used in at least one place in the GtkInspector ui files.
Diffstat (limited to 'util')
-rw-r--r--util/extract-strings.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/util/extract-strings.c b/util/extract-strings.c
index 5dd379e6d4..44acbc2ba4 100644
--- a/util/extract-strings.c
+++ b/util/extract-strings.c
@@ -54,6 +54,9 @@ start_element_handler (GMarkupParseContext *contexts,
G_MARKUP_COLLECT_STRDUP|G_MARKUP_COLLECT_OPTIONAL, "context", &context,
G_MARKUP_COLLECT_STRDUP|G_MARKUP_COLLECT_OPTIONAL, "comments", &comments,
G_MARKUP_COLLECT_STRING|G_MARKUP_COLLECT_OPTIONAL, "id", NULL,
+ G_MARKUP_COLLECT_STRING|G_MARKUP_COLLECT_OPTIONAL, "bind-source", NULL,
+ G_MARKUP_COLLECT_STRING|G_MARKUP_COLLECT_OPTIONAL, "bind-property", NULL,
+ G_MARKUP_COLLECT_STRING|G_MARKUP_COLLECT_OPTIONAL, "bind-flags", NULL,
G_MARKUP_COLLECT_INVALID);
if (translatable == TRUE)