Function
IbisStandardReplyparse
since: 0.8
Declaration [src]
IbisStandardReply*
ibis_standard_reply_parse (
IbisMessage* message
)
Description [src]
Attempts to create a standard reply from message.
If str is not a valid standard reply, NULL will be returned.
Available since: 0.8
Parameters
message-
Type:
IbisMessageThe message.
The data is owned by the caller of the function.
Return value
Type: IbisStandardReply
The standard reply if successful.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |
The return value can be NULL. |