summaryrefslogtreecommitdiff
path: root/vapi
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2017-05-01 11:15:56 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2017-05-17 11:35:36 +0200
commit90cf68c81c63f1332d8c12a5787f364464c184f7 (patch)
tree41ec2da645223bb859befea8f5e964e344a1eb68 /vapi
parentd259b5f92c21c1137e5eadbc13ebe894a5df197d (diff)
downloadvala-90cf68c81c63f1332d8c12a5787f364464c184f7.tar.gz
Require and target GLib >= 2.40
The next stable release of vala will happen 3.5 years after the release of GLib 2.40.0. https://bugzilla.gnome.org/show_bug.cgi?id=782005
Diffstat (limited to 'vapi')
-rw-r--r--vapi/glib-2.0.vapi4
1 files changed, 0 insertions, 4 deletions
diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi
index d3139412a..465dd447b 100644
--- a/vapi/glib-2.0.vapi
+++ b/vapi/glib-2.0.vapi
@@ -4007,12 +4007,8 @@ namespace GLib {
}
[Compact]
-#if GLIB_2_36
[Version (since = "2.36")]
[CCode (ref_function = "g_markup_parse_context_ref", unref_function = "g_markup_parse_context_unref", type_id = "G_TYPE_MARKUP_PARSE_CONTEXT")]
-#else
- [CCode (free_function = "g_markup_parse_context_free")]
-#endif
public class MarkupParseContext {
public MarkupParseContext (MarkupParser parser, MarkupParseFlags _flags, void* user_data, DestroyNotify? user_data_dnotify);
public bool parse (string text, ssize_t text_len) throws MarkupError;