From 54236ec45b128e52886e77a9b684883bdb95b5ff Mon Sep 17 00:00:00 2001 From: Ali Sabil Date: Sat, 4 Oct 2008 10:11:18 +0000 Subject: [PATCH] Add missing properties to the GScanner binding, patch by Johann Prieur 2008-10-04 Ali Sabil * vapi/glib-2.0.vapi: Add missing properties to the GScanner binding, patch by Johann Prieur svn path=/trunk/; revision=1821 --- ChangeLog | 7 +++++++ vapi/glib-2.0.vapi | 8 ++++++++ 2 files changed, 15 insertions(+) diff --git a/ChangeLog b/ChangeLog index c498116..9ed0c88 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-10-04 Ali Sabil + + * vapi/glib-2.0.vapi: + + Add missing properties to the GScanner binding, + patch by Johann Prieur + 2008-10-03 Jürg Billeter * vala/valaclass.vala: diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi index cd081b5..ca70264 100644 --- a/vapi/glib-2.0.vapi +++ b/vapi/glib-2.0.vapi @@ -2136,6 +2136,14 @@ namespace GLib { [CCode (free_function = "g_scanner_destroy")] public class Scanner { public weak string input_name; + public TokenType token; + public TokenValue value; + public uint line; + public uint position; + public TokenType next_token; + public TokenValue next_value; + public uint next_line; + public uint next_position; public Scanner (ScannerConfig? config_templ); public void input_file (int input_fd); public void sync_file_offset (); -- 2.7.4