vala r1777 - in trunk: . vapi
- From: juergbi svn gnome org
- To: svn-commits-list gnome org
- Subject: vala r1777 - in trunk: . vapi
- Date: Tue, 16 Sep 2008 14:06:15 +0000 (UTC)
Author: juergbi
Date: Tue Sep 16 14:06:15 2008
New Revision: 1777
URL: http://svn.gnome.org/viewvc/vala?rev=1777&view=rev
Log:
2008-09-16 JÃrg Billeter <j bitron ch>
* vapi/glib-2.0.vapi:
Add g_markup_parse_context_end_parse and
g_markup_parse_context_get_position bindings,
patch by Hans Vercammen, fixes bug 547533
Modified:
trunk/ChangeLog
trunk/vapi/glib-2.0.vapi
Modified: trunk/vapi/glib-2.0.vapi
==============================================================================
--- trunk/vapi/glib-2.0.vapi (original)
+++ trunk/vapi/glib-2.0.vapi Tue Sep 16 14:06:15 2008
@@ -2726,8 +2726,10 @@
public class MarkupParseContext {
public MarkupParseContext (MarkupParser parser, MarkupParseFlags _flags, void* user_data, DestroyNotify? user_data_dnotify);
public bool parse (string text, long text_len) throws MarkupError;
+ public bool end_parse () throws MarkupError;
public weak string get_element ();
public weak SList<string> get_element_stack ();
+ public void get_position (out int line_number, out int char_number);
}
[NoArrayLength]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]