Mir
|
#include <stdint.h>
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-2016 Canonical Ltd.
Generated on Mon Jun 5 11:07:25 UTC 2017