]> git.ipfire.org Git - thirdparty/vala.git/log
thirdparty/vala.git
11 years agovapi: Install packagekit-glib2 bindings 0.20
Rico Tzschichholz [Tue, 5 Nov 2013 18:40:44 +0000 (19:40 +0100)] 
vapi: Install packagekit-glib2 bindings

(cherry picked from commit 1ce8b8f4d433f1740adfabc7b19558c2a8cdc4fa)

11 years agopackagekit-glib2: Update to 0.8.12
Rico Tzschichholz [Tue, 29 Oct 2013 17:20:37 +0000 (18:20 +0100)] 
packagekit-glib2: Update to 0.8.12

(cherry picked from commit c4cf04404e3e096c06461b88d2924bcdb3fc224c)

12 years agoRelease 0.20.1 0.20.1
Jürg Billeter [Mon, 8 Apr 2013 12:52:30 +0000 (14:52 +0200)] 
Release 0.20.1

12 years agogtksourceview-2.0: fix SourceGutter.set_cell_{data,size}_func
Evan Nemerson [Sun, 31 Mar 2013 18:38:13 +0000 (11:38 -0700)] 
gtksourceview-2.0: fix SourceGutter.set_cell_{data,size}_func

12 years agoCheck parameter directions in inherited methods
Simon Werbeck [Fri, 29 Mar 2013 02:12:38 +0000 (03:12 +0100)] 
Check parameter directions in inherited methods

Fixes bug 695214.

12 years agoSet correct parent_statement for MemberInitializer
Simon Werbeck [Fri, 28 Sep 2012 14:13:05 +0000 (16:13 +0200)] 
Set correct parent_statement for MemberInitializer

Fixes bug 603056.

12 years agogtk+-3.0: make IconInfo a compact class instead of a GObject
Evan Nemerson [Wed, 27 Mar 2013 09:08:23 +0000 (02:08 -0700)] 
gtk+-3.0: make IconInfo a compact class instead of a GObject

Fixes bug 695831.

12 years agojson-glib-1.0: the get_root() methods return values are nullable.
Evan Nemerson [Mon, 25 Mar 2013 19:38:35 +0000 (12:38 -0700)] 
json-glib-1.0: the get_root() methods return values are nullable.

12 years agoRelease 0.20.0 0.20.0
Jürg Billeter [Tue, 26 Mar 2013 20:12:33 +0000 (21:12 +0100)] 
Release 0.20.0

12 years agoSupport non-null cast for enum values
Luca Bruno [Mon, 25 Mar 2013 12:20:55 +0000 (13:20 +0100)] 
Support non-null cast for enum values

Fixes bug 673879.

12 years agocodegen: Destroy value of "as" cast in case the result is null
Luca Bruno [Wed, 20 Mar 2013 23:32:19 +0000 (23:32 +0000)] 
codegen: Destroy value of "as" cast in case the result is null

Fixes bug 695671.

12 years agogtk+-2.0, gtk+-3.0: Fix TreePath.to_string and TreeView.get_visible_range
Luca Bruno [Tue, 19 Mar 2013 23:25:19 +0000 (23:25 +0000)] 
gtk+-2.0, gtk+-3.0: Fix TreePath.to_string and TreeView.get_visible_range

Based on patch by shuerhaaken.

Fixes bug 695812.

12 years agogtk+-2.0, gtk+-3.0: Fix IconView.get_visible_range
Luca Bruno [Tue, 19 Mar 2013 23:17:51 +0000 (23:17 +0000)] 
gtk+-2.0, gtk+-3.0: Fix IconView.get_visible_range

Based on patch by shuerhaaken.

Fixes bug 695833.

12 years agoglib-2.0, gtk+-3.0: make parameter string for goption nullable
Evan Nemerson [Mon, 18 Mar 2013 19:37:20 +0000 (12:37 -0700)] 
glib-2.0, gtk+-3.0: make parameter string for goption nullable

Fixes bug 696055.

12 years agogtk+-3.0: make TreeView::set_search_entry nullable
Paolo Borelli [Sun, 17 Mar 2013 13:46:50 +0000 (14:46 +0100)] 
gtk+-3.0: make TreeView::set_search_entry nullable

12 years agoUpdated gtk+-3.0 to lastest master
Jesse van den Kieboom [Sat, 2 Mar 2013 18:49:56 +0000 (19:49 +0100)] 
Updated gtk+-3.0 to lastest master

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

12 years agobindings: update GIR-based bindings
Evan Nemerson [Thu, 21 Feb 2013 21:59:47 +0000 (13:59 -0800)] 
bindings: update GIR-based bindings

12 years agogirparser: support renaming fields in metadata
Evan Nemerson [Wed, 20 Feb 2013 22:01:37 +0000 (14:01 -0800)] 
girparser: support renaming fields in metadata

Previously we allowed metadata to change field names, but did not set
the cname CCode attribute, which would cause invalid C to be generated.

12 years agoRelease 0.19.0 0.19.0
Jürg Billeter [Wed, 20 Feb 2013 21:24:50 +0000 (22:24 +0100)] 
Release 0.19.0

12 years agogtk+-3.0: make drag_begin event arg nullable
Evan Nemerson [Tue, 19 Feb 2013 06:47:54 +0000 (22:47 -0800)] 
gtk+-3.0: make drag_begin event arg nullable

Fixes bug 691237.

12 years agovapis: regenerate GIR-based bindings
Evan Nemerson [Tue, 19 Feb 2013 06:47:12 +0000 (22:47 -0800)] 
vapis: regenerate GIR-based bindings

12 years agogirparser: mark non-simpletype struct return values as nullable
Evan Nemerson [Mon, 18 Feb 2013 11:55:01 +0000 (03:55 -0800)] 
girparser: mark non-simpletype struct return values as nullable

Functions which return structs currently generate incorrect C code
since valac thinks the struct is actually an out argument.  This patch
will mark the return values of functions returning structs as nullable
in order to prevent valac from adding extra arguments.

12 years agogstreamer-0.10: add some deprecation annotations
Marcin Lewandowski [Mon, 18 Feb 2013 03:12:28 +0000 (19:12 -0800)] 
gstreamer-0.10: add some deprecation annotations

Fixes bug 682207.

12 years agoglib-2.0: fix g_variant_new_fixed_array binding
Evan Nemerson [Mon, 18 Feb 2013 00:32:22 +0000 (16:32 -0800)] 
glib-2.0: fix g_variant_new_fixed_array binding

The elements argument needs to be a generic array, with the type
depending on the element_type argument.

12 years agogtk+-3.0: Fix colors parameter of ColorChooser.add_palette
Michael Hofmann [Sun, 17 Feb 2013 18:29:01 +0000 (19:29 +0100)] 
gtk+-3.0: Fix colors parameter of ColorChooser.add_palette

Fixes bug 694037.

12 years agoglib-2.0: add StringBuilder.insert_len and overwrite* bindings
Evan Nemerson [Sun, 17 Feb 2013 00:23:49 +0000 (16:23 -0800)] 
glib-2.0: add StringBuilder.insert_len and overwrite* bindings

12 years agogirparser: warn instead of error on unrecognized metadata arguments
Evan Nemerson [Sat, 16 Feb 2013 22:49:45 +0000 (14:49 -0800)] 
girparser: warn instead of error on unrecognized metadata arguments

12 years agogirparser: add support for "floating" metadata argument
Evan Nemerson [Sat, 16 Feb 2013 22:41:54 +0000 (14:41 -0800)] 
girparser: add support for "floating" metadata argument

12 years agovte-2.90: remove some obsolete metadata
Evan Nemerson [Sat, 16 Feb 2013 22:41:23 +0000 (14:41 -0800)] 
vte-2.90: remove some obsolete metadata

12 years agoRemove libxklavier bindings.
Evan Nemerson [Thu, 14 Feb 2013 10:47:56 +0000 (02:47 -0800)] 
Remove libxklavier bindings.

There hasn't been a release since they were added and it looks like
libxklavier is going to be shipping them.  The only user I'm aware of
is Caribou, and they are already shipping a local copy.

12 years agox11: set Event GIR name to XEvent
Evan Nemerson [Thu, 14 Feb 2013 10:05:16 +0000 (02:05 -0800)] 
x11: set Event GIR name to XEvent

12 years agoglib-2.0: add missing C header for g_fopen
Evan Nemerson [Mon, 11 Feb 2013 21:57:22 +0000 (13:57 -0800)] 
glib-2.0: add missing C header for g_fopen

12 years agogirparser: be a bit more forgiving about unexpected elements in a GIR
Evan Nemerson [Mon, 11 Feb 2013 21:04:31 +0000 (13:04 -0800)] 
girparser: be a bit more forgiving about unexpected elements in a GIR

12 years agogirwriter: fix name of *Class structs for nested types in GIRs
Evan Nemerson [Mon, 11 Feb 2013 20:35:21 +0000 (12:35 -0800)] 
girwriter: fix name of *Class structs for nested types in GIRs

Fixes bug 689500.

12 years agogtk+-3.0: hide extraneous CellArea.foreach parameter
shuerhaaken [Mon, 11 Feb 2013 11:31:00 +0000 (03:31 -0800)] 
gtk+-3.0: hide extraneous CellArea.foreach parameter

Fixes bug 693308.

12 years agoRegenerate many GIR-based bindings
Evan Nemerson [Mon, 11 Feb 2013 10:35:10 +0000 (02:35 -0800)] 
Regenerate many GIR-based bindings

12 years agoposix: Add binding for major(), minor(), makedev()
Martin Pitt [Fri, 8 Feb 2013 11:09:19 +0000 (12:09 +0100)] 
posix: Add binding for major(), minor(), makedev()

Fixes bug 693411.

12 years agoposix: Fix superfluous array length argument for realpath()
Martin Pitt [Fri, 8 Feb 2013 11:02:50 +0000 (12:02 +0100)] 
posix: Fix superfluous array length argument for realpath()

Fixes bug 693410.

12 years agoglib-2.0: use g_fopen for FileStream.open
Evan Nemerson [Sat, 9 Feb 2013 06:31:45 +0000 (22:31 -0800)] 
glib-2.0: use g_fopen for FileStream.open

Fixes bug 691622.

12 years agocurses: make Curses.Color a struct with the correct cname
Evan Nemerson [Sat, 9 Feb 2013 06:00:11 +0000 (22:00 -0800)] 
curses: make Curses.Color a struct with the correct cname

Fixes bug 693456.

12 years agolibxml-2.0: revert 5fcabbfa
Evan Nemerson [Fri, 8 Feb 2013 11:21:23 +0000 (03:21 -0800)] 
libxml-2.0: revert 5fcabbfa

12 years agox11: add VisualInfo bindings
Evan Nemerson [Fri, 8 Feb 2013 10:20:52 +0000 (02:20 -0800)] 
x11: add VisualInfo bindings

12 years agolibxml-2.0: add Buffer
Richard Schwarting [Fri, 8 Feb 2013 08:59:15 +0000 (00:59 -0800)] 
libxml-2.0: add Buffer

Fixes bug 677355.

12 years agolibxml-2.0: add HashTable
Richard Schwarting [Fri, 8 Feb 2013 08:57:57 +0000 (00:57 -0800)] 
libxml-2.0: add HashTable

Partially fixes bug 677355.

12 years agolibxml-2.0: Expose xmlBuffer as Xml.Buffer
Richard Schwarting [Fri, 8 Feb 2013 08:52:37 +0000 (00:52 -0800)] 
libxml-2.0: Expose xmlBuffer as Xml.Buffer

Partially fixes bug 677355.

12 years agolibxml-2.0: Expose xmlSetNs
Richard Schwarting [Fri, 8 Feb 2013 08:45:25 +0000 (00:45 -0800)] 
libxml-2.0: Expose xmlSetNs

Fixes bug 677726.

12 years agoposix: add read_vectors and write_vectors
Evan Nemerson [Fri, 8 Feb 2013 08:42:12 +0000 (00:42 -0800)] 
posix: add read_vectors and write_vectors

Fixes bug 679035.

12 years agovapigen.m4: emit error if no GOBJECT_INTROSPECTION_* macro is called
Evan Nemerson [Wed, 24 Oct 2012 03:04:12 +0000 (20:04 -0700)] 
vapigen.m4: emit error if no GOBJECT_INTROSPECTION_* macro is called

Fixes bug 684275.

12 years agox11: add has_destroy_function = false to WindowAttributes
Evan Nemerson [Fri, 8 Feb 2013 08:33:01 +0000 (00:33 -0800)] 
x11: add has_destroy_function = false to WindowAttributes

Fixes bug 690870.

12 years agoposix: add Flock struct
David Ma [Fri, 8 Feb 2013 08:29:22 +0000 (00:29 -0800)] 
posix: add Flock struct

Fixes bug 690871.

12 years agox11: add Display.list_properties and XA_STRING
Evan Nemerson [Fri, 8 Feb 2013 08:21:39 +0000 (00:21 -0800)] 
x11: add Display.list_properties and XA_STRING

Fixes bug 690905.

12 years agolibxml-2.0: fix Xml.Dtd property cnames
Dan Callaghan [Sat, 19 Jan 2013 09:30:12 +0000 (19:30 +1000)] 
libxml-2.0: fix Xml.Dtd property cnames

Fixes bug 692060.

12 years agolibxml-2.0: add xmlSearchNs and xmlSearchNsByHref
Dan Callaghan [Sat, 19 Jan 2013 09:31:15 +0000 (19:31 +1000)] 
libxml-2.0: add xmlSearchNs and xmlSearchNsByHref

Fixes bug 692061.

12 years agocurses: add vprintw and vscanw bindings to Window
Pierre Lamot [Fri, 8 Feb 2013 08:03:56 +0000 (00:03 -0800)] 
curses: add vprintw and vscanw bindings to Window

Fixes bug 692748.

12 years agolibxml-2.0: add some schema-related bindings
Evan Nemerson [Fri, 8 Feb 2013 07:51:53 +0000 (23:51 -0800)] 
libxml-2.0: add some schema-related bindings

12 years agogdl-3.0: update to 3.7.3
Evan Nemerson [Fri, 8 Feb 2013 07:50:02 +0000 (23:50 -0800)] 
gdl-3.0: update to 3.7.3

Fixes bug 693127.

12 years agovalagirparser: Ignore the new instance-parameter tag
Jasper St. Pierre [Sat, 2 Feb 2013 09:56:39 +0000 (04:56 -0500)] 
valagirparser: Ignore the new instance-parameter tag

g-ir-scanner will now start emitting the instance parameter; since
vala doesn't need this, just skip it.

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

12 years agoclutter-1.0: fix Color.get_static return value
Evan Nemerson [Sat, 2 Feb 2013 18:25:50 +0000 (10:25 -0800)] 
clutter-1.0:  fix Color.get_static return value

12 years agoglib-2.0: mark Thread.set_priority and Thread.foreach as deprecated
Evan Nemerson [Tue, 22 Jan 2013 02:28:13 +0000 (18:28 -0800)] 
glib-2.0: mark Thread.set_priority and Thread.foreach as deprecated

12 years agocodegen: Use equal method of base-struct for derived structs
Rico Tzschichholz [Mon, 17 Dec 2012 20:27:27 +0000 (21:27 +0100)] 
codegen: Use equal method of base-struct for derived structs

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

12 years agoclutter-1.0: undeprecate BinAlignment enum.
Evan Nemerson [Fri, 11 Jan 2013 07:14:01 +0000 (23:14 -0800)] 
clutter-1.0: undeprecate BinAlignment enum.

12 years agoclutter-1.0: avoid deprecation warning for BinLayout constructor
Evan Nemerson [Thu, 10 Jan 2013 09:50:13 +0000 (01:50 -0800)] 
clutter-1.0: avoid deprecation warning for BinLayout constructor

12 years agogstreamer-1.0: Update to 1.0.5
Rico Tzschichholz [Tue, 8 Jan 2013 16:56:02 +0000 (17:56 +0100)] 
gstreamer-1.0: Update to 1.0.5

12 years agopango: Update to 1.32.5
Rico Tzschichholz [Sat, 29 Dec 2012 21:03:14 +0000 (22:03 +0100)] 
pango: Update to 1.32.5

12 years agoposix: Add fchmod
Luca Bruno [Sat, 29 Dec 2012 14:49:01 +0000 (15:49 +0100)] 
posix: Add fchmod

12 years agoclutter-gtk-1.0: Update to 1.4.2
Rico Tzschichholz [Sat, 29 Dec 2012 10:47:02 +0000 (11:47 +0100)] 
clutter-gtk-1.0: Update to 1.4.2

12 years agoclutter-1.0: Update to 1.13.2
Rico Tzschichholz [Sat, 29 Dec 2012 10:46:38 +0000 (11:46 +0100)] 
clutter-1.0: Update to 1.13.2

12 years agogstreamer-1.0: Update to 1.0.4
Rico Tzschichholz [Sat, 29 Dec 2012 10:14:26 +0000 (11:14 +0100)] 
gstreamer-1.0: Update to 1.0.4

12 years agox11: add some contansts and mark some enums as flags
Rico Tzschichholz [Thu, 20 Dec 2012 17:35:35 +0000 (18:35 +0100)] 
x11: add some contansts and mark some enums as flags

12 years agogtk+-3.0: Update to 3.6.2
Jürg Billeter [Mon, 17 Dec 2012 19:37:25 +0000 (20:37 +0100)] 
gtk+-3.0: Update to 3.6.2

12 years agopixman-1: multiple fixes, mainly for Pixman.Image
Rico Tzschichholz [Sun, 16 Dec 2012 19:35:38 +0000 (20:35 +0100)] 
pixman-1: multiple fixes, mainly for Pixman.Image

12 years agogdk-3.0: do not implicitly pass array length to property_change
Evan Nemerson [Sun, 16 Dec 2012 11:24:00 +0000 (03:24 -0800)] 
gdk-3.0: do not implicitly pass array length to property_change

Fixes bug 689286.

12 years agolibxml-2.0: fix Html.Doc.new_no_dtd cname
Evan Nemerson [Sun, 16 Dec 2012 11:12:39 +0000 (03:12 -0800)] 
libxml-2.0:  fix Html.Doc.new_no_dtd cname

Fixes bug 689368.

12 years agogobject-2.0: Update and fix some enums which are actually flags
Rico Tzschichholz [Sun, 16 Dec 2012 10:54:59 +0000 (11:54 +0100)] 
gobject-2.0: Update and fix some enums which are actually flags

12 years agogstreamer-interfaces-0.10: Fix cheader_filename of StreamVolume
Luca Bruno [Thu, 6 Dec 2012 15:43:57 +0000 (16:43 +0100)] 
gstreamer-interfaces-0.10: Fix cheader_filename of StreamVolume

Based on patch by Reiner Merk.

Fixes bug 689541.

12 years agoresolver: Accept children of DeleteStatement
Luca Bruno [Sun, 2 Dec 2012 08:44:00 +0000 (09:44 +0100)] 
resolver: Accept children of DeleteStatement

Fixes bug 689464.

12 years agolinux: Make If* enums public
Jan Dvořák [Sun, 2 Dec 2012 00:52:50 +0000 (01:52 +0100)] 
linux: Make If* enums public

Fixes bug 689466.

12 years agoatk: update bindings to account for changes made in atk
Evan Nemerson [Wed, 24 Oct 2012 01:23:18 +0000 (18:23 -0700)] 
atk: update bindings to account for changes made in atk

12 years agoglib-2.0: make MainContext.ref_thread_default return value owned
Evan Nemerson [Sat, 1 Dec 2012 20:25:57 +0000 (12:25 -0800)] 
glib-2.0: make MainContext.ref_thread_default return value owned

12 years agoDocument --api-version in the man page
Luca Bruno [Thu, 29 Nov 2012 16:48:38 +0000 (17:48 +0100)] 
Document --api-version in the man page

12 years agoAdd --api-version option
Jürg Billeter [Thu, 29 Nov 2012 12:59:35 +0000 (13:59 +0100)] 
Add --api-version option

12 years agolibgsf-1: Use uint8[] for InputMemory creation methods
Luca Bruno [Thu, 29 Nov 2012 11:33:41 +0000 (12:33 +0100)] 
libgsf-1: Use uint8[] for InputMemory creation methods

Based on patch by Hodong Kim.

Fixes bug 689026.

12 years agocodegen: Fix passing nullable structs to non-nullable parameters
Luca Bruno [Wed, 28 Nov 2012 19:43:56 +0000 (20:43 +0100)] 
codegen: Fix passing nullable structs to non-nullable parameters

Fixes bug 685177.

12 years agoatspi-2: Add new bindings
Daiki Ueno [Fri, 16 Nov 2012 07:19:02 +0000 (16:19 +0900)] 
atspi-2: Add new bindings

Fixes bug 688442.

12 years agolibxklavier: Add new bindings
Daiki Ueno [Thu, 15 Nov 2012 01:22:15 +0000 (10:22 +0900)] 
libxklavier: Add new bindings

Fixes bug 688358.

12 years agogstreamer-0.10: Fix Element.request_pad
Luca Bruno [Sun, 25 Nov 2012 20:09:19 +0000 (21:09 +0100)] 
gstreamer-0.10: Fix Element.request_pad

Based on patch by Marcin Lewandowski.

Fixes bug 682208.

12 years agogstreamer-1.0: Mark argv as unowned in Gst.init_check()
Víctor Manuel Jáquez Leal [Sun, 25 Nov 2012 00:53:28 +0000 (01:53 +0100)] 
gstreamer-1.0: Mark argv as unowned in Gst.init_check()

Fixes bug 689003.

12 years agolibgsf-1: Fix type_id to match the unusual libgsf convention
Luca Bruno [Thu, 22 Nov 2012 09:04:01 +0000 (10:04 +0100)] 
libgsf-1: Fix type_id to match the unusual libgsf convention

Fixes bug 688851.

12 years agogio-2.0: Add throws to DBusProxy.new and .create_for_bus
Luca Bruno [Wed, 21 Nov 2012 15:59:27 +0000 (16:59 +0100)] 
gio-2.0: Add throws to DBusProxy.new and .create_for_bus

Fixes bug 688815.

12 years agoglib-2.0: set GLib.GenericArray GIR name to PtrArray.
Evan Nemerson [Tue, 20 Nov 2012 23:19:09 +0000 (15:19 -0800)] 
glib-2.0: set GLib.GenericArray GIR name to PtrArray.

12 years agogirwriter: write GArray and GPtrArray to GIRs as arrays.
Evan Nemerson [Tue, 20 Nov 2012 23:17:53 +0000 (15:17 -0800)] 
girwriter: write GArray and GPtrArray to GIRs as arrays.

12 years agoglib-2.0: remove GLib.DateTime.add_milliseconds
Thomas Wood [Tue, 20 Nov 2012 10:16:07 +0000 (10:16 +0000)] 
glib-2.0: remove GLib.DateTime.add_milliseconds

This function was removed before glib 2.26 was released.

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

12 years agoSupport scope = "async" on parameters.
Luca Bruno [Mon, 19 Nov 2012 13:06:30 +0000 (14:06 +0100)] 
Support scope = "async" on parameters.

This flag is still useful on delegates such as ThreadFunc that are
always scope = "async" by default. The flag on the parameter will
override the flag has been set on the delegate.

12 years agolibgsf-1: No array length for Infile.child_by_aname.names
Luca Bruno [Mon, 19 Nov 2012 12:28:33 +0000 (13:28 +0100)] 
libgsf-1: No array length for Infile.child_by_aname.names

Fixes bug 688556.

12 years agogstreamer-1.0: update deps accordingly
Rico Tzschichholz [Thu, 15 Nov 2012 22:26:48 +0000 (23:26 +0100)] 
gstreamer-1.0: update deps accordingly

12 years agogio-2.0: assorted minor fixes
Evan Nemerson [Thu, 15 Nov 2012 18:33:04 +0000 (10:33 -0800)] 
gio-2.0: assorted minor fixes

12 years agogstreamer-1.0: Update to 1.0.2
Jürg Billeter [Wed, 14 Nov 2012 16:42:25 +0000 (17:42 +0100)] 
gstreamer-1.0: Update to 1.0.2

12 years agogtk+-3.0: Fix gtk_css_provider_get_named binding
Jürg Billeter [Wed, 14 Nov 2012 16:37:05 +0000 (17:37 +0100)] 
gtk+-3.0: Fix gtk_css_provider_get_named binding

Fixes bug 688292.

Reported-by: Pascal Garber <jumplink@gmail.com>
12 years agoFix source reference of switch sections
Jürg Billeter [Tue, 13 Nov 2012 20:10:07 +0000 (21:10 +0100)] 
Fix source reference of switch sections

12 years agogtk+-3.0: Fix gtk_grid_attach_next_to binding
Jürg Billeter [Sun, 11 Nov 2012 19:39:09 +0000 (20:39 +0100)] 
gtk+-3.0: Fix gtk_grid_attach_next_to binding

Fixes bug 682477.