* Quick Check: calling ListDevices method of Adapter in DBus-GLib-C++
@ 2008-05-24 4:40 David Stockwell
0 siblings, 0 replies; only message in thread
From: David Stockwell @ 2008-05-24 4:40 UTC (permalink / raw)
To: BlueZ development; +Cc: Marcel Holtmann, Johan Hedberg
[-- Attachment #1: Type: text/plain, Size: 584 bytes --]
It appears to me that the proper GType that matches up with an Array of Object Paths is:
dbus_g_type_get_collection("GSList", DBUS_TYPE_G_OBJECT_PATH)
This returns a pointer to a singly-linked list (GSList), which one may iterate through using g_slist_foreach, which calls an iterator function for each Object Path in the list.
A gpointer passed to the iterator function contains the Device path: (e.g., /hci0/dev_00_00_00_00_00_00), and may be cast to a (const char *) for processing as a C/C++ string.
Do I have this right, or is there a better way to attack this?
DS
[-- Attachment #2: Type: text/html, Size: 1362 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-05-24 4:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-24 4:40 Quick Check: calling ListDevices method of Adapter in DBus-GLib-C++ David Stockwell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox