diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-11-09 06:55:40 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-11-09 06:55:40 +0100 |
commit | 71376a8631a4262793351e3431b3bc2df93b15dd (patch) | |
tree | a7b7313268ffc0e98a0f51e15fb2477b00194458 /vapi/misc.vapi | |
parent | 524a49de17c1c432b0ad6b16f11e64586bf10e7c (diff) | |
parent | 7152401783578b56343f578b4ec920998660de33 (diff) |
Merge tag 'upstream/0.25.0.1'
Upstream version 0.25.0.1
Diffstat (limited to 'vapi/misc.vapi')
-rw-r--r-- | vapi/misc.vapi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/vapi/misc.vapi b/vapi/misc.vapi new file mode 100644 index 0000000..805f73e --- /dev/null +++ b/vapi/misc.vapi @@ -0,0 +1,8 @@ +namespace Workaround { +[CCode (cheader_filename = "glib.h", cname = "g_markup_collect_attributes", sentinel = "G_MARKUP_COLLECT_INVALID")] +extern bool markup_collect_attributes(string element_name, + [CCode (array_length = false, array_null_terminated = true)] + string[] attribute_names, + [CCode (array_length = false, array_null_terminated = true)] + string[] attribute_values, ...) throws GLib.MarkupError; +} |