| Top |
| #define | AGS_OSC_RESPONSE_GET_OBJ_MUTEX() |
| gboolean | ags_osc_response_test_flags () |
| void | ags_osc_response_set_flags () |
| void | ags_osc_response_unset_flags () |
| AgsOscResponse * | ags_osc_response_new () |
| char * | error-message | Read / Write |
| AgsOscMessage * | osc-message | Read / Write |
| gpointer | packet | Read / Write |
| guint | packet-size | Read / Write |
#define AGS_OSC_RESPONSE_GET_OBJ_MUTEX(obj) (&(((AgsOscResponse *) obj)->obj_mutex))
gboolean ags_osc_response_test_flags (AgsOscResponse *osc_response,AgsOscResponseFlags flags);
Test flags
to be set on osc_response
.
Since: 3.0.0
void ags_osc_response_set_flags (AgsOscResponse *osc_response,AgsOscResponseFlags flags);
Set flags.
Since: 3.0.0
void ags_osc_response_unset_flags (AgsOscResponse *osc_response,AgsOscResponseFlags flags);
Unset flags.
Since: 3.0.0
AgsOscResponse * ags_osc_response_new ();
Creates a new instance of AgsOscResponse
Since: 3.0.0
#define AGS_OSC_RESPONSE_ERROR_MESSAGE_SERVER_FAILURE "server failure"
#define AGS_OSC_RESPONSE_ERROR_MESSAGE_MALFORMED_REQUEST "malformed request"
#define AGS_OSC_RESPONSE_ERROR_MESSAGE_UNKNOWN_PATH "unknown path"
#define AGS_OSC_RESPONSE_ERROR_MESSAGE_UNKNOWN_ARGUMENT "unknown argument"
#define AGS_OSC_RESPONSE_ERROR_MESSAGE_MISSING_INDEX "missing index"
#define AGS_OSC_RESPONSE_ERROR_MESSAGE_CHUNK_SIZE_EXCEEDED "chunk size exceeded"
“error-message” property “error-message” char *
The error message.
Owner: AgsOscResponse
Flags: Read / Write
Default value: NULL
Since: 3.0.0
“osc-message” property“osc-message” AgsOscMessage *
The assigned AgsOscMessage
Owner: AgsOscResponse
Flags: Read / Write
Since: 3.0.0
“packet” property “packet” gpointer
The response packet.
Owner: AgsOscResponse
Flags: Read / Write
Since: 3.0.0