![]() |
2010-03-09
, 10:57
|
|
Posts: 754 |
Thanked: 630 times |
Joined on Sep 2009
@ London
|
#2
|
![]() |
2010-03-09
, 11:44
|
Posts: 7 |
Thanked: 0 times |
Joined on Mar 2010
@ Sheffield UK
|
#3
|
![]() |
2010-03-09
, 22:07
|
Posts: 7 |
Thanked: 0 times |
Joined on Mar 2010
@ Sheffield UK
|
#4
|
I'm trying to make an app I've written in c for maemo prompt the user to connect to the internet when the device isn't connected. I found a page in the wiki with some example code but I couldn't get it to work:
http://wiki.maemo.org/Documentation/...y_UI_Interface
I've set connection as a pointer to a DBusConnection, reply is a pointer to a DBusMessage and error is a DBusError. I also ran dbus_bus_get to set up connection.
Anyone have any ideas where I'm going wrong? Or the 'proper' way to request a connection?