Commit c137fc64 authored by Youness Alaoui's avatar Youness Alaoui

Add gtk-doc for stunmessage API

parent 1669d031
......@@ -59,6 +59,14 @@
*/
uint32_t stun_fingerprint (const uint8_t *msg, size_t len);
/**
* stun_has_cookie:
* @msg: The #StunMessage
*
* Checks if the STUN message has a RFC5389 compatible cookie
*
* Returns: %TRUE if the cookie is present, %FALSE otherwise
*/
bool stun_has_cookie (const StunMessage *msg);
StunMessageReturn stun_message_append_software (StunMessage *msg);
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment