Port MatrixEventRoomTopic to C

This commit is contained in:
2017-11-15 08:25:06 +01:00
parent 75c255ac9d
commit 171f76e678
7 changed files with 295 additions and 76 deletions

View File

@@ -22,7 +22,6 @@ libmatrix_glib_0_0_la_VALA_SOURCES = \
matrix-http-api.vala \
matrix-http-client.vala \
matrix-event-room-message.vala \
matrix-event-room-topic.vala \
matrix-event-room-aliases.vala \
matrix-event-room-history-visibility.vala \
matrix-event-room-join-rules.vala \
@@ -111,6 +110,7 @@ INST_H_SRC_FILES = \
matrix-event-tag.h \
matrix-event-presence.h \
matrix-event-room-member.h \
matrix-event-room-topic.h \
matrix-event-typing.h \
matrix-event-receipt.h \
utils.h \
@@ -143,6 +143,7 @@ libmatrix_glib_0_0_la_SOURCES = \
matrix-event-room-base.c \
matrix-event-state-base.c \
matrix-event-receipt.c \
matrix-event-room-topic.c \
matrix-profile.c \
utils.c \
matrix-enumtypes.c \