| Top |
#define MATRIX_TYPE_PRESENCE_EVENT (matrix_presence_event_get_type ())
The type for MatrixPresenceEvent.
const gchar *
matrix_presence_event_get_avatar_url (MatrixPresenceEvent *self);
Get and return the current value of the "avatar-url" property.
void matrix_presence_event_set_avatar_url (MatrixPresenceEvent *self,const gchar *value);
Set the value of the "avatar-url" property to value
.
self |
the MatrixPresenceEvent instance to modify |
|
value |
the new value of the "avatar-url" property |
const gchar *
matrix_presence_event_get_display_name
(MatrixPresenceEvent *self);
Get and return the current value of the "display-name" property.
void matrix_presence_event_set_display_name (MatrixPresenceEvent *self,const gchar *value);
Set the value of the "display-name" property to value
.
self |
the MatrixPresenceEvent instance to modify |
|
value |
the new value of the "display-name" property |
gulong *
matrix_presence_event_get_last_active_ago
(MatrixPresenceEvent *self);
Get and return the current value of the "last-active-ago" property.
void matrix_presence_event_set_last_active_ago (MatrixPresenceEvent *self,gulong *value);
Set the value of the "last-active-ago" property to value
.
self |
the MatrixPresenceEvent instance to modify |
|
value |
the new value of the "last-active-ago" property |
MatrixPresence
matrix_presence_event_get_presence (MatrixPresenceEvent *self);
Get and return the current value of the "presence" property.
void matrix_presence_event_set_presence (MatrixPresenceEvent *self,MatrixPresence value);
Set the value of the "presence" property to value
.
self |
the MatrixPresenceEvent instance to modify |
|
value |
the new value of the "presence" property |
struct MatrixPresenceEvent {
MatrixEvent parent_instance;
MatrixPresenceEventPrivate * priv;
};
Class for representing presence events
The presence event class.
struct MatrixPresenceEventClass {
MatrixEventClass parent_class;
};
The class structure for MATRIX_TYPE_PRESENCE_EVENT. All the fields in this structure are private and should never be accessed directly.