[vala] glib-2.0: Adds GLib.MarkupParseContext.get_user_data ()
- From: Alberto Ruiz <aruiz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala] glib-2.0: Adds GLib.MarkupParseContext.get_user_data ()
- Date: Sun, 11 Mar 2012 22:25:11 +0000 (UTC)
commit 4dff3467a963d1127dc2f4cceb5c9008357fc641
Author: Alberto Ruiz <aruiz gnome org>
Date: Sun Mar 11 00:59:36 2012 +0000
glib-2.0: Adds GLib.MarkupParseContext.get_user_data ()
Fixes bug #671749
vapi/glib-2.0.vapi | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi
index a36d7c6..0c55d79 100644
--- a/vapi/glib-2.0.vapi
+++ b/vapi/glib-2.0.vapi
@@ -3480,6 +3480,7 @@ namespace GLib {
public void get_position (out int line_number, out int char_number);
public void push (MarkupParser parser, void* user_data);
public void* pop ();
+ public void* get_user_data ();
}
public delegate void MarkupParserStartElementFunc (MarkupParseContext context, 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 MarkupError;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]