Sending sms via fso dbus in c

Sebastian om-devel at music-starvation.de
Thu Nov 20 10:10:58 CET 2008


Hi,

i have a problem with sending sms via dbus.

I don't hav an idea how to get the last argument the features of the sms
together. Number and text are no problem, but how do i append the
feature array? Could anybody help me with this?

number and text code:
        char* dbus_number = number;
        dbus_message_iter_append_basic (&iter, DBUS_TYPE_STRING,
&dbus_number);
        char* dbus_text = text;       
        dbus_message_iter_append_basic (&iter, DBUS_TYPE_STRING,
&dbus_text);

Greetings, Sebastian



More information about the devel mailing list