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-2022
Canonical Ltd.
Generated on Sun Oct 9 06:13:38 UTC 2022
This documentation is licensed under the GPL version 2 or 3.