Mir
Classes | Functions
mir_platform_message.h File Reference
#include <sys/types.h>
#include <mir_toolkit/deprecations.h>
Include dependency graph for mir_platform_message.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  MirPlatformMessageData
 
struct  MirPlatformMessageFds
 

Functions

MirPlatformMessagemir_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-2016 Canonical Ltd.
Generated on Mon Jun 5 13:49:26 UTC 2017