Re: [fpc-pascal] DBus Bindings

2006-10-15 Thread Felipe Monteiro de Carvalho
On 10/15/06, Marco van de Voort <[EMAIL PROTECTED]> wrote: Florian, afaik Sebastian already had DBus stuff. He demonstrated it in Muenchen? Arg, duplicated work? Well ... he should have written somewhere that he did it. Anyway dbus is very new, and the API changed a lot in it's short life. It

Re: [fpc-pascal] DBus Bindings

2006-10-15 Thread Marco van de Voort
> > Basically I can have one software that constantly scans the bus in a > > loop in search of messages, and another that sends messages. And it > > works. > > > > Now, I would like to write a class to make the use of dbus easier. I > > would like to emit a signal when a message arrives, but I don

Re: [fpc-pascal] DBus Bindings

2006-10-13 Thread Michael Van Canneyt
On Fri, 13 Oct 2006, Felipe Monteiro de Carvalho wrote: > Hello, > > I am writing bindings for DBus (interprocess communication) library, > but I'm a little lost about how to create them. The procedural > low-level code is already working. > > Basically I can have one software that constantly

Re: [fpc-pascal] DBus Bindings

2006-10-13 Thread Florian Klaempfl
Felipe Monteiro de Carvalho wrote: > Hello, > > I am writing bindings for DBus (interprocess communication) library, > but I'm a little lost about how to create them. The procedural > low-level code is already working. > > Basically I can have one software that constantly scans the bus in a > loo

[fpc-pascal] DBus Bindings

2006-10-13 Thread Felipe Monteiro de Carvalho
Hello, I am writing bindings for DBus (interprocess communication) library, but I'm a little lost about how to create them. The procedural low-level code is already working. Basically I can have one software that constantly scans the bus in a loop in search of messages, and another that sends me