borrow_connection
Description:
Warning: borrow_connection is deprecated.
Returns the connection for this channel.
Note:
Since 0.19.9.
New code should use get_connection instead.
The returned pointer is only valid while this channel is valid - reference it with @ref if needed.
Parameters:
this |
a channel |
Returns:
the value of connection |