It looks like this build does not include my changes to allow the OSX
and directfb
backends to build.
On 9/22/06, Matthias Clasen <[EMAIL PROTECTED]> wrote:
> GTK+ 2.10.4 is now available for download at:
>
> http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.10/
>
> gtk+-2.10.4.tar.bz2 md5sum: ec
On Sun, 2006-09-24 at 14:51 +0200, Philip Van Hoof wrote:
> #define G_INPUT_STREAM_GET_IFACE(inst) (G_TYPE_INSTANCE_GET_INTERFACE
> ((inst), G_TYPE_INPUT_STREAM, TnyDeviceIface))
Search and replace issue. This should of course be something like:
#define G_INPUT_STREAM_GET_IFACE(inst) (G_TYPE
On Sun, 2006-09-24 at 14:33 +0200, Philip Van Hoof wrote:
> > Here is my current GInputStream:
> >
> > struct _GInputStreamClass
> > {
> > GObjectClass parent_class;
>
> Using GTypeInterfaceClass here would make it much more easy to let
> library and application developers implement the GInput
On Wed, 2006-09-20 at 12:31 +0200, Alexander Larsson wrote:
Hey Alex,
Great that you are planning to redesign the VFS.
> Here is my current GInputStream:
>
> struct _GInputStreamClass
> {
> GObjectClass parent_class;
Using GTypeInterfaceClass here would make it much more easy to let
library