Mir
Functions
mir_cookie.h File Reference
#include <stdint.h>
Include dependency graph for mir_cookie.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

size_t mir_cookie_buffer_size (MirCookie const *cookie)
 Queries the size needed to serialize a given cookie. More...
 
void mir_cookie_to_buffer (MirCookie const *cookie, void *buffer, size_t size)
 Serializes a cookie into the given buffer. More...
 
MirCookie const * mir_cookie_from_buffer (void const *buffer, size_t size)
 Create a cookie from a serialized representation. More...
 
void mir_cookie_release (MirCookie const *cookie)
 Release the MirCookie. More...
 

Copyright © 2012-2019 Canonical Ltd.
Generated on Fri Oct 11 13:53:15 UTC 2019
This documentation is licensed under the GPL version 2 or 3.