Take a look at this site: http://dbus.freedesktop.org/doc/dbus-tutorial.html
It's a very good guide explaining what is d-bus and how to use it. On Tue, Dec 11, 2012 at 10:00 AM, Radhika Praveen <[email protected]>wrote: > Hi All, > > I was going through the telephony code. > > Am new to this D-Bus architecture and I am not able to get the flow from > libslp-tapi to d-bus. > > When the call to g_dbus_connection_call is made from libslp-tapi say for > example > > g_dbus_connection_call(handle->dbus_connection, > > DBUS_TELEPHONY_SERVICE , > handle->path, DBUS_TELEPHONY_NETWORK_INTERFACE, > > "SetSelectionMode", param, > NULL, > > G_DBUS_CALL_FLAGS_NONE, > -1, NULL, > > on_response_default_set, > evt_cb_data); > > > > How will this get mapped to tel-plugin-dbus_tapi(am assuming the call will > come here)? > > Can anyone help me in understanding this please? > > Thanks in advance. > > Regards > > Radhika > > _______________________________________________ > General mailing list > [email protected] > https://lists.tizen.org/listinfo/general > >
_______________________________________________ General mailing list [email protected] https://lists.tizen.org/listinfo/general
