TelepathyGLib.GroupMixin¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
group_flags |
r/w |
This group’s flags. Set using tp_group_mixin_change_flags(); defaults to 0. |
|
handle_repo |
r/w |
The connection’s contact handle repository |
|
local_pending |
r/w |
Members awaiting the local user’s approval to join the group. Alter using tp_group_mixin_change_members(). |
|
members |
r/w |
The members of the group. Alter using tp_group_mixin_change_members(). |
|
remote_pending |
r/w |
Members awaiting remote (e.g. remote user or server) approval to join the group. Alter using tp_group_mixin_change_members(). |
|
self_handle |
r/w |
The local user’s handle within this group, or 0 if none. Set using tp_group_mixin_init() and tp_group_mixin_change_self_handle(). |
Methods¶
None
Details¶
- class TelepathyGLib.GroupMixin¶
Structure representing the group mixin as used in a particular class. To be placed in the implementation’s instance structure.
All fields should be considered read-only.