Move the PusherConditionKind enum to Vala

This commit is contained in:
2016-03-03 13:12:56 +01:00
parent 78b98b4a5c
commit e5d110d0f4
4 changed files with 10 additions and 61 deletions

View File

@@ -50,14 +50,6 @@ namespace Matrix {
UNDERRIDE;
}
[CCode (cheader_filename = "matrix-enumtypes.h", cprefix = "MATRIX_PUSHER_CONDITION_KIND_")]
public enum PusherConditionKind {
EVENT_MATCH,
PROFILE_TAG,
CONTAINS_DISPLAY_NAME,
ROOM_MEMBER_COUNT;
}
[CCode (cheader_filename = "matrix-enumtypes.h", cprefix = "MATRIX_ROOM_PRESET_")]
public enum RoomPreset {
NONE,