On Wed, Nov 21, 2012 at 4:26 PM, Hodong Kim <[email protected]> wrote:

> class InflateGZip : Gsf.InputGZip
> {
>     public InflateGZip(Gsf.Input source)
>     {
>         //Object(raw: true);
>         base(source);
>     }
> }
>

You can only use either Object() or base():
Object (raw: true, source: source);

-- 
www.debian.org - The Universal Operating System
_______________________________________________
vala-list mailing list
[email protected]
https://mail.gnome.org/mailman/listinfo/vala-list

Reply via email to