Move the RoomVisibility enum to Vala

This commit is contained in:
2016-03-03 14:28:22 +01:00
parent ddf4c9de73
commit 6bf5515693
4 changed files with 10 additions and 26 deletions

View File

@@ -110,19 +110,6 @@
*/
G_DEFINE_QUARK(matrix-error-quark, matrix_error);
/**
* MatrixRoomVisibility:
* @MATRIX_ROOM_VISIBILITY_DEFAULT: use a server-assigned value
* (usually <code>private</code>
* @MATRIX_ROOM_VISIBILITY_PUBLIC: make the room visible in the public
* room list
* @MATRIX_ROOM_VISIBILITY_PRIVATE: hide the room from the public room
* list
*
* Visibility values for room creation. Not to be confused with join
* rules.
*/
/**
* MatrixStateEvent:
*