Top | ![]() |
![]() |
![]() |
![]() |
#define | AGS_OSC_RESPONSE_GET_OBJ_MUTEX() |
pthread_mutex_t * | ags_osc_response_get_class_mutex () |
gboolean | ags_osc_response_test_flags () |
void | ags_osc_response_set_flags () |
void | ags_osc_response_unset_flags () |
AgsOscResponse * | ags_osc_response_new () |
#define | AGS_IS_OSC_RESPONSE() |
#define | AGS_OSC_RESPONSE() |
#define | AGS_OSC_RESPONSE_CLASS() |
#define | AGS_OSC_RESPONSE_GET_CLASS() |
GType | ags_osc_response_get_type () |
gchar * | error-message | Read / Write |
gpointer | packet | Read / Write |
guint | packet-size | Read / Write |
#define AGS_OSC_RESPONSE_GET_OBJ_MUTEX(obj) (((AgsOscResponse *) obj)->obj_mutex)
pthread_mutex_t *
ags_osc_response_get_class_mutex ();
Use this function's returned mutex to access mutex fields.
Since: 2.1.0
gboolean ags_osc_response_test_flags (AgsOscResponse *osc_response
,guint flags
);
Test flags
to be set on osc_response
.
Since: 2.1.0
void ags_osc_response_set_flags (AgsOscResponse *osc_response
,guint flags
);
Set flags.
Since: 2.1.0
void ags_osc_response_unset_flags (AgsOscResponse *osc_response
,guint flags
);
Unset flags.
Since: 2.1.0
AgsOscResponse * ags_osc_response_new ();
Creates a new instance of AgsOscResponse
Since: 2.1.0
#define AGS_IS_OSC_RESPONSE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_OSC_RESPONSE))
#define AGS_OSC_RESPONSE(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_OSC_RESPONSE, AgsOscResponse))
#define AGS_OSC_RESPONSE_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_OSC_RESPONSE, AgsOscResponseClass))
#define AGS_OSC_RESPONSE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_OSC_RESPONSE, AgsOscResponseClass))
#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"