SCIMBridge  0.4.x
const char* scim_bridge_message_get_argument ( const ScimBridgeMessage message,
size_t  index 
)

Get the specific argument of the message.

Parameters
messageThe message.
indexThe index of the argument.
Returns
The argument if the index is valid. Otherwise it returns NULL.

References scim_bridge_perrorln().

Referenced by ScimBridgeAgentClientListenerImpl::delete_surrounding_string(), and scim_bridge_messenger_push_message().