TelepathyGLib.RoomInfo¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
||
priv |
r |
Class Details¶
- class TelepathyGLib.RoomInfo(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
Data structure representing a
TelepathyGLib.RoomInfo
.New in version 0.19.0.
- get_channel_type()¶
- Returns:
a string representing the D-Bus interface name of the channel type of the room
- Return type:
New in version 0.19.0.
- get_description()¶
- Returns:
a description of the room’s overall purpose
- Return type:
New in version 0.19.0.
- get_handle_name()¶
- Returns:
the identifier of the room (as would be returned by inspecting the #TpHandle returned by
TelepathyGLib.RoomInfo.get_handle
())- Return type:
New in version 0.19.0.
- get_invite_only(known)¶
- Parameters:
known (
bool
) – eitherNone
, or a location in which to storeTrue
if the returned value is meaningful- Returns:
True
if you cannot join the room, but must be invited- Return type:
New in version 0.19.0.
- get_members_count(known)¶
- Parameters:
known (
bool
) – eitherNone
, or a location in which to storeTrue
if the returned value is meaningful- Returns:
the number of members in the room
- Return type:
New in version 0.19.0.
- get_name()¶
- Returns:
the human-readable name of the room if different from the handle
- Return type:
New in version 0.19.0.
- get_requires_password(known)¶
- Parameters:
known (
bool
) – eitherNone
, or a location in which to storeTrue
if the returned value is meaningful- Returns:
True
if the room requires a password to enter- Return type:
New in version 0.19.0.
- get_room_id()¶
- Returns:
the human-readable identifier of the room
- Return type:
New in version 0.19.0.
- get_server()¶
- Returns:
the DNS name of the server hosting the room
- Return type:
New in version 0.19.0.