GLib 2.17.3 released

2008-07-02 Thread Matthias Clasen
GLib 2.17.3 is now available for download at: http://download.gnome.org/sources/glib/2.17/ glib-2.17.3.tar.bz2 md5sum: 1683dcb0b5fc865833b01daad8026924 glib-2.17.3.tar.gz md5sum: 8c5ac7d6c6f2cc21b742714e19638960 This is the fourth development release leading up to GLib 2.18. Notes:

[PATCH RESEND] bug fix incremental base64 encoding (glib)

2008-07-02 Thread Sebastian Siewior
If the previous incremental encoding saved two bytes, the followed-up incremental just one and we than call the finish routine than state looks like '01-XX-YY-00' where XX is the actual saved c1 and YY and c2 saved from the last previous (not last) incremental encoding. Since c2 is not zero now, we

trunk build bustage

2008-07-02 Thread Colin Walters
Trunk fails to build in this way: make[4]: Entering directory `/src/jhbuild/checkout/glib/gio' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"GLib-GIO\" -I.. -I.. -I../glib -I../gmodule -DG_ENABLE_DEBUG -DG_DISABLE_DEPRECATED -DGIO_COMPILATION -DGIO_MODUL

Re: gdk_cursor_new_from_pixmap color parameters no effect in MS windows

2008-07-02 Thread Tor Lillqvist
Please file a bug report at http://bugzilla.gnome.org (product: gtk+, component: win32) and attach a minimal but complete sample program to reproduce the problem as a single C or Python source file. --tml ___ gtk-devel-list mailing list gtk-devel-list@gn

Re: GTK Links

2008-07-02 Thread Martyn Russell
svalbard colaco wrote: > Hi all; > > I wanted some links/ppts/books in Understanding GTK concepts , describing > each of the aspects in brief with examples/snap shots etc.. > search results have given me a few ; But wanted suggestion as which are > recommended links /ppts , > for a bignner to brow

GTK Links

2008-07-02 Thread svalbard colaco
Hi all; I wanted some links/ppts/books in Understanding GTK concepts , describing each of the aspects in brief with examples/snap shots etc.. search results have given me a few ; But wanted suggestion as which are recommended links /ppts , for a bignner to browse through. Awaiting your suggestion

Re: RFC: GProxy, Dynamic Method Invocation

2008-07-02 Thread Mikkel Kamstrup Erlandsen
2008/7/2 Tim Janik <[EMAIL PROTECTED]>: > On Tue, 1 Jul 2008, Mikkel Kamstrup Erlandsen wrote: > >> Over the past few weeks I have been pondering a way to add dynamic >> method invocation and introspection to GObjects. I am meaning to >> implement this myself (unless someone else really want to do

Re: RFC: GProxy, Dynamic Method Invocation

2008-07-02 Thread Tim Janik
On Tue, 1 Jul 2008, Mikkel Kamstrup Erlandsen wrote: Over the past few weeks I have been pondering a way to add dynamic method invocation and introspection to GObjects. I am meaning to implement this myself (unless someone else really want to do it), if the reception is luke-warm or better :-)

Re: RFC: GProxy, Dynamic Method Invocation

2008-07-02 Thread Mikkel Kamstrup Erlandsen
2008/7/2 Michael Lawrence <[EMAIL PROTECTED]>: > > > On Tue, Jul 1, 2008 at 3:08 PM, Johan Dahlin <[EMAIL PROTECTED]> wrote: >> >> Mikkel Kamstrup Erlandsen wrote: >> [..] >>> >>> * Relation to GObject-introspection. As far as I can tell GProxy and >>> GObject-introspection are two completely diff

Re: RFC: GProxy, Dynamic Method Invocation

2008-07-02 Thread Mikkel Kamstrup Erlandsen
2008/7/2 Johan Dahlin <[EMAIL PROTECTED]>: > Mikkel Kamstrup Erlandsen wrote: > [..] >> >> * Relation to GObject-introspection. As far as I can tell GProxy and >> GObject-introspection are two completely different things. Maybe I do >> not understand the implications of GObject introspection fully