TelepathyGLib.GroupMixinClass¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
add_member |
r/w |
The add-member function that was passed to tp_group_mixin_class_init() |
|
remove_member |
r/w |
The remove-member function that was passed to tp_group_mixin_class_init() |
Methods¶
None
Details¶
- class TelepathyGLib.GroupMixinClass¶
Structure representing the group mixin as used in a particular class. To be placed in the implementation’s class structure.
Initialize this with tp_group_mixin_class_init().
All fields should be considered read-only.