]> git.ipfire.org Git - thirdparty/vala.git/log
thirdparty/vala.git
13 years agoAdd direct vfunc accessors for Widget.get_preferred_height/width
Alexander Larsson [Mon, 14 May 2012 09:01:50 +0000 (11:01 +0200)] 
Add direct vfunc accessors for Widget.get_preferred_height/width

These are available as get_preferred_height_internal and get_preferred_width_internal
similarly to the existing get_preferred_height_for_width_internal and
get_preferred_width_for_height_internal methods.

13 years agoposix: Add parse and to_string methods and string.printf
Aaron Andersen [Sun, 13 May 2012 10:28:24 +0000 (12:28 +0200)] 
posix: Add parse and to_string methods and string.printf

Fixes bug 666436.

13 years agobuild: Fix regression in previous commit
Colin Walters [Thu, 10 May 2012 16:34:36 +0000 (12:34 -0400)] 
build: Fix regression in previous commit

13 years agobuild: Note that we don't support srcdir != builddir
Colin Walters [Thu, 19 Jan 2012 15:31:06 +0000 (10:31 -0500)] 
build: Note that we don't support srcdir != builddir

13 years agogtk+-2.0, gtk+-3.0: make TextTag constructor's parameter nullable
Evan Nemerson [Sun, 6 May 2012 20:33:08 +0000 (13:33 -0700)] 
gtk+-2.0, gtk+-3.0: make TextTag constructor's parameter nullable

13 years agoglib-2.0: add Hmac bindings
Philip Flarsheim [Sat, 5 May 2012 03:33:10 +0000 (20:33 -0700)] 
glib-2.0: add Hmac bindings

Fixes bug 670243.

13 years agogobject-2.0: add Type.{get,set}_qdata methods
Evan Nemerson [Sat, 5 May 2012 03:13:46 +0000 (20:13 -0700)] 
gobject-2.0: add Type.{get,set}_qdata methods

Fixes bug 673392.

13 years agogio-2.0: set error domain in metadata instead of custom vala
Evan Nemerson [Sat, 5 May 2012 02:45:59 +0000 (19:45 -0700)] 
gio-2.0: set error domain in metadata instead of custom vala

Fixes bug 669497.

13 years agogio-2.0: update to git master
Evan Nemerson [Fri, 4 May 2012 22:10:05 +0000 (15:10 -0700)] 
gio-2.0: update to git master

13 years agorest-0.7: update to git master
Evan Nemerson [Fri, 4 May 2012 06:52:44 +0000 (23:52 -0700)] 
rest-0.7: update to git master

Fixes bug 670488.

13 years agogsl: correct MultifitLinearWorkspace construct/free C names
Evan Nemerson [Mon, 30 Apr 2012 08:58:22 +0000 (01:58 -0700)] 
gsl: correct MultifitLinearWorkspace construct/free C names

Fixes bug 670838.

13 years agoposix: add execv(p) and sigqueue methods, make sigval_t a simple type
Jesus Menendez-Castellano [Mon, 30 Apr 2012 08:34:41 +0000 (01:34 -0700)] 
posix: add execv(p) and sigqueue methods, make sigval_t a simple type

Fixes bug 673391.

13 years agoUse correct variable name to add vapigen directories
Christian Persch [Sun, 29 Apr 2012 18:47:27 +0000 (20:47 +0200)] 
Use correct variable name to add vapigen directories

Fixes bug 675097.

13 years agoglib-2.0: Move Unicode* and NormalizeMode enums under GLib
Luca Bruno [Sun, 29 Apr 2012 18:22:42 +0000 (20:22 +0200)] 
glib-2.0: Move Unicode* and NormalizeMode enums under GLib

Fixes bug 675082.

13 years agoRelease 0.17.0 0.17.0
Jürg Billeter [Sat, 28 Apr 2012 12:38:28 +0000 (14:38 +0200)] 
Release 0.17.0

13 years agocodegen: Fix profiling for recursive methods
Jürg Billeter [Sat, 28 Apr 2012 12:34:08 +0000 (14:34 +0200)] 
codegen: Fix profiling for recursive methods

13 years agoglib-2.0: Update GUnicodeScript and GUnicodeBreakType bindings
Jürg Billeter [Sat, 28 Apr 2012 12:09:56 +0000 (14:09 +0200)] 
glib-2.0: Update GUnicodeScript and GUnicodeBreakType bindings

Fixes bug 674660.

13 years agoglib-2.0: Use correct GTest*Func bindings on GLib >= 2.26
Jürg Billeter [Thu, 26 Apr 2012 09:58:43 +0000 (11:58 +0200)] 
glib-2.0: Use correct GTest*Func bindings on GLib >= 2.26

14 years agoposix: Add stat fields for high precision access/modification/status change timestamp...
Robert Ancell [Sat, 14 Apr 2012 06:05:00 +0000 (16:05 +1000)] 
posix: Add stat fields for high precision access/modification/status change timestamps (POSIX.1-2008)

14 years agoAdd support for [Profile] method attribute 8b5d74dceffec42c90ba74a457e2d1cb2e1c7fcd
Jürg Billeter [Fri, 20 Apr 2012 12:05:15 +0000 (14:05 +0200)] 
Add support for [Profile] method attribute

This allows simple method-level profiling. Requires GCC.

14 years agovala.m4: Add VALA_CHECK_MODULES and VALA_PROG_VAPIGEN
Rodney Dawes [Wed, 18 Apr 2012 13:14:50 +0000 (15:14 +0200)] 
vala.m4: Add VALA_CHECK_MODULES and VALA_PROG_VAPIGEN

Fixes bug 642301.

14 years agoposix: Add utimensat and futimens bindings
Robert Ancell [Thu, 12 Apr 2012 12:58:20 +0000 (22:58 +1000)] 
posix: Add utimensat and futimens bindings

14 years agoglib-2.0: Fix return type of GTraverseFunc binding
Jürg Billeter [Wed, 11 Apr 2012 11:43:53 +0000 (13:43 +0200)] 
glib-2.0: Fix return type of GTraverseFunc binding

14 years agoposix: Add ffs binding
Jürg Billeter [Sat, 7 Apr 2012 19:51:45 +0000 (22:51 +0300)] 
posix: Add ffs binding

14 years agogtk+-2.0, gtk+-3.0: Fix TargetList.add_table binding
Luca Bruno [Thu, 5 Apr 2012 10:28:35 +0000 (12:28 +0200)] 
gtk+-2.0, gtk+-3.0: Fix TargetList.add_table binding

Based on patch by Axel FILMORE.

Fixes bug 673117.

14 years agocodegen: Generate typedefs for boolean, integer, and floating types
Jürg Billeter [Fri, 30 Mar 2012 19:32:33 +0000 (21:32 +0200)] 
codegen: Generate typedefs for boolean, integer, and floating types

14 years agoBump version suffix
Jürg Billeter [Fri, 30 Mar 2012 19:14:00 +0000 (21:14 +0200)] 
Bump version suffix

14 years agoRelease 0.16.0 0.16.0
Jürg Billeter [Mon, 26 Mar 2012 16:24:46 +0000 (18:24 +0200)] 
Release 0.16.0

14 years agoglib-2.0: Add g_dir_make_tmp binding
Jürg Billeter [Mon, 26 Mar 2012 16:21:42 +0000 (18:21 +0200)] 
glib-2.0: Add g_dir_make_tmp binding

Fixes bug 672846.

14 years agocodegen: Fix delegate target C name for static fields
Jürg Billeter [Wed, 21 Mar 2012 16:31:04 +0000 (17:31 +0100)] 
codegen: Fix delegate target C name for static fields

Fixes bug 671110.

14 years agoglib-2.0: Hide Thread constructors when targeting GLib < 2.32
Jürg Billeter [Sat, 17 Mar 2012 13:53:58 +0000 (14:53 +0100)] 
glib-2.0: Hide Thread constructors when targeting GLib < 2.32

Fixes bug 672284.

14 years agoglib-2.0: Adds PREFIX_ERROR_POSITION to GLib.MarkupParseFlags
Alberto Ruiz [Sun, 11 Mar 2012 22:22:49 +0000 (22:22 +0000)] 
glib-2.0: Adds PREFIX_ERROR_POSITION to GLib.MarkupParseFlags

14 years agoglib-2.0: Adds GLib.MarkupParseContext.get_user_data ()
Alberto Ruiz [Sun, 11 Mar 2012 00:59:36 +0000 (00:59 +0000)] 
glib-2.0: Adds GLib.MarkupParseContext.get_user_data ()

Fixes bug #671749

14 years agoAdd udisks2 bindings
Jürg Billeter [Fri, 9 Mar 2012 22:05:13 +0000 (23:05 +0100)] 
Add udisks2 bindings

14 years agogtk+-3.0: Fix autogeneration of ColorButton.get_rgba
Luca Bruno [Fri, 9 Mar 2012 20:44:56 +0000 (21:44 +0100)] 
gtk+-3.0: Fix autogeneration of ColorButton.get_rgba

Apologies for approving commit 51044a92ed44776e6.

14 years agogio-2.0: Mark TlsCertificate as a concrete class
Luca Bruno [Fri, 9 Mar 2012 20:34:45 +0000 (21:34 +0100)] 
gio-2.0: Mark TlsCertificate as a concrete class

Keep the class concrete for backward compatibility.

Fixes bug 671459.

14 years agogtk+-3.0: Fix output parameter of Gtk.ColorButton.get_rgba
Robert Ancell [Sun, 5 Feb 2012 06:42:26 +0000 (17:42 +1100)] 
gtk+-3.0: Fix output parameter of Gtk.ColorButton.get_rgba

Fixes bug 669386.

14 years agoglib-2.0: Add generic to ThreadPool.set_sort_function callback
Luca Bruno [Tue, 6 Mar 2012 12:41:57 +0000 (13:41 +0100)] 
glib-2.0: Add generic to ThreadPool.set_sort_function callback

Thanks to Paul Jakma for the patch.

Fixes bug 670205.

14 years agoposix: Fix several string functions
Aaron Andersen [Tue, 6 Mar 2012 12:27:19 +0000 (13:27 +0100)] 
posix: Fix several string functions

Fixes bug 671309.

14 years agogtk+-2.0, gtk+-3.0: Unset virtual to Container.forall
Luca Bruno [Tue, 6 Mar 2012 12:19:26 +0000 (13:19 +0100)] 
gtk+-2.0, gtk+-3.0: Unset virtual to Container.forall

Fixes bug 671394.

14 years agoRelease 0.15.2 0.15.2
Jürg Billeter [Sat, 25 Feb 2012 16:17:11 +0000 (17:17 +0100)] 
Release 0.15.2

14 years agogtk+-3.0: Add Widget.get_preferred_width_for_height_internal
Jürg Billeter [Sat, 25 Feb 2012 16:12:43 +0000 (17:12 +0100)] 
gtk+-3.0: Add Widget.get_preferred_width_for_height_internal

14 years agolibsoup2.4: Fix arguments for MessageHeaders.get_range
Jens Georg [Wed, 22 Feb 2012 11:44:44 +0000 (13:44 +0200)] 
libsoup2.4: Fix arguments for MessageHeaders.get_range

https://bugzilla.gnome.org/show_bug.cgi?id=670602

14 years agogdk-3.0: Fix gdk_window_destroy binding again
Jürg Billeter [Thu, 23 Feb 2012 15:09:57 +0000 (16:09 +0100)] 
gdk-3.0: Fix gdk_window_destroy binding again

14 years agoposix: Add SockAddrIn6, In6Addr and inet_pton
Stefano Debenedetti [Tue, 21 Feb 2012 11:30:21 +0000 (12:30 +0100)] 
posix: Add SockAddrIn6, In6Addr and inet_pton

Fixes bug 670492.

14 years agoglib-2.0: Make SourceFuncs a struct
Luca Bruno [Fri, 17 Feb 2012 19:25:36 +0000 (20:25 +0100)] 
glib-2.0: Make SourceFuncs a struct

Thanks to Paula Jakma for the patch.

Fixes bug 669756.

14 years agoglib-2.0: add g_thread_new and g_thread_try_new bindings
Evan Nemerson [Sun, 12 Feb 2012 23:34:12 +0000 (15:34 -0800)] 
glib-2.0: add g_thread_new and g_thread_try_new bindings

14 years agogtk+-3.0: update to 3.3.15
Evan Nemerson [Sun, 12 Feb 2012 22:01:22 +0000 (14:01 -0800)] 
gtk+-3.0: update to 3.3.15

14 years agogio-2.0: Include gunixfdlist.h for UnixFDList
Luca Bruno [Sat, 11 Feb 2012 20:32:27 +0000 (21:32 +0100)] 
gio-2.0: Include gunixfdlist.h for UnixFDList

14 years agogstreamer-0.10: Add returns_floatin_reference to Element.make_from_uri
Jens Georg [Wed, 1 Feb 2012 12:54:53 +0000 (13:54 +0100)] 
gstreamer-0.10: Add returns_floatin_reference to Element.make_from_uri

https://bugzilla.gnome.org/show_bug.cgi?id=669166

14 years agocodegen: Allow usage of gtype structs inheriting non-gtype struct
Luca Bruno [Fri, 10 Feb 2012 10:13:22 +0000 (11:13 +0100)] 
codegen: Allow usage of gtype structs inheriting non-gtype struct

The behavior of type_id is different, but get/set/take/marshaller aren't
as specific as type_id. Therefore this patch enhances without breaking.

Fixes bug 669604.

14 years agoglib-2.0: add some missing deprecation information
Evan Nemerson [Wed, 1 Feb 2012 07:46:10 +0000 (23:46 -0800)] 
glib-2.0: add some missing deprecation information

14 years agogio-2.0: send_message_with_reply.out_serial is not out in vala
Luca Bruno [Thu, 9 Feb 2012 13:12:42 +0000 (14:12 +0100)] 
gio-2.0: send_message_with_reply.out_serial is not out in vala

Fixes a regression introduced by the switch to GIR.

14 years agoSupport initializer list for structs that have a base type
Luca Bruno [Thu, 9 Feb 2012 08:39:10 +0000 (09:39 +0100)] 
Support initializer list for structs that have a base type

Fixes bug 669580.

14 years agoAdded bindings for Object.new_valist
Jesse van den Kieboom [Wed, 8 Feb 2012 11:17:11 +0000 (12:17 +0100)] 
Added bindings for Object.new_valist

https://bugzilla.gnome.org/show_bug.cgi?id=669654

14 years agoAdded bindings for HashTable<K,V>.foreach_remove
Jesse van den Kieboom [Wed, 8 Feb 2012 11:17:02 +0000 (12:17 +0100)] 
Added bindings for HashTable<K,V>.foreach_remove

https://bugzilla.gnome.org/show_bug.cgi?id=669653

14 years agoAdded error when not exporting any namespaces for GIR
Jesse van den Kieboom [Tue, 7 Feb 2012 10:22:35 +0000 (11:22 +0100)] 
Added error when not exporting any namespaces for GIR

https://bugzilla.gnome.org/show_bug.cgi?id=669551

14 years agogdk-pixbuf-2.0: Fix regression against PixbufSaveFunc
Luca Bruno [Tue, 7 Feb 2012 10:07:36 +0000 (11:07 +0100)] 
gdk-pixbuf-2.0: Fix regression against PixbufSaveFunc

The regression was introduced by the switch to gir.

Fixes bug 669518.

14 years agocodegen: Fix C warning when passing lambda free functions
Luca Bruno [Mon, 6 Feb 2012 21:37:16 +0000 (22:37 +0100)] 
codegen: Fix C warning when passing lambda free functions

Fixes bug 663651.

14 years agosdl: Make AudioSpec a struct, then fix Audio.open(), load() and mix()
Alexander Kurtz [Sat, 4 Feb 2012 16:31:12 +0000 (17:31 +0100)] 
sdl: Make AudioSpec a struct, then fix Audio.open(), load() and mix()

Fixes bug 669279.

14 years agocodegen: Add support for delegate_target_cname in CCode
Luca Bruno [Mon, 6 Feb 2012 20:19:36 +0000 (21:19 +0100)] 
codegen: Add support for delegate_target_cname in CCode

14 years agovapi: Add glib-unix.h functions to glib-2.0.vapi
Philip Withnall [Fri, 13 Jan 2012 19:30:29 +0000 (19:30 +0000)] 
vapi: Add glib-unix.h functions to glib-2.0.vapi

To bind the things in glib-unix.h. Creating a separate glib-unix-2.0.vapi is
unneccessary because these functions are present in libglib-2.0.so itself,
rather than a separate library. They just require the glib-unix.h header to
be included.

Closes: https://bugzilla.gnome.org/show_bug.cgi?id=667894
14 years agoglib: add .data to StringBuilder
Ryan Lortie [Fri, 3 Feb 2012 15:50:23 +0000 (10:50 -0500)] 
glib: add .data to StringBuilder

To do the same thing as string.data, but without the strlen() (since we
already know this from the GString's length field).

https://bugzilla.gnome.org/show_bug.cgi?id=669313

14 years agogtk+-3.0: some updates
Ryan Lortie [Fri, 3 Feb 2012 16:09:36 +0000 (11:09 -0500)] 
gtk+-3.0: some updates

 - complete the move of the app-menu and menubar properties into
   GtkApplication

 - add GtkActionable interface and its implementations

 - add gtk_menu_(bar_)new_from_model() APIs

 - drop a premature add of gtk_window_setup_persistent_state()

14 years agoglib-2.0: Mark OptionEntry.arg_description as nullable
Alexander Kurtz [Thu, 2 Feb 2012 12:47:26 +0000 (13:47 +0100)] 
glib-2.0: Mark OptionEntry.arg_description as nullable

Fixes bug 669241.

14 years agoglib-2.0: AsyncQueue.try_pop() and timed_pop() may return null
Alexander Kurtz [Thu, 2 Feb 2012 13:26:04 +0000 (14:26 +0100)] 
glib-2.0: AsyncQueue.try_pop() and timed_pop() may return null

Fixes bug 669242.

14 years agoclutter-1.0: Add Box.layout_manager to not break code using old clutter
Luca Bruno [Wed, 1 Feb 2012 15:08:47 +0000 (16:08 +0100)] 
clutter-1.0: Add Box.layout_manager to not break code using old clutter

The Box.layout_manager property has been removed in commit 81cade2a
and broke code using old clutter versions.

14 years agotests: Honor CFLAGS, LDFLAGS, and CPPFLAGS
Nathan Phillip Brink [Wed, 23 Nov 2011 02:57:23 +0000 (02:57 +0000)] 
tests: Honor CFLAGS, LDFLAGS, and CPPFLAGS

Fixes bug 664606.

14 years agogstreamer-0.10: Add returns_floating_reference to gst_parse_bin_*
Jens Georg [Mon, 30 Jan 2012 19:51:34 +0000 (20:51 +0100)] 
gstreamer-0.10: Add returns_floating_reference to gst_parse_bin_*

https://bugzilla.gnome.org/show_bug.cgi?id=669060

14 years agolibsoup-2.4: add type arguments for datalist arguments to form funcs
Evan Nemerson [Wed, 1 Feb 2012 00:14:31 +0000 (16:14 -0800)] 
libsoup-2.4: add type arguments for datalist arguments to form funcs

14 years agox11: add GIR name for XID
Evan Nemerson [Wed, 1 Feb 2012 00:15:42 +0000 (16:15 -0800)] 
x11: add GIR name for XID

14 years agoAdd gir-bindings and gidl-bindings Makefile targets in vapi/
Evan Nemerson [Mon, 30 Jan 2012 10:59:04 +0000 (02:59 -0800)] 
Add gir-bindings and gidl-bindings Makefile targets in vapi/

14 years agopoppler-glib: switch to GIR
Evan Nemerson [Mon, 30 Jan 2012 06:44:20 +0000 (22:44 -0800)] 
poppler-glib: switch to GIR

14 years agoclutter-1.0: update bindings
Evan Nemerson [Wed, 1 Feb 2012 00:37:09 +0000 (16:37 -0800)] 
clutter-1.0: update bindings

14 years agogirparser: support changing names of virtual methods without wrappers
Evan Nemerson [Wed, 1 Feb 2012 00:50:02 +0000 (16:50 -0800)] 
girparser: support changing names of virtual methods without wrappers

Fixes bug 668991.

14 years agocodegen: support virtual functions with vfunc_name but no invokers
Evan Nemerson [Wed, 1 Feb 2012 00:48:25 +0000 (16:48 -0800)] 
codegen: support virtual functions with vfunc_name but no invokers

Partially fixes 668991.

14 years agogtk+-2.0, gtk+-3.0: Mark Button.set_label parameter as nullable
Luca Bruno [Tue, 31 Jan 2012 09:23:52 +0000 (10:23 +0100)] 
gtk+-2.0, gtk+-3.0: Mark Button.set_label parameter as nullable

Fixes bug 669058.

14 years agocogl-1.0: Use a static method instead of a constructor for Cogl.Path
Luca Bruno [Sun, 29 Jan 2012 15:26:08 +0000 (16:26 +0100)] 
cogl-1.0: Use a static method instead of a constructor for Cogl.Path

The Cogl.Path constructor never worked, use a static method instead.

14 years agocodegen: Fix getting NoAccessorMethod properties of real struct type
Luca Bruno [Sun, 29 Jan 2012 12:55:59 +0000 (13:55 +0100)] 
codegen: Fix getting NoAccessorMethod properties of real struct type

14 years agolibpeas-1.0: Fix ExtensionSetForeachFunc binding
Luca Bruno [Sun, 29 Jan 2012 09:00:48 +0000 (10:00 +0100)] 
libpeas-1.0: Fix ExtensionSetForeachFunc binding

Fixes bug 660362.

14 years agogtk+-3.0: Mark WidgetPath.iter_has_region.flags as out
Luca Bruno [Sat, 28 Jan 2012 10:05:00 +0000 (11:05 +0100)] 
gtk+-3.0: Mark WidgetPath.iter_has_region.flags as out

Fixes bug 668854.

14 years agoRelease 0.15.1 0.15.1
Jürg Billeter [Thu, 26 Jan 2012 21:06:50 +0000 (22:06 +0100)] 
Release 0.15.1

14 years agoConsider GLib.Object?[] compatible to GLib.Object[]
Jürg Billeter [Thu, 26 Jan 2012 20:49:15 +0000 (21:49 +0100)] 
Consider GLib.Object?[] compatible to GLib.Object[]

Fixes bug 667600.

14 years agoUpdate .gitignore
Jürg Billeter [Thu, 26 Jan 2012 20:33:33 +0000 (21:33 +0100)] 
Update .gitignore

14 years agoAdd missing file
Jürg Billeter [Thu, 26 Jan 2012 20:33:24 +0000 (21:33 +0100)] 
Add missing file

14 years agoCheck type of default arguments
Florian Brosch [Tue, 24 Jan 2012 20:14:35 +0000 (21:14 +0100)] 
Check type of default arguments

14 years agoReport warning for type arguments in type check expressions
Florian Brosch [Tue, 24 Jan 2012 20:07:50 +0000 (21:07 +0100)] 
Report warning for type arguments in type check expressions

14 years agoReport warning for type arguments in typeof expressions 8b31cfa4858482a6eab283d83c9891240b0e17ee
Florian Brosch [Tue, 24 Jan 2012 20:02:28 +0000 (21:02 +0100)] 
Report warning for type arguments in typeof expressions

14 years agogirwriter: Add <doc> support
Florian Brosch [Thu, 29 Dec 2011 15:04:08 +0000 (16:04 +0100)] 
girwriter: Add <doc> support

14 years agogirparser: Add support for comments
Florian Brosch [Tue, 29 Nov 2011 00:56:46 +0000 (01:56 +0100)] 
girparser: Add support for comments

14 years agoDo not allow overriding content property in Comment class
Florian Brosch [Tue, 29 Nov 2011 00:56:46 +0000 (01:56 +0100)] 
Do not allow overriding content property in Comment class

14 years agogee: Add MapIterator
Florian Brosch [Tue, 29 Nov 2011 00:56:46 +0000 (01:56 +0100)] 
gee: Add MapIterator

14 years agocogl-1.0: Cogl.get_viewport parameter has no array length
Luca Bruno [Thu, 26 Jan 2012 17:29:28 +0000 (18:29 +0100)] 
cogl-1.0: Cogl.get_viewport parameter has no array length

14 years agoAdd packagekit-glib2 bindings
Jürg Billeter [Thu, 26 Jan 2012 13:55:41 +0000 (14:55 +0100)] 
Add packagekit-glib2 bindings

14 years agoFix possibly unassigned parameter
Jürg Billeter [Tue, 24 Jan 2012 15:12:01 +0000 (16:12 +0100)] 
Fix possibly unassigned parameter

14 years agocodegen: Do not use g_object_class_override_property
Ryan Lortie [Fri, 20 Jan 2012 20:31:17 +0000 (15:31 -0500)] 
codegen: Do not use g_object_class_override_property

Instead, always install our own new property with what we believe the
correct type is.  This avoids a problem with libgee providing properties
on some classes that implement two interfaces having the same property
name with different types.

Fixes bug 666728.

14 years agoAllow specialization of generic properties
Luca Bruno [Tue, 24 Jan 2012 13:29:44 +0000 (14:29 +0100)] 
Allow specialization of generic properties

Fixes bug 667668.

14 years agovapigen: Use install-data-hook for .pc file symbolic link
Colin Walters [Mon, 23 Jan 2012 18:07:39 +0000 (13:07 -0500)] 
vapigen: Use install-data-hook for .pc file symbolic link

The $(pkgconfigdir) may not have been created when we're just in
the install-exec phase.

14 years agocodegen: Use NULL as default C value for nullable structs
Luca Bruno [Sun, 25 Dec 2011 12:43:28 +0000 (13:43 +0100)] 
codegen: Use NULL as default C value for nullable structs

Fixes bug 665904.

14 years agocodegen: MemberAccess already refers to base property
Luca Bruno [Sat, 14 Jan 2012 09:26:30 +0000 (10:26 +0100)] 
codegen: MemberAccess already refers to base property

Fixes bug 667803.