Mir
|
Go to the source code of this file.
Classes | |
struct | MirPlatformMessageData |
struct | MirPlatformMessageFds |
Functions | |
MirPlatformMessage * | mir_platform_message_create (unsigned int opcode) |
Create a platform message to use with mir_connection_platform_operation(). More... | |
void | mir_platform_message_release (MirPlatformMessage const *message) |
Release a platform message. More... | |
void | mir_platform_message_set_data (MirPlatformMessage *message, void const *data, size_t data_size) |
Set the data associated with a message. More... | |
void | mir_platform_message_set_fds (MirPlatformMessage *message, int const *fds, size_t num_fds) |
Sets the fds associated with a message. More... | |
unsigned int | mir_platform_message_get_opcode (MirPlatformMessage const *message) |
Get the opcode of a message. More... | |
MirPlatformMessageData | mir_platform_message_get_data (MirPlatformMessage const *message) |
Get the data associated with a message. More... | |
MirPlatformMessageFds | mir_platform_message_get_fds (MirPlatformMessage const *message) |
Gets the fds associated with a message. More... | |
Copyright © 2012-2018
Canonical Ltd.
Generated on Sat Mar 31 14:22:42 UTC 2018