Rename enum types from MatrixAPI* to Matrix*
This commit is contained in:
@@ -26,16 +26,16 @@ MatrixError
|
||||
MATRIX_ERROR
|
||||
|
||||
<SUBSECTION>
|
||||
MatrixAPIEventFormat
|
||||
MatrixAPIRoomPreset
|
||||
MatrixAPIRoomVisibility
|
||||
MatrixAPIResizeMethod
|
||||
MatrixAPIPresence
|
||||
MatrixAPIPusherKind
|
||||
MatrixAPIPusherConditionKind
|
||||
MatrixAPIEventDirection
|
||||
MatrixAPIReceiptType
|
||||
MatrixAPIAccountKind
|
||||
MatrixEventFormat
|
||||
MatrixRoomPreset
|
||||
MatrixRoomVisibility
|
||||
MatrixResizeMethod
|
||||
MatrixPresence
|
||||
MatrixPusherKind
|
||||
MatrixPusherConditionKind
|
||||
MatrixEventDirection
|
||||
MatrixReceiptType
|
||||
MatrixAccountKind
|
||||
|
||||
<SUBSECTION>
|
||||
MatrixAPIFilterRules
|
||||
@@ -161,26 +161,26 @@ matrix_api_state_event_get_json_node
|
||||
matrix_api_state_event_get_json_data
|
||||
|
||||
<SUBSECTION Standard>
|
||||
MATRIX_TYPE_API_EVENT_FORMAT
|
||||
matrix_api_event_format_get_type
|
||||
MATRIX_TYPE_API_ROOM_PRESET
|
||||
matrix_api_room_preset_get_type
|
||||
MATRIX_TYPE_API_ROOM_VISIBILITY
|
||||
matrix_api_room_visibility_get_type
|
||||
MATRIX_TYPE_API_RESIZE_METHOD
|
||||
matrix_api_resize_method_get_type
|
||||
MATRIX_TYPE_API_PRESENCE
|
||||
matrix_api_presence_get_type
|
||||
MATRIX_TYPE_API_PUSHER_KIND
|
||||
matrix_api_pusher_kind_get_type
|
||||
MATRIX_TYPE_API_PUSHER_CONDITION_KIND
|
||||
matrix_api_pusher_condition_kind_get_type
|
||||
MATRIX_TYPE_API_EVENT_DIRECTION
|
||||
matrix_api_event_direction_get_type
|
||||
MATRIX_TYPE_API_RECEIPT_TYPE
|
||||
matrix_api_receipt_type_get_type
|
||||
MATRIX_TYPE_API_ACCOUNT_KIND
|
||||
matrix_api_account_kind_get_type
|
||||
MATRIX_TYPE_EVENT_FORMAT
|
||||
matrix_event_format_get_type
|
||||
MATRIX_TYPE_ROOM_PRESET
|
||||
matrix_room_preset_get_type
|
||||
MATRIX_TYPE_ROOM_VISIBILITY
|
||||
matrix_room_visibility_get_type
|
||||
MATRIX_TYPE_RESIZE_METHOD
|
||||
matrix_resize_method_get_type
|
||||
MATRIX_TYPE_PRESENCE
|
||||
matrix_presence_get_type
|
||||
MATRIX_TYPE_PUSHER_KIND
|
||||
matrix_pusher_kind_get_type
|
||||
MATRIX_TYPE_PUSHER_CONDITION_KIND
|
||||
matrix_pusher_condition_kind_get_type
|
||||
MATRIX_TYPE_EVENT_DIRECTION
|
||||
matrix_event_direction_get_type
|
||||
MATRIX_TYPE_RECEIPT_TYPE
|
||||
matrix_receipt_type_get_type
|
||||
MATRIX_TYPE_ACCOUNT_KIND
|
||||
matrix_account_kind_get_type
|
||||
MATRIX_TYPE_API_FILTER_RULES
|
||||
matrix_api_filter_rules_get_type
|
||||
MATRIX_TYPE_API_ROOM_FILTER
|
||||
|
Reference in New Issue
Block a user