Gjsify LogoGjsify Logo

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.

record

Hierarchy

  • GroupMixin

Index

Constructors

Properties

group_flags: ChannelGroupFlags

This group's flags. Set using tp_group_mixin_change_flags(); defaults to 0.

field
handle_repo: HandleRepoIface

The connection's contact handle repository

field
local_pending: HandleSet

Members awaiting the local user's approval to join the group. Alter using tp_group_mixin_change_members().

field
members: HandleSet

The members of the group. Alter using tp_group_mixin_change_members().

field

Pointer to opaque private data

field
remote_pending: HandleSet

Members awaiting remote (e.g. remote user or server) approval to join the group. Alter using tp_group_mixin_change_members().

field
self_handle: number

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().

field
name: string

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method