| [Insert name here] Reference Manual | ||||
|---|---|---|---|---|
gboolean tpa_room_list_get_listing_rooms (GObject *obj, gboolean *ret, GError **error); gboolean tpa_room_list_list_rooms (GObject *obj, GError **error);
gboolean tpa_room_list_get_listing_rooms (GObject *obj,
gboolean *ret,
GError **error);
Implements DBus method ListingRooms on interface org.freedesktop.Telepathy.Channel.Type.StreamedMedia
error: Used to return a pointer to a GError detailing any error
that occured, DBus will throw the error only if this
function returns false.
return: TRUE if successful, FALSE if an error was thrown.
obj : |
|
ret : |
|
error : |
|
| Returns : |
gboolean tpa_room_list_list_rooms (GObject *obj,
GError **error);
Implements DBus method ListRooms on interface org.freedesktop.Telepathy.Channel.Type.StreamedMedia
error: Used to return a pointer to a GError detailing any error
that occured, DBus will throw the error only if this
function returns false.
return: TRUE if successful, FALSE if an error was thrown.
obj : |
|
error : |
|
| Returns : |