Re: [maemo-developers] Help on how to attach a non gtk+/hildon app to D-Bus

2007-01-11 Thread Kimmo Hämäläinen
On Wed, 2007-01-10 at 21:42 +0100, ext Tim Teulings wrote: Hello! Is it possible to initialize our C application (non GTK+/Hildon app.) and attach it to D-Bus with libOSSO library? IMHO libOSSO is intermixed with Gtk so you must user Gtk somehow if you want libOSSO. Depending on your

[maemo-developers] Help on how to attach a non gtk+/hildon app to D-Bus

2007-01-10 Thread Tomas
Hello, We are trying to write a single C script, not a gtk+/hildon application, to listen for the connectivity DBUS signals. We are using the IC API as shown in the Maemo Connectivity Architecture document and we have managed to open and close WLan connections without problems. Things changed

Re: [maemo-developers] Help on how to attach a non gtk+/hildon app to D-Bus

2007-01-10 Thread Tim Teulings
Hello! Is it possible to initialize our C application (non GTK+/Hildon app.) and attach it to D-Bus with libOSSO library? IMHO libOSSO is intermixed with Gtk so you must user Gtk somehow if you want libOSSO. Depending on your needs if might be enough to just initialize Gtk main event loop to

Re: [maemo-developers] Help on how to attach a non gtk+/hildon app to D-Bus

2007-01-10 Thread Graham Cobb
On Wednesday 10 January 2007 16:33, Tomas wrote: Where can we get an exemple on how to write a little C script to listen D-Bus signals? Search the mailing list archives for any of dbus-monitor, dbus-s or dbus-scripts -- all three do what you need (and are variants of the same program). Do