mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
extract-strings: Handle property binding attributes
These attributes are now used in at least one place in the GtkInspector ui files.
This commit is contained in:
parent
d0973fdb78
commit
e2949e7bf7
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user