Commit Graph

27 Commits

Author SHA1 Message Date
Gergely Polonkai 76d68d5c7b Port MatrixJoinRules to C 2017-12-12 11:50:09 +01:00
Gergely Polonkai 6b8f2fe22c Port MatrixRoomVisibility to C 2017-12-12 11:50:09 +01:00
Gergely Polonkai b69b9d0d89 Port MatrixRoomPreset to C 2017-12-12 11:50:08 +01:00
Gergely Polonkai 62b106511d Port MatrixRoomMembership to C 2017-12-08 11:55:01 +01:00
Gergely Polonkai b211ee2fc2 Port MatrixResizeMethod to C 2017-12-08 11:55:01 +01:00
Gergely Polonkai fe238ff236 Port MatrixReceiptType to C 2017-12-08 11:55:01 +01:00
Gergely Polonkai c8fe8e1ebb Port MatrixPusherKind to C 2017-12-08 11:55:01 +01:00
Gergely Polonkai c91035dbd0 Port MatrixPusherConditionKind to C 2017-12-08 11:55:00 +01:00
Gergely Polonkai f97896a250 Port MatrixPresence to C 2017-12-08 11:54:59 +01:00
Gergely Polonkai 25f809d37e Port MatrixEventFormat to C 2017-12-05 16:05:41 +01:00
Gergely Polonkai 94c49193c8 Port MatrixEventDirection to C 2017-12-05 16:05:41 +01:00
Gergely Polonkai d3be50a6a0 Port MatrixAccountKind to C 2017-12-05 16:05:41 +01:00
Gergely Polonkai 51a4b1492c Port MatrixError to C 2017-12-05 16:05:39 +01:00
Gergely Polonkai 2a098de9bf Add differs() method to Matrix.ImageIngo
Signed-off-by: Gergely Polonkai <gergely@polonkai.eu>
2016-03-22 10:47:16 +00:00
Gergely Polonkai 0e4a572058 Fix enum value documentations 2016-03-18 09:55:22 +00:00
Gergely Polonkai 5254776d4f Remove possibility of NULL for properties with fundamental types
It is not supported by GObject.
2016-03-17 17:03:17 +01:00
Gergely Polonkai f6df2200b7 Add Matrix.Room to hold room data 2016-03-16 17:09:30 +00:00
Gergely Polonkai 62eb4e7e21 Add get_user_presence() and get_user_profile() to Client 2016-03-14 23:09:09 +00:00
Gergely Polonkai 39a4e2f73c Add the VideoInfo struct 2016-03-10 19:46:01 +01:00
Gergely Polonkai 65dffc38da Add the AudioInfo struct 2016-03-10 19:25:09 +01:00
Gergely Polonkai 32245397fd Add the FileInfo struct 2016-03-10 19:07:35 +01:00
Gergely Polonkai 5bb3620395 Refactor ImageInfo
* Add a set_from_json() method
* Start using it in the m.room.avatar handler
2016-03-10 19:07:35 +01:00
Gergely Polonkai 49a8b1f665 Add value description to HistoryVisibility 2016-03-09 16:22:29 +01:00
Gergely Polonkai b6b5bbf567 Add event handler for m.call.answer 2016-03-09 10:36:55 +01:00
Gergely Polonkai be8910b8be Add event handler for m.call.invite 2016-03-09 08:26:53 +00:00
Gergely Polonkai 66ae5cff58 Add event handler for m.room.guest_access 2016-03-08 18:18:37 +00:00
Gergely Polonkai d267b9e110 Add the Matrix.ImageInfo type 2016-03-08 17:09:28 +01:00