SCIMBridge  0.4.x

◆ scim_bridge_string_from_int()

size_t scim_bridge_string_from_int ( char **  str,
int  value 
)

Translate a integer into a string.

Parameters
valueThe value to translate.
strThe destination pointer for the new string.
Returns
The length of the new string if succeeded, otherwise it returns -1.

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