Move the PusherKind enum to Vala

This commit is contained in:
2016-03-03 14:22:00 +01:00
parent e5d110d0f4
commit afbaff4a4b
4 changed files with 11 additions and 34 deletions

View File

@@ -41,15 +41,6 @@ namespace Matrix {
public static GLib.Quark quark ();
}
[CCode (cheader_filename = "matrix-enumtypes.h", cprefix = "MATRIX_PUSHER_KIND_")]
public enum PusherKind {
OVERRIDE,
SENDER,
ROOM,
CONTENT,
UNDERRIDE;
}
[CCode (cheader_filename = "matrix-enumtypes.h", cprefix = "MATRIX_ROOM_PRESET_")]
public enum RoomPreset {
NONE,