Re: [Vala] Implement abstract interface method in interface

2012-08-26 Thread Jim Nelson
Your problem lies here: interface IBar : IFoo { public virtual void bar () { } } Because IBar is an interface, it doesn't inherit from IFoo.  Rather, in Vala that syntax means whatever class implements IBar's interface must also implement IFoo (or, IFoo is a prerequisite interface for IBa

[Vala] Implement abstract interface method in interface

2012-08-26 Thread Thomas Jollans
Hi list, I was planning to implement a family of GTK controls that provide different views on the same information in the following fashion: * a UI-agnostic interface defining the application-facing API * a UI-agnostic model that implements the common functionality. * view controller classes that

[Vala] d-bus timeout when formating disk

2012-08-26 Thread rastersoft
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all: I'm using UDISKS and D-BUS to formate a hard disk. Unfortunately, the time needed to format the drive is bigger than the default timeout for an async call, so I always receive an exception with a d-bus timeout. How can I set the timeout to a

Re: [Vala] ANNOUNCE: ValaWinPKG for win32

2012-08-26 Thread tarnyko
Hi Tal, nice to see some feedback, If I have mingw and install Vala and other libraries using MinGW(msys), can I install a specific library(such as gobject-introspection) which I can't build? ValaWinPKG uses Vala and GLib versions to identify compatible packages. So, as gobject-introspection