]> git.ipfire.org Git - thirdparty/vala.git/log
thirdparty/vala.git
13 years agoReport error when accessing constants of outer methods d72b93c136b6fcc1dfa2cba10e45e676edfe0cc9
Jürg Billeter [Sun, 24 Jun 2012 15:02:01 +0000 (17:02 +0200)] 
Report error when accessing constants of outer methods

This is planned to be supported.

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

13 years agoRelease 0.17.2 0.17.2
Jürg Billeter [Sun, 24 Jun 2012 07:36:31 +0000 (09:36 +0200)] 
Release 0.17.2

13 years agocodegen: Fix memory leak accessing automatic property with owned getter
Jürg Billeter [Sat, 23 Jun 2012 14:29:32 +0000 (16:29 +0200)] 
codegen: Fix memory leak accessing automatic property with owned getter

Fixes bug 678630.

13 years agocodegen: Fix line directives for ref_sink
Jürg Billeter [Sat, 23 Jun 2012 14:23:23 +0000 (16:23 +0200)] 
codegen: Fix line directives for ref_sink

Fixes bug 678237.

13 years agocodegen: use glib macros instead of trying to guess correct names
Evan Nemerson [Fri, 4 May 2012 08:43:55 +0000 (01:43 -0700)] 
codegen: use glib macros instead of trying to guess correct names

Fixes bugs 675433, 673707, and 675364.

13 years agolibgda-4.0, libgda-report-4.0, librsvg-2.0: deprecate
Evan Nemerson [Fri, 22 Jun 2012 19:36:14 +0000 (12:36 -0700)] 
libgda-4.0, libgda-report-4.0, librsvg-2.0: deprecate

These libraries now distribute Vala bindings upstream which should be
preferred over those distributed with Vala.

13 years agovapigen: support deprecated namespace annotations in metadata files
Evan Nemerson [Fri, 22 Jun 2012 19:30:16 +0000 (12:30 -0700)] 
vapigen: support deprecated namespace annotations in metadata files

13 years agoGive priority to unversioned vapi directory
Evan Nemerson [Fri, 22 Jun 2012 19:04:40 +0000 (12:04 -0700)] 
Give priority to unversioned vapi directory

This allows bindings distributed with upstream libraries to be
prioritized over bindings distributed with Vala.

13 years agoglib-2.0: make GLib.Pid inherit from int
Evan Nemerson [Wed, 20 Jun 2012 18:39:33 +0000 (11:39 -0700)] 
glib-2.0: make GLib.Pid inherit from int

Partially fixes bug 678420.

13 years agovapigen.m4: add an argument for the default value
Evan Nemerson [Wed, 20 Jun 2012 18:42:49 +0000 (11:42 -0700)] 
vapigen.m4: add an argument for the default value

The new argument allows people to specify a default value for enabling
Vala API generation (the default default value remains "auto").  This
is to accomodate projects, such as librsvg, which want more predictable
builds.

13 years agogdk-3.0: Gdk.EventKey does not have a GType
Evan Nemerson [Sat, 16 Jun 2012 22:26:57 +0000 (15:26 -0700)] 
gdk-3.0: Gdk.EventKey does not have a GType

Fixes bug 678217.

13 years agobindings: update GIR-based bindings
Evan Nemerson [Sat, 16 Jun 2012 06:24:56 +0000 (23:24 -0700)] 
bindings: update GIR-based bindings

13 years agocodegen: Fix .begin on async methods returning structs
Jürg Billeter [Thu, 14 Jun 2012 12:26:33 +0000 (14:26 +0200)] 
codegen: Fix .begin on async methods returning structs

13 years agogtk+-3.0: Fix gtk_entry_get_text_area bindings
Jürg Billeter [Thu, 14 Jun 2012 08:56:38 +0000 (10:56 +0200)] 
gtk+-3.0: Fix gtk_entry_get_text_area bindings

13 years agogio-2.0: make Drive and Volume get_sort_key method virtual
Sam Thursfield [Wed, 13 Jun 2012 04:54:15 +0000 (21:54 -0700)] 
gio-2.0: make Drive and Volume get_sort_key method virtual

13 years agogdk-x11-2.0, gdk-x11-3.0: fix X11Display.broadcast_startup_message
Evan Nemerson [Wed, 13 Jun 2012 03:55:48 +0000 (20:55 -0700)] 
gdk-x11-2.0, gdk-x11-3.0: fix X11Display.broadcast_startup_message

Fixes bug 677986.

13 years agoclutter-1.0: update bindings to latest git, remove obsolete data
Evan Nemerson [Wed, 13 Jun 2012 02:51:56 +0000 (19:51 -0700)] 
clutter-1.0: update bindings to latest git, remove obsolete data

13 years agogirparser: handle multiple symbol prefixes
Evan Nemerson [Wed, 13 Jun 2012 00:33:18 +0000 (17:33 -0700)] 
girparser: handle multiple symbol prefixes

13 years agogirparser: allow setting base_type of boxed types in metadata
Evan Nemerson [Tue, 12 Jun 2012 18:48:55 +0000 (11:48 -0700)] 
girparser: allow setting base_type of boxed types in metadata

Fixes bug 677906.

13 years agogirwriter: Use transfer-ownership=none for InitiallyUnowned based constructors
Michal Hruby [Tue, 12 Jun 2012 11:57:07 +0000 (13:57 +0200)] 
girwriter: Use transfer-ownership=none for InitiallyUnowned based constructors

13 years agobindings: Add gir_namespace and gir_version to dbus-glib-1.vapi
Alberto Ruiz [Mon, 11 Jun 2012 12:32:11 +0000 (13:32 +0100)] 
bindings: Add gir_namespace and gir_version to dbus-glib-1.vapi

13 years agoclutter-1.0: update to latest git
Evan Nemerson [Sat, 9 Jun 2012 20:33:47 +0000 (13:33 -0700)] 
clutter-1.0: update to latest git

Fixes bug 669815.

13 years agocodegen: check return value before ref_sink the value
Thijs Vermeir [Fri, 8 Jun 2012 11:46:07 +0000 (13:46 +0200)] 
codegen: check return value before ref_sink the value

When a function is expected to give back a floating reference, the
caller is trying to ref_sink the reference after calling this function.
But when the function fails and returns NULL, the ref_sink function is
still called. This can lead to a runtime warning as the ref_sink
function is not expecting a NULL value. Additionally remove all
ref_sink_function_void, as this is only for C convenience.

13 years agogtk+-3.0: update to 3.5.5
Evan Nemerson [Fri, 8 Jun 2012 02:09:58 +0000 (19:09 -0700)] 
gtk+-3.0: update to 3.5.5

Fixes bug 674090.

13 years agogtk+-2.0, gtk+-3.0: include necessary headers for IMContext(Info) types
Evan Nemerson [Fri, 8 Jun 2012 01:42:46 +0000 (18:42 -0700)] 
gtk+-2.0, gtk+-3.0: include necessary headers for IMContext(Info) types

Fixes bug 635664.

13 years agogtk+-2.0, gtk+-3.0: make TreeView.get_tooltip_context.x and y ref
Evan Nemerson [Fri, 8 Jun 2012 01:14:22 +0000 (18:14 -0700)] 
gtk+-2.0, gtk+-3.0: make TreeView.get_tooltip_context.x and y ref

Fixes bug 669507.

13 years agogtk+-3.0: Gtk.Scrollbar constructor allows null adjustment
Robert Ancell [Fri, 8 Jun 2012 01:07:06 +0000 (18:07 -0700)] 
gtk+-3.0: Gtk.Scrollbar constructor allows null adjustment

Fixes bug 669516.

13 years agogtk+-2.0, gtk+-3.0: fix Gtk.test_init
David King [Fri, 8 Jun 2012 01:02:44 +0000 (18:02 -0700)] 
gtk+-2.0, gtk+-3.0: fix Gtk.test_init

Fixes bug 669767.

13 years agogtk+-2.0, gtk+-3.0: add is_ref annotation for TreeStore.remove
Jesse van den Kieboom [Fri, 8 Jun 2012 00:53:29 +0000 (17:53 -0700)] 
gtk+-2.0, gtk+-3.0: add is_ref annotation for TreeStore.remove

Fixes bug 675402.

13 years agoAdded is_out annotation for StyleContext.lookup_color
Jesse van den Kieboom [Fri, 4 May 2012 15:31:39 +0000 (17:31 +0200)] 
Added is_out annotation for StyleContext.lookup_color

Fixes bug 675403.

13 years agogtk+-3.0: hide SelectionData.get_data_with_length length parameter
Evan Nemerson [Fri, 8 Jun 2012 00:44:22 +0000 (17:44 -0700)] 
gtk+-3.0: hide SelectionData.get_data_with_length length parameter

Fixes bug 676849.

13 years agogtk+-3.0: add information to generate 2d0e7f49
Evan Nemerson [Fri, 8 Jun 2012 00:40:08 +0000 (17:40 -0700)] 
gtk+-3.0: add information to generate 2d0e7f49

13 years agodbus-glib-1: add dbus_g_connection_open binding
Evan Nemerson [Fri, 8 Jun 2012 00:20:47 +0000 (17:20 -0700)] 
dbus-glib-1: add dbus_g_connection_open binding

Fixes bug 622043.

13 years agox11: Enable some fields which were previously commented out.
Alexander Kurtz [Sat, 4 Feb 2012 20:02:28 +0000 (21:02 +0100)] 
x11: Enable some fields which were previously commented out.

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

13 years agogstreamer-0.10: correct type id of Gst.TypeFindFactory
Evan Nemerson [Thu, 7 Jun 2012 22:54:53 +0000 (15:54 -0700)] 
gstreamer-0.10: correct type id of Gst.TypeFindFactory

Partially fixes bug 675364.

13 years agolibxml-2.0: add missing cnames to some Doc fields
Richard Schwarting [Thu, 7 Jun 2012 22:50:46 +0000 (15:50 -0700)] 
libxml-2.0: add missing cnames to some Doc fields

Fixes bug 677354.

13 years agogdk-3.0: mark Gdk.Atom as derived from uint
Evan Nemerson [Thu, 7 Jun 2012 22:49:48 +0000 (15:49 -0700)] 
gdk-3.0: mark Gdk.Atom as derived from uint

13 years agoglib-2.0: add ThreadPool.with_owned_data and ThreadPool.add
Evan Nemerson [Wed, 6 Jun 2012 16:33:32 +0000 (09:33 -0700)] 
glib-2.0: add ThreadPool.with_owned_data and ThreadPool.add

This allows for more intuitive use of ThreadPool.  The old bindings
are marked as deprecated but kept in place to maintain backwards
compatibility.  Fixes bug 676741.

13 years agogstreamer-0.10: fix Bus.create_watch return value type
Evan Nemerson [Tue, 5 Jun 2012 22:35:56 +0000 (15:35 -0700)] 
gstreamer-0.10: fix Bus.create_watch return value type

13 years agovte, vte-2.90: fix Vte.Terminal.match_check binding
Jacques-Pascal Deplaix [Tue, 5 Jun 2012 21:46:42 +0000 (14:46 -0700)] 
vte, vte-2.90: fix Vte.Terminal.match_check binding

Fixes bug 676882.

13 years agogstreamer-base-0.10: fix gst_push_src_create binding
Thijs Vermeir [Tue, 5 Jun 2012 20:42:25 +0000 (22:42 +0200)] 
gstreamer-base-0.10: fix gst_push_src_create binding

13 years agogstreamer-video-0.10: fix gst_video_get_size_from_caps binding
Thijs Vermeir [Tue, 5 Jun 2012 20:41:18 +0000 (22:41 +0200)] 
gstreamer-video-0.10: fix gst_video_get_size_from_caps binding

13 years agolibxml-2.0: add SaveCtxt bindings
Richard Schwarting [Sat, 2 Jun 2012 22:26:35 +0000 (15:26 -0700)] 
libxml-2.0: add SaveCtxt bindings

Partially fixes bug 677355.

13 years agoRelease 0.17.1 0.17.1
Jürg Billeter [Sat, 2 Jun 2012 16:38:21 +0000 (18:38 +0200)] 
Release 0.17.1

13 years agocodegen: Fix assertion failure on empty string switch statement
Jürg Billeter [Sat, 2 Jun 2012 16:26:09 +0000 (18:26 +0200)] 
codegen: Fix assertion failure on empty string switch statement

Fixes bug 677205.

13 years agoImprove assertion messages
Jürg Billeter [Sat, 2 Jun 2012 16:17:43 +0000 (18:17 +0200)] 
Improve assertion messages

Fixes bug 658825.

13 years agoUse SourceLocation in SourceReference
Jürg Billeter [Sat, 2 Jun 2012 15:40:24 +0000 (17:40 +0200)] 
Use SourceLocation in SourceReference

13 years agoGVariant: Fix memory leak when boxing and unboxing variants
Jürg Billeter [Sat, 2 Jun 2012 15:03:40 +0000 (17:03 +0200)] 
GVariant: Fix memory leak when boxing and unboxing variants

Fixes bug 674201.

13 years agognome-keyring-1: Fix gnome_keyring_item_get_info_sync binding
Jürg Billeter [Sat, 2 Jun 2012 14:09:54 +0000 (16:09 +0200)] 
gnome-keyring-1: Fix gnome_keyring_item_get_info_sync binding

Fixes bug 677256.

13 years agocodegen: Fix infinite recursion when using lambda in destructor
Jürg Billeter [Sat, 2 Jun 2012 13:49:32 +0000 (15:49 +0200)] 
codegen: Fix infinite recursion when using lambda in destructor

Fixes bug 677261.

13 years agoglib-2.0: Fix typo in FileSeek attribute
Jürg Billeter [Sat, 2 Jun 2012 13:31:29 +0000 (15:31 +0200)] 
glib-2.0: Fix typo in FileSeek attribute

13 years agoglib-2.0: set FileSeek cname to "int"
Evan Nemerson [Fri, 1 Jun 2012 02:38:39 +0000 (19:38 -0700)] 
glib-2.0: set FileSeek cname to "int"

13 years agoAdd --enable-gobject-tracing option
Jürg Billeter [Thu, 31 May 2012 08:01:49 +0000 (10:01 +0200)] 
Add --enable-gobject-tracing option

Inserts g_object_set_data (object, "vala-creation-function", METHOD)
after object creation.

13 years agogio-2.0: Fix g_mount_get_sort_key binding
Jürg Billeter [Wed, 30 May 2012 08:25:35 +0000 (10:25 +0200)] 
gio-2.0: Fix g_mount_get_sort_key binding

Fixes bug 677073.

13 years agobindings: update numerous bindings to latest versions
Evan Nemerson [Wed, 30 May 2012 06:58:51 +0000 (23:58 -0700)] 
bindings: update numerous bindings to latest versions

clutter-gtk-1.0, gdk-pixbuf-2.0, gio-2.0, json-glib-1.0, libgdata,
libsoup-2.4, libwnck-3.0, and mx-1.0

13 years agoglib-2.0: Include glib/gstdio.h when using DirUtils or Stat
Jürg Billeter [Tue, 29 May 2012 09:43:19 +0000 (11:43 +0200)] 
glib-2.0: Include glib/gstdio.h when using DirUtils or Stat

13 years agoUpdate clutter vapi to final Clutter 1.10.
Alexander Larsson [Tue, 29 May 2012 09:15:15 +0000 (11:15 +0200)] 
Update clutter vapi to final Clutter 1.10.

13 years agogdk-pixbuf-2.0: Rename take_data to with_unowned_data
Michal Hruby [Mon, 28 May 2012 19:35:06 +0000 (21:35 +0200)] 
gdk-pixbuf-2.0: Rename take_data to with_unowned_data

13 years agoglib-2.0: Add Bytes.new_with_owner with an owned generic argument
Michal Hruby [Mon, 28 May 2012 18:46:45 +0000 (20:46 +0200)] 
glib-2.0: Add Bytes.new_with_owner with an owned generic argument

13 years agogdk-3.0, libsoup-2.4, poppler-glib, rest-0.7, vte-2.90: update
Evan Nemerson [Fri, 25 May 2012 17:51:15 +0000 (10:51 -0700)] 
gdk-3.0, libsoup-2.4, poppler-glib, rest-0.7, vte-2.90: update

13 years agogdk-pixbuf-2.0: Change ownership of Pixbuf.from_data.data
Zeeshan Ali (Khattak) [Fri, 25 May 2012 06:35:26 +0000 (23:35 -0700)] 
gdk-pixbuf-2.0: Change ownership of Pixbuf.from_data.data

This also adds a Pixbuf.take_data which behaves like the old version.
This can be helpful for avoiding unnecessary copies, but is easy to
get wrong.

Thanks to Patryk Zawadzki <patrys@pld-linux.org> for help in finding
this issue out. Fixes bug 676695.

13 years agoglib-2.0: Add a few Source methods
Michal Hruby [Fri, 25 May 2012 12:38:30 +0000 (14:38 +0200)] 
glib-2.0: Add a few Source methods

13 years agocodegen: Fix capturing element variable of foreach without iterator
Jürg Billeter [Fri, 25 May 2012 10:25:32 +0000 (12:25 +0200)] 
codegen: Fix capturing element variable of foreach without iterator

13 years agoSupport virtual interface signals
Jürg Billeter [Fri, 25 May 2012 09:39:44 +0000 (11:39 +0200)] 
Support virtual interface signals

Fixes bug 676802.

13 years agoglib-2.0: annotate nullable GLib.Uri arguments and return values
Marc-André Lureau [Wed, 23 May 2012 00:24:31 +0000 (02:24 +0200)] 
glib-2.0: annotate nullable GLib.Uri arguments and return values

g_uri_*() functions can take null values, return null as a normal
operation, ex: parse_scheme() returns null when no scheme...

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

13 years agoposix: add statvfs and fstatvfs function bindings
Evan Nemerson [Tue, 22 May 2012 19:51:53 +0000 (12:51 -0700)] 
posix: add statvfs and fstatvfs function bindings

statvfs is called statvfs_exec since just using statvfs would conflict
with the existing statvfs type.

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

13 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)

13 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.

13 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.

13 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

13 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

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

13 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.

13 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

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

13 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

13 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.

13 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.

13 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.

13 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

13 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

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