Port MatrixEventTyping to C

This commit is contained in:
2017-11-14 12:59:36 +01:00
parent e23a177851
commit 068f85d0c1
7 changed files with 390 additions and 88 deletions

View File

@@ -23,7 +23,6 @@ libmatrix_glib_0_0_la_VALA_SOURCES = \
matrix-http-client.vala \
matrix-event-room-message.vala \
matrix-event-room-topic.vala \
matrix-event-typing.vala \
matrix-event-room-aliases.vala \
matrix-event-receipt.vala \
matrix-event-room-history-visibility.vala \
@@ -113,6 +112,7 @@ INST_H_SRC_FILES = \
matrix-event-tag.h \
matrix-event-presence.h \
matrix-event-room-member.h \
matrix-event-typing.h \
utils.h \
matrix-profile.h \
$(NULL)
@@ -139,6 +139,7 @@ libmatrix_glib_0_0_la_SOURCES = \
matrix-event-tag.c \
matrix-event-presence.c \
matrix-event-room-member.c \
matrix-event-typing.c \
matrix-event-room-base.c \
matrix-event-state-base.c \
matrix-profile.c \