tpa-room-list-private

tpa-room-list-private

Synopsis




gboolean            tpa_room_list_get_listing_rooms     (GObject *obj,
                                                         gboolean *ret,
                                                         GError **error);
gboolean            tpa_room_list_list_rooms            (GObject *obj,
                                                         GError **error);

Description

Details

tpa_room_list_get_listing_rooms ()

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 :

tpa_room_list_list_rooms ()

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 :