platform/upstream/vala.git
16 years agoFix symbol dependency calculation for arrays, fixes bug 537255
Jürg Billeter [Thu, 17 Jul 2008 08:58:23 +0000 (08:58 +0000)]
Fix symbol dependency calculation for arrays, fixes bug 537255

2008-07-17  Jürg Billeter  <j@bitron.ch>

* vala/valaarraytype.vala:

Fix symbol dependency calculation for arrays, fixes bug 537255

svn path=/trunk/; revision=1709

16 years agoAdd parser support for internal symbol accessibility
Jürg Billeter [Thu, 17 Jul 2008 08:45:35 +0000 (08:45 +0000)]
Add parser support for internal symbol accessibility

2008-07-17  Jürg Billeter  <j@bitron.ch>

* vala/valaparser.vala:
* vala/valascanner.vala:
* vala/valatokentype.vala:

Add parser support for internal symbol accessibility

svn path=/trunk/; revision=1708

16 years agoFixed Priority by changing it from an enum to a namespace.
Jared Moore [Thu, 17 Jul 2008 08:28:20 +0000 (08:28 +0000)]
Fixed Priority by changing it from an enum to a namespace.

2008-07-17  Jared Moore  <jaredm@svn.gnome.org>

* vapi/glib-2.0.vapi:

Fixed Priority by changing it from an enum to a namespace.

svn path=/trunk/; revision=1707

16 years agoFix syntax error
Jürg Billeter [Thu, 17 Jul 2008 08:21:22 +0000 (08:21 +0000)]
Fix syntax error

2008-07-17  Jürg Billeter  <j@bitron.ch>

* vapigen/valagidlparser.vala:

Fix syntax error

svn path=/trunk/; revision=1706

16 years agoVarious fixes to enums, fixes bug 542362.
Jared Moore [Thu, 17 Jul 2008 07:33:38 +0000 (07:33 +0000)]
Various fixes to enums, fixes bug 542362.

2008-07-17  Jared Moore  <jaredm@svn.gnome.org>

* vapi/glib-2.0.vapi:

Various fixes to enums, fixes bug 542362.

svn path=/trunk/; revision=1705

16 years agoMade gc argument of gdk_drawable_draw_pixbuf nullable, fixes bug 543000.
Jared Moore [Thu, 17 Jul 2008 02:45:11 +0000 (02:45 +0000)]
Made gc argument of gdk_drawable_draw_pixbuf nullable, fixes bug 543000.

2008-07-17  Jared Moore  <jaredm@svn.gnome.org>

* vapi/packages/gdk-2.0/gdk-2.0.metadata:

Made gc argument of gdk_drawable_draw_pixbuf nullable, fixes bug
543000. Patch by Thijs Vermeir .

* vapi/gdk-2.0.vapi:

Regenerated.

svn path=/trunk/; revision=1704

16 years agoAdded 'type_name' metadata to function to override its return type.
Jared Moore [Thu, 17 Jul 2008 02:38:06 +0000 (02:38 +0000)]
Added 'type_name' metadata to function to override its return type.

2008-07-17  Jared Moore  <jaredm@svn.gnome.org>

* vapigen/valagidlparser.vala:

Added 'type_name' metadata to function to override its return type.

* vapi/packages/gtk+-2.0/gtk+-2.0.metadata

Changed gtk_selection_data_get_text to return a string, fixes bug
540663.

* vapi/gtk+-2.0.vapi:

Regenerated.

svn path=/trunk/; revision=1703

16 years agoFixed error in handling formal parameters of signals, fixes bug 542293.
Jared Moore [Thu, 17 Jul 2008 02:29:44 +0000 (02:29 +0000)]
Fixed error in handling formal parameters of signals, fixes bug 542293.

2008-07-17  Jared Moore  <jaredm@svn.gnome.org>

* vala/valasignal.vala:

Fixed error in handling formal parameters of signals, fixes bug
542293.

svn path=/trunk/; revision=1702

16 years agoSupport int64 and uint64 properties in GObjects, patch by Christian
Jürg Billeter [Wed, 16 Jul 2008 22:10:20 +0000 (22:10 +0000)]
Support int64 and uint64 properties in GObjects, patch by Christian

2008-07-17  Jürg Billeter  <j@bitron.ch>

* gobject/valaccodetypesymbolbinding.vala:

Support int64 and uint64 properties in GObjects,
patch by Christian Hergert, fixes bug 543055

svn path=/trunk/; revision=1701

16 years agoFix support for static and class fields in interface writer, based on
Jürg Billeter [Wed, 16 Jul 2008 22:04:50 +0000 (22:04 +0000)]
Fix support for static and class fields in interface writer, based on

2008-07-17  Jürg Billeter  <j@bitron.ch>

* vala/valainterfacewriter.vala:

Fix support for static and class fields in interface writer,
based on patch by Daniel Lucraft, fixes bug 542879

svn path=/trunk/; revision=1700

16 years agoFix gdk_spawn_on_screen binding
Jürg Billeter [Sun, 13 Jul 2008 18:14:53 +0000 (18:14 +0000)]
Fix gdk_spawn_on_screen binding

2008-07-13  Jürg Billeter  <j@bitron.ch>

* vapi/packages/gdk-2.0/:

Fix gdk_spawn_on_screen binding

* vapi/gdk-2.0.vapi: regenerated

svn path=/trunk/; revision=1699

16 years ago2008-07-12 Jared Moore <jaredm@svn.gnome.org.
Jared William Moore [Sat, 12 Jul 2008 11:43:43 +0000 (11:43 +0000)]
2008-07-12  Jared Moore  <jaredm@svn.gnome.org.

* gobject/valaccodememberaccessbinding.vala:

Fix access to private struct fields, fixed bug 542032.

* tests/structs.vala:
* tests/structs.exp:

Added test cases for private struct fields.

svn path=/trunk/; revision=1698

16 years agoRemove recent introduced gcc warnings related to abstract interface
Raffaele Sandrini [Sat, 12 Jul 2008 08:45:57 +0000 (08:45 +0000)]
Remove recent introduced gcc warnings related to abstract interface

2008-07-12  Raffaele Sandrini  <raffaele@sandrini.ch>

* gobject/valaccodemethodbinding.vala:

Remove recent introduced gcc warnings related to abstract interface
methods

svn path=/trunk/; revision=1697

16 years agoDon't transform non-lowercase names to CamelCase
Jürg Billeter [Fri, 11 Jul 2008 15:10:11 +0000 (15:10 +0000)]
Don't transform non-lowercase names to CamelCase

2008-07-11  Jürg Billeter  <j@bitron.ch>

* vala/valasymbol.vala:

Don't transform non-lowercase names to CamelCase

svn path=/trunk/; revision=1696

16 years agoGenerate a type_real_name function also for abstract methods to warn from
Raffaele Sandrini [Fri, 11 Jul 2008 14:55:33 +0000 (14:55 +0000)]
Generate a type_real_name function also for abstract methods to warn from

2008-07-11  Raffaele Sandrini  <raffaele@sandrini.ch>

* gobject/valaccodemethodbinding.vala:
* vala/valamethod.vala:

Generate a type_real_name function also for abstract methods to warn
from buggy subclasses which fail to implement the abstract methods,
based on patch by Jared Moore, fixes bug 531195

svn path=/trunk/; revision=1695

16 years agoVarious fixes, based on patch by Jorn Baayen
Jürg Billeter [Fri, 11 Jul 2008 12:00:37 +0000 (12:00 +0000)]
Various fixes, based on patch by Jorn Baayen

2008-07-11  Jürg Billeter  <j@bitron.ch>

* vapi/packages/gtk+-2.0/:

Various fixes, based on patch by Jorn Baayen

* vapi/gtk+-2.0.vapi: regenerated

svn path=/trunk/; revision=1694

16 years agoRevert commit revision 1691 due bad regressions, reopens bug 540705
Raffaele Sandrini [Thu, 10 Jul 2008 14:59:00 +0000 (14:59 +0000)]
Revert commit revision 1691 due bad regressions, reopens bug 540705

2008-07-10  Raffaele Sandrini  <raffaele@sandrini.ch>

* ccode/valaccodedeclaration.vala:
* ccode/valaccodemodifiers.vala:
* gobject/valatyperegisterfunction.vala:

Revert commit revision 1691 due bad regressions, reopens bug
540705

svn path=/trunk/; revision=1693

16 years agoFix g_timeout_add_full, g_idle_add_full, and g_child_watch_add_full
Jürg Billeter [Thu, 10 Jul 2008 14:32:50 +0000 (14:32 +0000)]
Fix g_timeout_add_full, g_idle_add_full, and g_child_watch_add_full

2008-07-10  Jürg Billeter  <j@bitron.ch>

* vapi/glib-2.0.vapi:

Fix g_timeout_add_full, g_idle_add_full, and g_child_watch_add_full
bindings

svn path=/trunk/; revision=1692

16 years agoAdded support for 'volatile' modifier in C code.
Jared Moore [Thu, 10 Jul 2008 11:27:02 +0000 (11:27 +0000)]
Added support for 'volatile' modifier in C code.

2008-07-10  Jared Moore  <jaredm@svn.gnome.org>

* ccode/valaccodedeclaration.vala:
* ccode/valaccodemodifiers.vala:

Added support for 'volatile' modifier in C code.

* gobject/valatyperegisterfunction.vala:

Make *_get_type functions thread safe, fixes bug 540705.

svn path=/trunk/; revision=1691

16 years agoChange GObject properties to always notify on value change, remove the
Raffaele Sandrini [Wed, 9 Jul 2008 21:38:27 +0000 (21:38 +0000)]
Change GObject properties to always notify on value change, remove the

2008-07-10  Raffaele Sandrini  <raffaele@sandrini.ch>

* gobject/valaccodegenerator.vala:
* vala/valaproperty.vala:

Change GObject properties to always notify on value change, remove the
[Notify] attribute and add a boolean CCode attribute parameter named
`notify', based on patch by Jared Moore, fixes bug 540700

* tests/classes-properties.vala: update

svn path=/trunk/; revision=1690

16 years agoApply shell quoting to -X flag arguments, fixes bug 542183.
Jared Moore [Wed, 9 Jul 2008 13:09:15 +0000 (13:09 +0000)]
Apply shell quoting to -X flag arguments, fixes bug 542183.

2008-07-98  Jared Moore  <jaredm@svn.gnome.org>

* gobject/valaccodecompiler.vala:

Apply shell quoting to -X flag arguments, fixes bug 542183.

svn path=/trunk/; revision=1689

16 years agoAdd support for creation methods with a different (mostly super) type than
Raffaele Sandrini [Wed, 9 Jul 2008 09:17:43 +0000 (09:17 +0000)]
Add support for creation methods with a different (mostly super) type than

2008-07-09  Raffaele Sandrini  <raffaele@sandrini.ch>

* gobject/valaccodegenerator.vala:
* gobject/valaccodemethodbinding.vala:
* vala/valacreationmethod.vala:
* vala/valainterfacewriter.vala:
* vapigen/valagidlparser.vala:

Add support for creation methods with a different (mostly super) type
than the type of the object it creates. Add a `type' parameter to the
CCode attribute which will be used to get the casts right for such
creation methods.

* vapi/gio-2.0.vapi:
* vapi/gtk+-2.0.vapi:

Regenerated, fixes bug 540661

svn path=/trunk/; revision=1688

16 years agoAllow vapi metadata to declare abstract methods, fix GtkCellRenderer
Raffaele Sandrini [Tue, 8 Jul 2008 09:59:21 +0000 (09:59 +0000)]
Allow vapi metadata to declare abstract methods, fix GtkCellRenderer

2008-07-08  Raffaele Sandrini  <raffaele@sandrini.ch>

* vapi/packages/gtk+-2.0/gtk+-2.0.metadata:
* vapigen/valagidlparser.vala:

Allow vapi metadata to declare abstract methods, fix GtkCellRenderer
methods _get_size and _render to be abstract, based on patch by
Jared Moore, fixes bug 522355

* vapi/gtk+-2.0.vapi: Regenerated

svn path=/trunk/; revision=1687

16 years agoFix partial interface reimplementation when the base class is in an
Jürg Billeter [Tue, 8 Jul 2008 09:25:11 +0000 (09:25 +0000)]
Fix partial interface reimplementation when the base class is in an

2008-07-08  Jürg Billeter  <j@bitron.ch>

* gobject/valaccodeclassbinding.vala:

Fix partial interface reimplementation when the base class is in
an external library

svn path=/trunk/; revision=1686

16 years agoFix typo, patch by Christian Hergert, fixes bug 542002
Raffaele Sandrini [Tue, 8 Jul 2008 09:12:20 +0000 (09:12 +0000)]
Fix typo, patch by Christian Hergert, fixes bug 542002

2008-07-08  Raffaele Sandrini  <raffaele@sandrini.ch>

* vapi/glib-2.0.vapi:

Fix typo, patch by Christian Hergert, fixes bug 542002

svn path=/trunk/; revision=1685

16 years agoMark array methods as external
Jürg Billeter [Mon, 7 Jul 2008 15:43:07 +0000 (15:43 +0000)]
Mark array methods as external

2008-07-07  Jürg Billeter  <j@bitron.ch>

* vala/valaarraylengthfield.vala:
* vala/valaarraymovemethod.vala:
* vala/valaarrayresizemethod.vala:

Mark array methods as external

svn path=/trunk/; revision=1684

16 years agoInspect CC environment variable to recognize a C compiler, based on patch
Raffaele Sandrini [Mon, 7 Jul 2008 14:48:54 +0000 (14:48 +0000)]
Inspect CC environment variable to recognize a C compiler, based on patch

2008-07-07  Raffaele Sandrini  <raffaele@sandrini.ch>

* compiler/valacompiler.vala:

Inspect CC environment variable to recognize a C compiler, based on
patch by Piotr Skamruk, fixes bug 501686

svn path=/trunk/; revision=1683

16 years agoMark source_reference parameter in creation method as nullable
Jürg Billeter [Mon, 7 Jul 2008 12:45:21 +0000 (12:45 +0000)]
Mark source_reference parameter in creation method as nullable

2008-07-07  Jürg Billeter  <j@bitron.ch>

* vala/valaproperty.vala:

Mark source_reference parameter in creation method as nullable

svn path=/trunk/; revision=1682

16 years agoFix error message when encountering invalid character literals, fixes bug
Jürg Billeter [Mon, 7 Jul 2008 12:40:16 +0000 (12:40 +0000)]
Fix error message when encountering invalid character literals, fixes bug

2008-07-07  Jürg Billeter  <j@bitron.ch>

* vala/valacharacterliteral.vala:
* vala/valaparser.vala:

Fix error message when encountering invalid character literals,
fixes bug 541452

svn path=/trunk/; revision=1681

16 years agoAdd string.length property and bool.to_string method, fixes bug 527777
Jürg Billeter [Mon, 7 Jul 2008 10:12:34 +0000 (10:12 +0000)]
Add string.length property and bool.to_string method, fixes bug 527777

2008-07-07  Jürg Billeter  <j@bitron.ch>

* vapi/glib-2.0.vapi:

Add string.length property and bool.to_string method,
fixes bug 527777

svn path=/trunk/; revision=1680

16 years agoSupport methods and property accessors with body in VAPI files
Jürg Billeter [Mon, 7 Jul 2008 10:07:20 +0000 (10:07 +0000)]
Support methods and property accessors with body in VAPI files

2008-07-07  Jürg Billeter  <j@bitron.ch>

* vala/valaparser.vala:
* vala/valasourcefile.vala:
* vala/valasymbol.vala:
* gobject/valaccodegenerator.vala:
* gobject/valaccodegeneratorsourcefile.vala:

Support methods and property accessors with body in VAPI files

svn path=/trunk/; revision=1679

16 years agoAllow non-external methods in VAPI files
Jürg Billeter [Mon, 7 Jul 2008 09:52:40 +0000 (09:52 +0000)]
Allow non-external methods in VAPI files

2008-07-07  Jürg Billeter  <j@bitron.ch>

* vala/valasemanticanalyzer.vala:

Allow non-external methods in VAPI files

svn path=/trunk/; revision=1678

16 years agoAdd support for [CCode (cname = "foo")] to property accessors, based on
Jürg Billeter [Sat, 5 Jul 2008 14:21:12 +0000 (14:21 +0000)]
Add support for [CCode (cname = "foo")] to property accessors, based on

2008-07-05  Jürg Billeter  <j@bitron.ch>

* vala/valaattributeprocessor.vala:
* vala/valaparser.vala:
* vala/valapropertyaccessor.vala:
* gobject/valaccodegenerator.vala:
* gobject/valaccodememberaccessbinding.vala:

Add support for [CCode (cname = "foo")] to property accessors,
based on patch by Jared Moore

svn path=/trunk/; revision=1677

16 years agoPrevent "main" method from throwing errors, fixes bug 538248.
Jared Moore [Sat, 5 Jul 2008 12:45:35 +0000 (12:45 +0000)]
Prevent "main" method from throwing errors, fixes bug 538248.

2008-07-05  Jared Moore  <jaredm@svn.gnome.org>

* vala/valasemanticanalyzer.vala:

Prevent "main" method from throwing errors, fixes bug 538248.

svn path=/trunk/; revision=1676

16 years agoAdd workaround for exception codegen problem, fixes bug 535247.
Jared Moore [Sat, 5 Jul 2008 12:42:23 +0000 (12:42 +0000)]
Add workaround for exception codegen problem, fixes bug 535247.

2008-07-05  Jared Moore  <jaredm@svn.gnome.org>

* vala/valaparser.vala:

Add workaround for exception codegen problem, fixes bug 535247.

svn path=/trunk/; revision=1675

16 years agoAdd unique-1.0 bindings, patch by Phil Housley, fixes bug 540821
Jürg Billeter [Sat, 5 Jul 2008 12:33:58 +0000 (12:33 +0000)]
Add unique-1.0 bindings, patch by Phil Housley, fixes bug 540821

2008-07-05  Jürg Billeter  <j@bitron.ch>

* vapi/Makefile.am:
* vapi/unique-1.0.deps:
* vapi/unique-1.0.vapi:
* vapi/packages/unique-1.0/:

Add unique-1.0 bindings, patch by Phil Housley, fixes bug 540821

svn path=/trunk/; revision=1674

16 years agoFix crash when checking header filename
Jürg Billeter [Thu, 3 Jul 2008 14:57:48 +0000 (14:57 +0000)]
Fix crash when checking header filename

2008-07-03  Jürg Billeter  <j@bitron.ch>

* gobject-introspection/scanner.c: (g_igenerator_add_symbol):

Fix crash when checking header filename

svn path=/trunk/; revision=1673

16 years agoOnly drop duplicates of the same namespace
Jürg Billeter [Thu, 3 Jul 2008 11:55:59 +0000 (11:55 +0000)]
Only drop duplicates of the same namespace

2008-07-03  Jürg Billeter  <j@bitron.ch>

* gobject-introspection/scanner.c: (g_igenerator_add_symbol):

Only drop duplicates of the same namespace

svn path=/trunk/; revision=1672

16 years agoDon't perform pointer arithmetic on void pointers, patch by Tai Chi Minh
Jürg Billeter [Wed, 2 Jul 2008 14:27:46 +0000 (14:27 +0000)]
Don't perform pointer arithmetic on void pointers, patch by Tai Chi Minh

2008-07-02  Jürg Billeter  <j@bitron.ch>

* gobject/valaccodegeneratorsourcefile.vala:

Don't perform pointer arithmetic on void pointers,
patch by Tai Chi Minh Ralph Eastwood

svn path=/trunk/; revision=1671

16 years agoNullable fixes, patch by Frederik
Jürg Billeter [Wed, 2 Jul 2008 13:45:02 +0000 (13:45 +0000)]
Nullable fixes, patch by Frederik

2008-07-02  Jürg Billeter  <j@bitron.ch>

* vapi/packages/gio-2.0/:

Nullable fixes, patch by Frederik

* vapi/gio-2.0.vapi: regenerated

svn path=/trunk/; revision=1670

16 years agoAdd MIN, MAX, and GParamSpec* bindings
Jürg Billeter [Tue, 1 Jul 2008 12:11:39 +0000 (12:11 +0000)]
Add MIN, MAX, and GParamSpec* bindings

2008-07-01  Jürg Billeter  <j@bitron.ch>

* vapi/glib-2.0.vapi:

Add MIN, MAX, and GParamSpec* bindings

svn path=/trunk/; revision=1669

16 years agoSet source_reference for error codes
Jürg Billeter [Tue, 1 Jul 2008 11:33:22 +0000 (11:33 +0000)]
Set source_reference for error codes

2008-07-01  Jürg Billeter  <j@bitron.ch>

* vala/valaerrorcode.vala:
* vala/valaparser.vala:

Set source_reference for error codes

svn path=/trunk/; revision=1668

16 years agoRegenerated to make consistent with recent changes to vapi/gdk-2.0.vapi
Jared Moore [Tue, 1 Jul 2008 11:07:09 +0000 (11:07 +0000)]
Regenerated to make consistent with recent changes to vapi/gdk-2.0.vapi

2008-07-01  Jared Moore  <jaredm@svn.gnome.org>

* vapi/gtk+-2.0.vapi: Regenerated to make consistent with recent
changes to vapi/gdk-2.0.vapi

svn path=/trunk/; revision=1667

16 years agoFix g_pattern_match and g_content_type_guess bindings, patch by Phil
Jürg Billeter [Mon, 30 Jun 2008 21:02:02 +0000 (21:02 +0000)]
Fix g_pattern_match and g_content_type_guess bindings, patch by Phil

2008-06-30  Jürg Billeter  <j@bitron.ch>

* vapi/glib-2.0.vapi:
* vapi/packages/gio-2.0/:

Fix g_pattern_match and g_content_type_guess bindings,
patch by Phil Housley

* vapi/gio-2.0.vapi: regenerated

svn path=/trunk/; revision=1666

16 years agoAdd support for uchar GObject properties, patch by Ali Sabil
Jürg Billeter [Mon, 30 Jun 2008 20:55:19 +0000 (20:55 +0000)]
Add support for uchar GObject properties, patch by Ali Sabil

2008-06-30  Jürg Billeter  <j@bitron.ch>

* gobject/valaccodetypesymbolbinding.vala:

Add support for uchar GObject properties, patch by Ali Sabil

svn path=/trunk/; revision=1665

16 years agoAdded Glib.Intl.bind_textdomain_codeset, set return types and parameters
Jared Moore [Mon, 30 Jun 2008 07:04:53 +0000 (07:04 +0000)]
Added Glib.Intl.bind_textdomain_codeset, set return types and parameters

2008-06-30  Jared Moore  <jaredm@svn.gnome.org>

* vapi/glib-2.0.vapi:

Added Glib.Intl.bind_textdomain_codeset, set return types and
parameters of Glib.Intl.* to nullable as appropriate.

svn path=/trunk/; revision=1664

16 years agoChanged many classes to structs, fixes bug 540349. Also fix fields that
Jared Moore [Mon, 30 Jun 2008 05:55:28 +0000 (05:55 +0000)]
Changed many classes to structs, fixes bug 540349. Also fix fields that

2008-06-30  Jared Moore  <jaredm@svn.gnome.org>

* vapi/packages/gdk-2.0/gdk-2.0.metadata:

Changed many classes to structs, fixes bug 540349. Also fix fields
that should be arrays of structs, and hide several "Gdk*Class"
structs.

* vapi/gdk-2.0.vapi: Regenerated

svn path=/trunk/; revision=1663

16 years agoReport error when an abstract method has a body, an extern method has a
Jared Moore [Mon, 30 Jun 2008 05:51:42 +0000 (05:51 +0000)]
Report error when an abstract method has a body, an extern method has a

2008-06-30  Jared Moore  <jaredm@svn.gnome.org>

* vala/valasemanticanalyzer.vala:

Report error when an abstract method has a body, an extern method has
a body, or a non-abstract non-extern method has no body, fixes bug
539692.

svn path=/trunk/; revision=1662

16 years agoVarious fixes, patch by Ali Sabil
Jürg Billeter [Sun, 29 Jun 2008 11:07:19 +0000 (11:07 +0000)]
Various fixes, patch by Ali Sabil

2008-06-29  Jürg Billeter  <j@bitron.ch>

* vapi/packages/gdk-pixbuf-2.0/:

Various fixes, patch by Ali Sabil

* vapi/gdk-pixbuf-2.0.vapi: regenerated

svn path=/trunk/; revision=1661

16 years agoLet 'destroy' arguments of g_memory_input_stream_add_data and
Jared Moore [Sun, 29 Jun 2008 03:29:32 +0000 (03:29 +0000)]
Let 'destroy' arguments of g_memory_input_stream_add_data and

2008-06-29  Jared Moore  <jaredm@svn.gnome.org>

* vapi/packages/gio-2.0/gio-2.0.metadata:

Let 'destroy' arguments of g_memory_input_stream_add_data and
g_memory_input_stream_new_from_data be nullable, fixes bug 540662.

* vapi/gio-2.0.vapi: Regenerated

svn path=/trunk/; revision=1660

16 years agoAdd workaround for exception codegen problem, fixes bug 539608.
Jamie McCracken [Sun, 29 Jun 2008 03:01:20 +0000 (03:01 +0000)]
Add workaround for exception codegen problem, fixes bug 539608.

2008-06-29  Jamie McCracken  <jamiemcc@gnome.org>

* vala/valagenieparser.vala:

Add workaround for exception codegen problem, fixes bug 539608.

svn path=/trunk/; revision=1659

16 years agoFixed return type of gtk_selection_data_get_pixbuf and
Jared Moore [Sun, 29 Jun 2008 02:31:26 +0000 (02:31 +0000)]
Fixed return type of gtk_selection_data_get_pixbuf and

2008-06-29  Jared Moore  <jaredm@svn.gnome.org>

* vapi/packages/gtk+-2.0/gtk+-2.0.metadata:

Fixed return type of gtk_selection_data_get_pixbuf and
gtk_selection_data_copy.

* vapi/gtk+-2.0.vapi: Regenerated

svn path=/trunk/; revision=1658

16 years agoFixed return type of gtk_selection_data_get_uris, fixes bug 540664.
Jared Moore [Sun, 29 Jun 2008 01:55:32 +0000 (01:55 +0000)]
Fixed return type of gtk_selection_data_get_uris, fixes bug 540664.

2008-06-29  Jared Moore  <jaredm@svn.gnome.org>

* vapi/packages/gtk+-2.0/gtk+-2.0.metadata:

Fixed return type of gtk_selection_data_get_uris, fixes bug 540664.

* vapi/gtk+-2.0.vapi: Regenerated

svn path=/trunk/; revision=1657

16 years agoSet return types as nullable for g_file_get_basename, g_file_get_parent,
Jared Moore [Fri, 27 Jun 2008 03:40:28 +0000 (03:40 +0000)]
Set return types as nullable for g_file_get_basename, g_file_get_parent,

2008-06-27  Jared Moore  <jaredm@gmx.com>

* vapi/packages/gio-2.0/gio-2.0.metadata:

Set return types as nullable for g_file_get_basename,
g_file_get_parent, g_file_get_path, and g_file_get_relative_path,
fixes bug 540335.

* vapi/gio-2.0.vapi: Regenerated

svn path=/trunk/; revision=1656

16 years agoPost-release version bump
Jürg Billeter [Thu, 26 Jun 2008 19:03:28 +0000 (19:03 +0000)]
Post-release version bump

2008-06-26  Jürg Billeter  <j@bitron.ch>

* configure.ac: Post-release version bump

svn path=/trunk/; revision=1655

16 years agoupdate for 0.3.4 release VALA_0_3_4
Jürg Billeter [Thu, 26 Jun 2008 19:01:49 +0000 (19:01 +0000)]
update for 0.3.4 release

2008-06-26  Jürg Billeter  <j@bitron.ch>

* NEWS: update for 0.3.4 release

svn path=/trunk/; revision=1653

16 years agoFix g_file_enumerator_next_file* bindings
Jürg Billeter [Thu, 26 Jun 2008 14:45:51 +0000 (14:45 +0000)]
Fix g_file_enumerator_next_file* bindings

2008-06-26  Jürg Billeter  <j@bitron.ch>

* vapi/packages/gio-2.0/:

Fix g_file_enumerator_next_file* bindings

* vapi/gio-2.0.vapi: regenerated

svn path=/trunk/; revision=1652

16 years agoAllow null for rect parameter in gdk_window_invalidate_rect, fixes bug
Jared Moore [Thu, 26 Jun 2008 12:53:20 +0000 (12:53 +0000)]
Allow null for rect parameter in gdk_window_invalidate_rect, fixes bug

2008-06-26  Jared Moore  <jaredm@svn.gnome.org>

* vapi/packages/gdk-2.0/gdk-2.0.metadata:

Allow null for rect parameter in gdk_window_invalidate_rect, fixes bug
540311.

* vapi/gdk-2.0.vapi: Regenerated

svn path=/trunk/; revision=1651

16 years agoChanged gtk_paint_arrow_* family to have nullable area, widget, and detail
Jared Moore [Thu, 26 Jun 2008 12:16:29 +0000 (12:16 +0000)]
Changed gtk_paint_arrow_* family to have nullable area, widget, and detail

2008-06-26  Jared Moore  <jaredm@svn.gnome.org>

* vapi/packages/gtk+-2.0/gtk+-2.0.metadata:

Changed gtk_paint_arrow_* family to have nullable area, widget, and
detail parameters, fixes bug 540237.

* vapi/gtk+-2.0.vapi: Regenerated

svn path=/trunk/; revision=1650

16 years agoAllow null for group parameter in GLib.OptionContext.get_help, fixes bug
Jared Moore [Thu, 26 Jun 2008 09:14:04 +0000 (09:14 +0000)]
Allow null for group parameter in GLib.OptionContext.get_help, fixes bug

2008-06-26  Jared Moore  <jaredm@svn.gnome.org>

* vapi/glib-2.0.vapi:

Allow null for group parameter in GLib.OptionContext.get_help, fixes
bug 540238.

svn path=/trunk/; revision=1649

16 years agoAdd workaround for exception codegen problem, fixes bug 539608.
Jared Moore [Thu, 26 Jun 2008 01:06:01 +0000 (01:06 +0000)]
Add workaround for exception codegen problem, fixes bug 539608.

2008-06-26  Jared Moore  <jaredm@svn.gnome.org>

* vala/valaparser.vala:

Add workaround for exception codegen problem, fixes bug 539608.

svn path=/trunk/; revision=1648

16 years agoFix formal parameters of Sequence.get_iter_at_pos(), fixes bug 539976.
Jared Moore [Thu, 26 Jun 2008 00:59:02 +0000 (00:59 +0000)]
Fix formal parameters of Sequence.get_iter_at_pos(), fixes bug 539976.

2008-06-25  Jared Moore  <jaredm@svn.gnome.org>

* vapi/glib-2.0.vapi:

Fix formal parameters of Sequence.get_iter_at_pos(), fixes bug 539976.

svn path=/trunk/; revision=1647

16 years agoMore gst_tag_list_* binding fixes, patch by Zeeshan Ali Khattak, fixes bug
Jürg Billeter [Wed, 25 Jun 2008 14:38:00 +0000 (14:38 +0000)]
More gst_tag_list_* binding fixes, patch by Zeeshan Ali Khattak, fixes bug

2008-06-25  Jürg Billeter  <j@bitron.ch>

* vapi/packages/gstreamer-0.10/:

More gst_tag_list_* binding fixes, patch by Zeeshan Ali Khattak,
fixes bug 539817

* vapi/gstreamer-0.10.vapi: regenerated

svn path=/trunk/; revision=1646

16 years agoSupport `in' operator for Gee.Collection and Gee.Map, patch by Jamie
Jürg Billeter [Wed, 25 Jun 2008 14:26:21 +0000 (14:26 +0000)]
Support `in' operator for Gee.Collection and Gee.Map, patch by Jamie

2008-06-25  Jürg Billeter  <j@bitron.ch>

* vala/valasemanticanalyzer.vala:
* gobject/valaccodegenerator.vala:

Support `in' operator for Gee.Collection and Gee.Map,
patch by Jamie McCracken

svn path=/trunk/; revision=1645

16 years agoReport error when trying to access 'class' member statically rather than
Jared Moore [Mon, 23 Jun 2008 21:29:15 +0000 (21:29 +0000)]
Report error when trying to access 'class' member statically rather than

2008-06-23  Jared Moore  <jaredm@svn.gnome.org>

* vala/valasemanticanalyzer.vala:

Report error when trying to access 'class' member statically rather
than through an instance, fixes bug 539594.

svn path=/trunk/; revision=1644

16 years agoFix support for out string array parameters of methods exported via D-Bus
Jürg Billeter [Mon, 23 Jun 2008 21:14:23 +0000 (21:14 +0000)]
Fix support for out string array parameters of methods exported via D-Bus

2008-06-23  Jürg Billeter  <j@bitron.ch>

* gobject/valaccodeobjecttypesymbolbinding.vala:

Fix support for out string array parameters of methods exported
via D-Bus

svn path=/trunk/; revision=1643

16 years agoFix exception handling in destructors, fixes bug 538216
Jürg Billeter [Mon, 23 Jun 2008 20:36:38 +0000 (20:36 +0000)]
Fix exception handling in destructors, fixes bug 538216

2008-06-23  Jürg Billeter  <j@bitron.ch>

* gobject/valaccodeclassbinding.vala:
* gobject/valaccodegenerator.vala:

Fix exception handling in destructors, fixes bug 538216

svn path=/trunk/; revision=1642

16 years agoAdd libgsf-1 bindings, patch by Michael Lawrence, fixes bug 455141
Jürg Billeter [Mon, 23 Jun 2008 19:01:02 +0000 (19:01 +0000)]
Add libgsf-1 bindings, patch by Michael Lawrence, fixes bug 455141

2008-06-23  Jürg Billeter  <j@bitron.ch>

* vapi/Makefile.am:
* vapi/libgsf-1.deps:
* vapi/libgsf-1.vapi:
* vapi/packages/libgsf-1/:

Add libgsf-1 bindings, patch by Michael Lawrence, fixes bug 455141

svn path=/trunk/; revision=1641

16 years agoSupport disconnecting from detailed signals
Jürg Billeter [Mon, 23 Jun 2008 18:50:58 +0000 (18:50 +0000)]
Support disconnecting from detailed signals

2008-06-23  Jürg Billeter  <j@bitron.ch>

* gobject/valaccodeassignmentbinding.vala:

Support disconnecting from detailed signals

svn path=/trunk/; revision=1640

16 years agoSupport connecting to and emitting detailed signals, fixes bug 536794
Jürg Billeter [Mon, 23 Jun 2008 18:23:59 +0000 (18:23 +0000)]
Support connecting to and emitting detailed signals, fixes bug 536794

2008-06-23  Jürg Billeter  <j@bitron.ch>

* vala/valacfgbuilder.vala:
* vala/valaelementaccess.vala:
* vala/valanullchecker.vala:
* vala/valasemanticanalyzer.vala:
* vala/valasignal.vala:
* vala/valasymbolresolver.vala:
* gobject/valaccodeassignmentbinding.vala:
* gobject/valaccodeelementaccessbinding.vala:
* gobject/valaccodegenerator.vala:
* gobject/valaccodeinvocationexpressionbinding.vala:

Support connecting to and emitting detailed signals,
fixes bug 536794

svn path=/trunk/; revision=1639

16 years agoSupport [CCode (type = "Foo")] to insert appropriate casts in generated C
Jürg Billeter [Mon, 23 Jun 2008 13:46:49 +0000 (13:46 +0000)]
Support [CCode (type = "Foo")] to insert appropriate casts in generated C

2008-06-23  Jürg Billeter  <j@bitron.ch>

* vala/valaattribute.vala:
* vala/valafield.vala:
* vala/valainterfacewriter.vala:
* vala/valanamedargument.vala:
* vala/valastringliteral.vala:
* gobject/valaccodegenerator.vala:
* vapigen/valagidlparser.vala:

Support [CCode (type = "Foo")] to insert appropriate casts in
generated C Code

* vapi/packages/gtk+-2.0/:

Fix GtkActionEntry binding, fixes bug 526874

* vapi/gtk+-2.0.vapi: regenerated

svn path=/trunk/; revision=1638

16 years agoImport members of the GLib namespace by default, fixes bug 539596
Jürg Billeter [Mon, 23 Jun 2008 12:50:45 +0000 (12:50 +0000)]
Import members of the GLib namespace by default, fixes bug 539596

2008-06-23  Jürg Billeter  <j@bitron.ch>

* vala/valagenieparser.vala:
* vala/valanamespacereference.vala:
* vala/valasourcefile.vala:
* compiler/valacompiler.vala:

Import members of the GLib namespace by default, fixes bug 539596

svn path=/trunk/; revision=1637

16 years agoSupport dynamic D-Bus properties
Jürg Billeter [Mon, 23 Jun 2008 11:03:09 +0000 (11:03 +0000)]
Support dynamic D-Bus properties

2008-06-23  Jürg Billeter  <j@bitron.ch>

* gobject/valaccodedynamicpropertybinding.vala:

Support dynamic D-Bus properties

svn path=/trunk/; revision=1636

16 years agoUse CamelCase for dynamic D-Bus methods and signals
Jürg Billeter [Mon, 23 Jun 2008 08:31:36 +0000 (08:31 +0000)]
Use CamelCase for dynamic D-Bus methods and signals

2008-06-23  Jürg Billeter  <j@bitron.ch>

* gobject/valaccodedynamicmethodbinding.vala:
* gobject/valaccodedynamicsignalbinding.vala:

Use CamelCase for dynamic D-Bus methods and signals

svn path=/trunk/; revision=1635

16 years agoFix gdk_pixbuf_from_drawable and gdk_pixbuf_from_image bindings Fixes bug
Jaap A. Haitsma [Mon, 23 Jun 2008 05:50:26 +0000 (05:50 +0000)]
Fix gdk_pixbuf_from_drawable and gdk_pixbuf_from_image bindings Fixes bug

2008-06-23  Jaap A. Haitsma  <jaap@haitsma.org>

* vapi/packages/gdk-2.0/gdk-2.0.metadata:
Fix gdk_pixbuf_from_drawable and gdk_pixbuf_from_image bindings
Fixes bug #539632
* vapi/gdk-2.0.vapi: Regenerated

svn path=/trunk/; revision=1634

16 years agoAllow arbitrary whitespace/tabs at start of line when its a line
Jamie McCracken [Mon, 23 Jun 2008 02:38:56 +0000 (02:38 +0000)]
Allow arbitrary whitespace/tabs at start of line when its a line

2008-06-23  Jamie McCracken  <jamiemcc@gnome.org>

* vala/valageniescanner.vala:

Allow arbitrary whitespace/tabs at start of line when its a line continuation

svn path=/trunk/; revision=1633

16 years agomake parens optional when using new operator on objects
Jamie McCracken [Mon, 23 Jun 2008 02:33:30 +0000 (02:33 +0000)]
make parens optional when using new operator on objects

2008-06-23  Jamie McCracken  <jamiemcc@gnome.org>

* vala/valagenieparser.vala:

make parens optional when using new operator on objects

svn path=/trunk/; revision=1632

16 years agoSupport inherited interface implementation, fixes bug 536863
Jürg Billeter [Sun, 22 Jun 2008 22:23:20 +0000 (22:23 +0000)]
Support inherited interface implementation, fixes bug 536863

2008-06-23  Jürg Billeter  <j@bitron.ch>

* vala/valasemanticanalyzer.vala:
* gobject/valaccodeclassbinding.vala:

Support inherited interface implementation, fixes bug 536863

svn path=/trunk/; revision=1631

16 years agoImprove support for arrays as paramters and return values of methods and
Jürg Billeter [Sun, 22 Jun 2008 21:57:13 +0000 (21:57 +0000)]
Improve support for arrays as paramters and return values of methods and

2008-06-22  Jürg Billeter  <j@bitron.ch>

* gobject/valaccodedynamicmethodbinding.vala:
* gobject/valaccodedynamicsignalbinding.vala:
* gobject/valaccodegenerator.vala:
* gobject/valaccodegeneratorsignal.vala:
* gobject/valaccodeobjecttypesymbolbinding.vala:

Improve support for arrays as paramters and return values of
methods and signals exported over D-Bus, fixes part of bug 539357

svn path=/trunk/; revision=1630

16 years agoUse CamelCase for properties exported to D-Bus
Jürg Billeter [Sun, 22 Jun 2008 19:26:16 +0000 (19:26 +0000)]
Use CamelCase for properties exported to D-Bus

2008-06-22  Jürg Billeter  <j@bitron.ch>

* gobject/valaccodeobjecttypesymbolbinding.vala:

Use CamelCase for properties exported to D-Bus

svn path=/trunk/; revision=1629

16 years agoFix pointer member access to value types, fixes bug 539337
Jürg Billeter [Sun, 22 Jun 2008 19:04:49 +0000 (19:04 +0000)]
Fix pointer member access to value types, fixes bug 539337

2008-06-22  Jürg Billeter  <j@bitron.ch>

* vala/valasemanticanalyzer.vala:
* gobject/valaccodeinvocationexpressionbinding.vala:

Fix pointer member access to value types, fixes bug 539337

svn path=/trunk/; revision=1628

16 years agog_app_info_launch_default_for_uri.launch_context is nullable. Fixes bug
Jaap A. Haitsma [Sun, 22 Jun 2008 17:21:50 +0000 (17:21 +0000)]
g_app_info_launch_default_for_uri.launch_context is nullable. Fixes bug

2008-06-22  Jaap A. Haitsma  <jaap@haitsma.org>

* vapi/packages/gio-2.0/gio-2.0.metadata:
g_app_info_launch_default_for_uri.launch_context is nullable.
Fixes bug #539618
* vapi/gio-2.0.vapi: Regenerated

svn path=/trunk/; revision=1627

16 years agoUse G_TYPE_INT as type_id for int32
Jürg Billeter [Sun, 22 Jun 2008 13:47:22 +0000 (13:47 +0000)]
Use G_TYPE_INT as type_id for int32

2008-06-22  Jürg Billeter  <j@bitron.ch>

* vapi/glib-2.0.vapi:

Use G_TYPE_INT as type_id for int32

svn path=/trunk/; revision=1626

16 years agoFix GstStaticCaps and GstStaticPadTemplate bindings, fixes bug 539283
Jürg Billeter [Sat, 21 Jun 2008 15:52:44 +0000 (15:52 +0000)]
Fix GstStaticCaps and GstStaticPadTemplate bindings, fixes bug 539283

2008-06-21  Jürg Billeter  <j@bitron.ch>

* vapi/packages/gstreamer-0.10/:

Fix GstStaticCaps and GstStaticPadTemplate bindings,
fixes bug 539283

* vapi/gstreamer-0.10.vapi: regenerated

svn path=/trunk/; revision=1625

16 years agoFix using static methods as delegates, fixes bug 539277
Jürg Billeter [Sat, 21 Jun 2008 15:06:53 +0000 (15:06 +0000)]
Fix using static methods as delegates, fixes bug 539277

2008-06-21  Jürg Billeter  <j@bitron.ch>

* gobject/valaccodegenerator.vala:

Fix using static methods as delegates, fixes bug 539277

svn path=/trunk/; revision=1624

16 years agoFix gst_*_parse_* bindings, patch by Zeeshan Ali Khattak, fixes bug 539177
Jürg Billeter [Sat, 21 Jun 2008 14:45:22 +0000 (14:45 +0000)]
Fix gst_*_parse_* bindings, patch by Zeeshan Ali Khattak, fixes bug 539177

2008-06-21  Jürg Billeter  <j@bitron.ch>

* vapi/packages/gstreamer-0.10/:

Fix gst_*_parse_* bindings, patch by Zeeshan Ali Khattak,
fixes bug 539177

* vapi/gstreamer-0.10.vapi: regenerated

svn path=/trunk/; revision=1623

16 years agoInitialize class fields in class init function
Jared Moore [Sat, 21 Jun 2008 14:34:56 +0000 (14:34 +0000)]
Initialize class fields in class init function

2008-06-21  Jared Moore  <jaredm@svn.gnome.org>

* gobject/valaccodeclassbinding.vala:

Initialize class fields in class init function

* gobject/valaccodegenerator.vala:
* gobject/valaccodememberaccessbinding.vala:

Fix class field access, fixes bug 530039

* tests/classes-fields.exp:
* tests/classes-fields.vala

Test class field access

svn path=/trunk/; revision=1622

16 years agoRemove unused field
Jürg Billeter [Sat, 21 Jun 2008 13:55:27 +0000 (13:55 +0000)]
Remove unused field

2008-06-21  Jürg Billeter  <j@bitron.ch>

* vala/valascanner.vala:

Remove unused field

svn path=/trunk/; revision=1621

16 years agoSupport 'cheader_filename' attribute for constants and errordomains, based
Jürg Billeter [Fri, 20 Jun 2008 19:43:49 +0000 (19:43 +0000)]
Support 'cheader_filename' attribute for constants and errordomains, based

2008-06-20  Jürg Billeter  <j@bitron.ch>

* vapigen/valagidlparser.vala:

Support 'cheader_filename' attribute for constants and
errordomains, based on patch by Michael Lawrence, fixes bug 533634

svn path=/trunk/; revision=1620

16 years agoCorrect the bindings for gst_tag_list_get_*(), fixes bug 538926
Zeeshan Ali Khattak [Fri, 20 Jun 2008 19:01:32 +0000 (19:01 +0000)]
Correct the bindings for gst_tag_list_get_*(), fixes bug 538926

2008-06-20  Zeeshan Ali Khattak  <zeenix@gmail.com>

* vapi/packages/gstreamer-0.10/gstreamer-0.10.metadata:

Correct the bindings for gst_tag_list_get_*(), fixes bug 538926

* vapi/gstreamer-0.10.vapi: regenerated

svn path=/trunk/; revision=1619

16 years agoAdd loudmouth-1.0 bindings, patch by Ali Sabil
Jürg Billeter [Fri, 20 Jun 2008 18:56:33 +0000 (18:56 +0000)]
Add loudmouth-1.0 bindings, patch by Ali Sabil

2008-06-20  Jürg Billeter  <j@bitron.ch>

* vapi/Makefile.am:
* vapi/loudmouth-1.0.vapi:
* vapi/packages/loudmouth-1.0/:

Add loudmouth-1.0 bindings, patch by Ali Sabil

svn path=/trunk/; revision=1618

16 years agoFix ref and out signal parameters
Jürg Billeter [Fri, 20 Jun 2008 18:38:02 +0000 (18:38 +0000)]
Fix ref and out signal parameters

2008-06-20  Jürg Billeter  <j@bitron.ch>

* gobject/valaccodegeneratorsignal.vala:

Fix ref and out signal parameters

svn path=/trunk/; revision=1617

16 years agoFix g_source_attach binding
Jürg Billeter [Wed, 18 Jun 2008 21:35:46 +0000 (21:35 +0000)]
Fix g_source_attach binding

2008-06-18  Jürg Billeter  <j@bitron.ch>

* vapi/glib-2.0.vapi:

Fix g_source_attach binding

svn path=/trunk/; revision=1616

16 years agoFix poppler_document_new_from_file binding
Jürg Billeter [Wed, 18 Jun 2008 21:13:29 +0000 (21:13 +0000)]
Fix poppler_document_new_from_file binding

2008-06-18  Jürg Billeter  <j@bitron.ch>

* vapi/packages/poppler-glib/:

Fix poppler_document_new_from_file binding

* vapi/poppler-glib.vapi: regenerated

svn path=/trunk/; revision=1615

16 years agoFix GtkMenuShell.children and gtk_menu_shell_append bindings
Jürg Billeter [Wed, 18 Jun 2008 13:23:35 +0000 (13:23 +0000)]
Fix GtkMenuShell.children and gtk_menu_shell_append bindings

2008-06-18  Jürg Billeter  <j@bitron.ch>

* vapi/packages/gtk+-2.0/gtk+-2.0.metadata:

Fix GtkMenuShell.children and gtk_menu_shell_append bindings

* vapi/gtk+-2.0.vapi: regenerated

svn path=/trunk/; revision=1614

16 years agoVarious GFile binding fixes
Jürg Billeter [Wed, 18 Jun 2008 13:17:32 +0000 (13:17 +0000)]
Various GFile binding fixes

2008-06-18  Jürg Billeter  <j@bitron.ch>

* vapi/packages/gio-2.0/gio-2.0.metadata:

Various GFile binding fixes

* vapi/gio-2.0.vapi: regenerated

svn path=/trunk/; revision=1613

16 years agoFix Gst.object.ref, unref and sink bindings Fixes bug #536307
Jaap A. Haitsma [Wed, 18 Jun 2008 05:59:36 +0000 (05:59 +0000)]
Fix Gst.object.ref, unref and sink bindings Fixes bug #536307

2008-06-18  Jaap A. Haitsma  <jaap@haitsma.org>

* vapi/packages/gstreamer-0.10/gstreamer-0.10-custom.vala:
* vapi/packages/gstreamer-0.10/gstreamer-0.10.metadata:
Fix Gst.object.ref, unref and sink bindings
Fixes bug #536307

* vapi/gstreamer-0.10.vapi: regenerated

svn path=/trunk/; revision=1612

16 years agoFix gst_bin_add binding, fixes bug 538845
Jürg Billeter [Tue, 17 Jun 2008 21:34:50 +0000 (21:34 +0000)]
Fix gst_bin_add binding, fixes bug 538845

2008-06-17  Jürg Billeter  <j@bitron.ch>

* vapi/packages/gstreamer-0.10/:

Fix gst_bin_add binding, fixes bug 538845

* vapi/gstreamer-0.10.vapi: regenerated

svn path=/trunk/; revision=1611

16 years agoAllow transformation of implicit array parameters to out or ref parameters
Jürg Billeter [Tue, 17 Jun 2008 21:12:06 +0000 (21:12 +0000)]
Allow transformation of implicit array parameters to out or ref parameters

2008-06-17  Jürg Billeter  <j@bitron.ch>

* vapigen/valagidlparser.vala:

Allow transformation of implicit array parameters to out or ref
parameters

svn path=/trunk/; revision=1610

16 years agoSupport duplicating errors
Jürg Billeter [Tue, 17 Jun 2008 20:26:44 +0000 (20:26 +0000)]
Support duplicating errors

2008-06-17  Jürg Billeter  <j@bitron.ch>

* gobject/valaccodegenerator.vala:

Support duplicating errors

svn path=/trunk/; revision=1609