2009-05-26 Jürg Billeter <
[email protected]>
Release 0.7.3
glib-2.0: Fix time_t binding
Fixes bug 583177.
2009-05-25 Mark Lee <
[email protected]>
glib-2.0: Fix GLib.KeyFile.to_data binding
g_keyfile_to_data should throw a KeyFileError instead of having an optional
out error parameter.
gdk-2.0: Fix gdk_color_to_string binding
gdk_color_to_string returns a newly allocated string, so it needs to be
annotated as such. Fixes bug 583791.
2009-05-25 Travis Watkins <
[email protected]>
gtk+-2.0: Fix gtk_builder_* and gtk_tree_view_* bindings
Fixes bug 583004.
2009-05-25 Víctor Manuel Jáquez Leal <
[email protected]>
gstreamer-audio-0.10: Fix GstBaseAudio*SlaveMethod enums
Fixes bug 582992.
2009-05-25 Mike Massonnet <
[email protected]>
gtk+-2.0: Fix gtk_notebook_* bindings
Fixes bug 583687.
2009-05-25 Mark Lee <
[email protected]>
gio-2.0: Fix the g_app_info_launch binding
g_app_info_launch.launch_context is nullable, according to the docs.
Fixes bug 583586.
gtk+-2.0: Fix gtk_alignment_get_padding binding
All of the parameters for gtk_alignment_get_padding are out parameters.
Fixes bug 583828.
2009-05-25 Jürg Billeter <
[email protected]>
gtk+-2.0: Fix GtkTextBuffer:text binding
vapigen: Add accessor_method metadata for properties
2009-05-24 Jim Nelson <
[email protected]>
gdk-pixbuf-2.0: Fix memory leaks
Fix memory leaks in gdk_pixbuf_flip and gdk_pixbuf_rotate_simple
bindings. Fixes bug 582694.
2009-05-24 Jürg Billeter <
[email protected]>
Do not declare construct-only properties in header files
Fixes bug 580386.
2009-05-20 Jürg Billeter <
[email protected]>
glib-2.0: Fix CompareDataFunc parameters
Fix lock statement when used on non-private fields
Fixes bug 579613.
2009-05-17 Didier 'Ptitjes <
[email protected]>
GIR writer: Generate <package/> tag
GIR writer: Generate correct GIR namespace name and version
Add --gir option to enable GIR generation
2009-05-17 Michael 'Mickey' Lauer <
[email protected]>
posix: Add bind(2)
This needs to use variable argument list since the actual parameters
vary with the socket family.
posix: Add readlink(2) and ttyname_r(3)
2009-05-14 Didier 'Ptitjes <
[email protected]>
Fix null pointer access on out parameter clearing
Fixes bug 580667.
2009-05-12 Marc-André Lureau <
[email protected]>
build: Use m4 dir for autoconf macros
2009-05-09 Jürg Billeter <
[email protected]>
Rename gobject directory to codegen
2009-05-09 Jukka-Pekka Iivonen <
[email protected]>
posix: Add poll.h and unistd.h bindings
2009-05-09 Matias De la Puente <
[email protected]>
posix: Add sys/select.h bindings
posix: Add termios.h bindings
posix: Add more string.h bindings
2009-05-09 Jürg Billeter <
[email protected]>
Fix handling of empty cprefix in CCode attribute of a namespace
2009-05-09 Michael 'Mickey' Lauer <
[email protected]>
posix: add setgid(2) and setuid(2)
2009-05-09 Jürg Billeter <
[email protected]>
Remove unused CodeContext.memory_management property
Add --vapi command-line option
The --vapi command-line option generates a .vapi file with the
public API.
Remove unused CodeContext.library property
2009-05-08 Jürg Billeter <
[email protected]>
Support enum values as array indices
Fix parameter type declaration of signals
Add initial support for POSIX profile
Add --profile command-line option.
Code compiled with valac --profile posix will not depend on GLib or
GObject. However, many language features are currently not supported
with the POSIX profile.
2009-05-07 Frederik <
[email protected]>
lua: Update bindings
Fixes bug 575707.
2009-05-07 Mark Lee <
[email protected]>
gnome-keyring-1: Fix GnomeKeyringNetworkPasswordData binding
The correct unref function for GnomeKeyring.NetworkPasswordData is
gnome_keyring_network_password_free(). Fixes part of bug 578204.
gnome-keyring-1: Fix gnome_keyring_set_network_password_sync binding
The item_id parameter for GnomeKeyring.set_network_password_sync needs
to be annotated as an "out" parameter.
Fixes part of bug 578204.
gnome-keyring-1: Update to gnome-keyring 2.26.0
Fixes part of bug 578204.