Method
IbisMessageget_standard_reply
since: 0.8
Declaration [src]
IbisStandardReply*
ibis_message_get_standard_reply (
IbisMessage* message
)
Description [src]
Gets the IbisStandardReply
from message
.
Available since: 0.8
Gets property | Ibis.Message:standard-reply |
Return value
Type: IbisStandardReply
The standard reply if message
contains one,
otherwise NULL
.
The returned data is owned by the instance. |