Port _g_enum_value_to_nick() to C

This commit is contained in:
2017-11-03 06:49:07 +01:00
parent a3dee44bb8
commit 3418c22250
5 changed files with 96 additions and 21 deletions

View File

@@ -115,6 +115,7 @@ bin_PROGRAMS = test-api-client test-client
INST_H_SRC_FILES = \
matrix-c-types.h \
utils.h \
$(NULL)
INST_H_BUILT_FILES = \
@@ -134,6 +135,7 @@ libmatrix_glib_0_0_la_SOURCES = \
matrix-event-types.c \
matrix-version.c \
matrix-c-types.c \
utils.c \
matrix-enumtypes.c \
$(INST_H_SRC_FILES) \
$(NULL)