Port MatrixEventRoom to C

This commit is contained in:
2017-11-13 13:10:57 +01:00
parent 552a36d65d
commit 64d1674816
6 changed files with 738 additions and 149 deletions

View File

@@ -21,7 +21,6 @@ libmatrix_glib_0_0_la_VALA_SOURCES = \
matrix-client.vala \
matrix-http-api.vala \
matrix-http-client.vala \
matrix-event-room-base.vala \
matrix-event-state-base.vala \
matrix-event-presence.vala \
matrix-event-room-member.vala \
@@ -113,6 +112,7 @@ INST_H_SRC_FILES = \
matrix-types.h \
matrix-compacts.h \
matrix-event-base.h \
matrix-event-room-base.h \
utils.h \
matrix-profile.h \
$(NULL)
@@ -136,6 +136,7 @@ libmatrix_glib_0_0_la_SOURCES = \
matrix-types.c \
matrix-compacts.c \
matrix-event-base.c \
matrix-event-room-base.c \
matrix-profile.c \
utils.c \
matrix-enumtypes.c \