Top |
#define MATRIX_TYPE_ROOM_MEMBER_EVENT (matrix_room_member_event_get_type ())
The type for MatrixRoomMemberEvent.
const gchar *
matrix_room_member_event_get_state_key
(MatrixRoomMemberEvent *self
);
Get and return the current value of the "state-key" property.
void matrix_room_member_event_set_state_key (MatrixRoomMemberEvent *self
,const gchar *value
);
Set the value of the "state-key" property to value
.
self |
the MatrixRoomMemberEvent instance to modify |
|
value |
the new value of the "state-key" property |
MatrixRoomMembership
matrix_room_member_event_get_membership
(MatrixRoomMemberEvent *self
);
Get and return the current value of the "membership" property.
void matrix_room_member_event_set_membership (MatrixRoomMemberEvent *self
,MatrixRoomMembership value
);
Set the value of the "membership" property to value
.
self |
the MatrixRoomMemberEvent instance to modify |
|
value |
the new value of the "membership" property |
const gchar *
matrix_room_member_event_get_avatar_url
(MatrixRoomMemberEvent *self
);
Get and return the current value of the "avatar-url" property.
void matrix_room_member_event_set_avatar_url (MatrixRoomMemberEvent *self
,const gchar *value
);
Set the value of the "avatar-url" property to value
.
self |
the MatrixRoomMemberEvent instance to modify |
|
value |
the new value of the "avatar-url" property |
const gchar *
matrix_room_member_event_get_display_name
(MatrixRoomMemberEvent *self
);
Get and return the current value of the "display-name" property.
void matrix_room_member_event_set_display_name (MatrixRoomMemberEvent *self
,const gchar *value
);
Set the value of the "display-name" property to value
.
self |
the MatrixRoomMemberEvent instance to modify |
|
value |
the new value of the "display-name" property |
struct MatrixRoomMemberEvent { MatrixRoomEvent parent_instance; MatrixRoomMemberEventPrivate * priv; };
Class for representing a room membership events
The room membership event class.
struct MatrixRoomMemberEventClass { MatrixRoomEventClass parent_class; };
The class structure for MATRIX_TYPE_ROOM_MEMBER_EVENT
. All the fields in this structure are private and should never be accessed directly.