| Top |
| #define | MATRIX_EVENT_TYPE_RECEIPT |
| MatrixEventReceipt * | matrix_event_receipt_new () |
| const gchar * | matrix_event_receipt_get_room_id () |
| void | matrix_event_receipt_set_room_id () |
#define MATRIX_EVENT_TYPE_RECEIPT (matrix_event_receipt_get_type ())
The type for MatrixEventReceipt.
const gchar *
matrix_event_receipt_get_room_id (MatrixEventReceipt *self);
Get and return the current value of the "room-id" property.
void matrix_event_receipt_set_room_id (MatrixEventReceipt *self,const gchar *value);
Set the value of the "room-id" property to value
.
self |
the MatrixEventReceipt instance to modify |
|
value |
the new value of the "room-id" property |
struct MatrixEventReceipt {
MatrixEventBase parent_instance;
MatrixEventReceiptPrivate * priv;
};
Class to hold m.receipt events.
Informs the client of new receipts.
struct MatrixEventReceiptClass {
MatrixEventBaseClass parent_class;
};
The class structure for MATRIX_EVENT_TYPE_RECEIPT. All the fields in this structure are private and should never be accessed directly.