Gjsify LogoGjsify Logo

Structure to be included in the class structure of objects that use this mixin. Initialize it with tp_presence_mixin_class_init().

If the protocol imposes a limit on the length of status messages, one should implement get_maximum_status_message_length. If this callback is not implemented, it is assumed that there is no limit. The callback function should be set after calling tp_presence_mixin_class_init(), like so:

|[ TpPresenceMixinClass *mixin_class;

tp_presence_mixin_class_init ((GObjectClass *) klass, G_STRUCT_OFFSET (SomeObjectClass, presence_mixin)); mixin_class = TP_PRESENCE_MIXIN_CLASS (klass); mixin_class->get_maximum_status_message_length = some_object_get_maximum_status_message_length;



All other fields should be considered read-only.
@record

Hierarchy

  • PresenceMixinClass

Index

Constructors

Properties

get_maximum_status_message_length: PresenceMixinGetMaximumStatusMessageLengthFunc

The callback used to discover the the limit for status messages length, if any. Since: 0.14.5

field

The set-own-status function that was passed to tp_presence_mixin_class_init()

field

The status-available function that was passed to tp_presence_mixin_class_init()

field

The presence statuses array that was passed to tp_presence_mixin_class_init()

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