vala r839 - in trunk: . vapi
- From: juergbi svn gnome org
- To: svn-commits-list gnome org
- Subject: vala r839 - in trunk: . vapi
- Date: Tue, 15 Jan 2008 21:28:18 +0000 (GMT)
Author: juergbi
Date: Tue Jan 15 21:28:18 2008
New Revision: 839
URL: http://svn.gnome.org/viewvc/vala?rev=839&view=rev
Log:
2008-01-15 Juerg Billeter <j bitron ch>
* vapi/glib-2.0.vapi: fix g_pattern_spec_equal binding
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 Jan 15 21:28:18 2008
@@ -2611,7 +2611,7 @@
public class PatternSpec {
public PatternSpec (string! pattern);
public void free ();
- public void equal (PatternSpec! pspec);
+ public bool equal (PatternSpec! pspec);
[CCode (cname = "g_pattern_match")]
public bool match (uint string_length, string! str, string! str_reversed);
[CCode (cname = "g_pattern_match_string")]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]