vala r1821 - in trunk: . vapi
- From: asabil svn gnome org
- To: svn-commits-list gnome org
- Subject: vala r1821 - in trunk: . vapi
- Date: Sat, 4 Oct 2008 10:11:18 +0000 (UTC)
Author: asabil
Date: Sat Oct 4 10:11:18 2008
New Revision: 1821
URL: http://svn.gnome.org/viewvc/vala?rev=1821&view=rev
Log:
2008-10-04 Ali Sabil <ali sabil gmail com>
* vapi/glib-2.0.vapi:
Add missing properties to the GScanner binding,
patch by Johann Prieur
Modified:
trunk/ (props changed)
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 Sat Oct 4 10:11:18 2008
@@ -2136,6 +2136,14 @@
[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 ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]