Top | ![]() |
![]() |
![]() |
![]() |
Functions
#define | AGS_OSC_RESPONSE_GET_OBJ_MUTEX() |
|
ags_osc_response_test_flags () |
|
ags_osc_response_set_flags () |
|
ags_osc_response_unset_flags () |
AgsOscResponse * | ags_osc_response_new () |
#define | AGS_IS_OSC_RESPONSE() |
#define | AGS_IS_OSC_RESPONSE_CLASS() |
#define | AGS_OSC_RESPONSE() |
#define | AGS_OSC_RESPONSE_CLASS() |
#define | AGS_OSC_RESPONSE_GET_CLASS() |
|
ags_osc_response_get_type () |
Properties
|
error-message | Read / Write |
AgsOscMessage * | osc-message | Read / Write |
packet | Read / Write | |
packet-size | Read / Write |
Types and Values
Functions
AGS_OSC_RESPONSE_GET_OBJ_MUTEX()
#define AGS_OSC_RESPONSE_GET_OBJ_MUTEX(obj) (&(((AgsOscResponse *) obj)->obj_mutex))
ags_osc_response_test_flags ()
gboolean ags_osc_response_test_flags (AgsOscResponse *osc_response
,AgsOscResponseFlags flags
);
Test flags
to be set on osc_response
.
Since:
ags_osc_response_set_flags ()
void ags_osc_response_set_flags (AgsOscResponse *osc_response
,AgsOscResponseFlags flags
);
Set flags.
Since:
ags_osc_response_unset_flags ()
void ags_osc_response_unset_flags (AgsOscResponse *osc_response
,AgsOscResponseFlags flags
);
Unset flags.
Since:
ags_osc_response_new ()
AgsOscResponse * ags_osc_response_new ();
Creates a new instance of AgsOscResponse
Since:
AGS_IS_OSC_RESPONSE()
#define AGS_IS_OSC_RESPONSE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_OSC_RESPONSE))
AGS_IS_OSC_RESPONSE_CLASS()
#define AGS_IS_OSC_RESPONSE_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_OSC_RESPONSE))
AGS_OSC_RESPONSE()
#define AGS_OSC_RESPONSE(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_OSC_RESPONSE, AgsOscResponse))
AGS_OSC_RESPONSE_CLASS()
#define AGS_OSC_RESPONSE_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_OSC_RESPONSE, AgsOscResponseClass))
AGS_OSC_RESPONSE_GET_CLASS()
#define AGS_OSC_RESPONSE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_OSC_RESPONSE, AgsOscResponseClass))
Types and Values
AGS_OSC_RESPONSE_ERROR_MESSAGE_SERVER_FAILURE
#define AGS_OSC_RESPONSE_ERROR_MESSAGE_SERVER_FAILURE "server failure"
AGS_OSC_RESPONSE_ERROR_MESSAGE_MALFORMED_REQUEST
#define AGS_OSC_RESPONSE_ERROR_MESSAGE_MALFORMED_REQUEST "malformed request"
AGS_OSC_RESPONSE_ERROR_MESSAGE_UNKNOWN_PATH
#define AGS_OSC_RESPONSE_ERROR_MESSAGE_UNKNOWN_PATH "unknown path"
AGS_OSC_RESPONSE_ERROR_MESSAGE_UNKNOWN_ARGUMENT
#define AGS_OSC_RESPONSE_ERROR_MESSAGE_UNKNOWN_ARGUMENT "unknown argument"
AGS_OSC_RESPONSE_ERROR_MESSAGE_MISSING_INDEX
#define AGS_OSC_RESPONSE_ERROR_MESSAGE_MISSING_INDEX "missing index"
AGS_OSC_RESPONSE_ERROR_MESSAGE_CHUNK_SIZE_EXCEEDED
#define AGS_OSC_RESPONSE_ERROR_MESSAGE_CHUNK_SIZE_EXCEEDED "chunk size exceeded"
Property Details
The “error-message”
property
“error-message”char *
The error message.
Owner: AgsOscResponse
Flags: Read / Write
Default value: NULL
Since:
The “osc-message”
property
“osc-message” AgsOscMessage *
The assigned AgsOscMessage
Owner: AgsOscResponse
Flags: Read / Write
Since:
The “packet”
property
“packet”gpointer
The response packet.
Owner: AgsOscResponse
Flags: Read / Write
Since: