Port MatrixEventReceipt to C

This commit is contained in:
2017-11-14 17:52:07 +01:00
parent 068f85d0c1
commit 75c255ac9d
6 changed files with 446 additions and 173 deletions

View File

@@ -24,7 +24,6 @@ libmatrix_glib_0_0_la_VALA_SOURCES = \
matrix-event-room-message.vala \
matrix-event-room-topic.vala \
matrix-event-room-aliases.vala \
matrix-event-receipt.vala \
matrix-event-room-history-visibility.vala \
matrix-event-room-join-rules.vala \
matrix-event-room-name.vala \
@@ -113,6 +112,7 @@ INST_H_SRC_FILES = \
matrix-event-presence.h \
matrix-event-room-member.h \
matrix-event-typing.h \
matrix-event-receipt.h \
utils.h \
matrix-profile.h \
$(NULL)
@@ -142,6 +142,7 @@ libmatrix_glib_0_0_la_SOURCES = \
matrix-event-typing.c \
matrix-event-room-base.c \
matrix-event-state-base.c \
matrix-event-receipt.c \
matrix-profile.c \
utils.c \
matrix-enumtypes.c \