Move the Presence enum to Vala

This commit is contained in:
2016-03-03 13:07:54 +01:00
parent a99ec3ba61
commit 78b98b4a5c
4 changed files with 12 additions and 29 deletions

View File

@@ -41,15 +41,6 @@ namespace Matrix {
public static GLib.Quark quark ();
}
[CCode (cheader_filename = "matrix-enumtypes.h", cprefix = "MATRIX_PRESENCE_")]
public enum Presence {
UNKNOWN,
ONLINE,
OFFLINE,
UNAVAILABLE,
FREE_FOR_CHAT;
}
[CCode (cheader_filename = "matrix-enumtypes.h", cprefix = "MATRIX_PUSHER_KIND_")]
public enum PusherKind {
OVERRIDE,