Mir
|
#include "mir_toolkit/mir_presentation_chain.h"
#include "mir_toolkit/mir_buffer.h"
#include "mir_connection.h"
#include "buffer.h"
#include "mir_presentation_chain.h"
#include "mir/uncaught.h"
#include "mir/require.h"
#include <stdexcept>
#include <boost/throw_exception.hpp>
Functions | |
void | mir_presentation_chain_submit_buffer (MirPresentationChain *chain, MirBuffer *b) |
Submit a buffer to the server so the server can display it. More... | |
bool | mir_presentation_chain_is_valid (MirPresentationChain *chain) |
Test for a valid presentation chain. More... | |
char const * | mir_presentation_chain_get_error_message (MirPresentationChain *chain) |
Retrieve a text description of the error. More... | |
void | mir_connection_create_presentation_chain (MirConnection *connection, mir_presentation_chain_callback callback, void *context) |
Create a new presentation chain. More... | |
MirPresentationChain * | mir_connection_create_presentation_chain_sync (MirConnection *connection) |
Create a new presentation chain and wait for the result. More... | |
void | mir_presentation_chain_release (MirPresentationChain *chain) |
Release the specified presentation chain. More... | |
Copyright © 2012-2015 Canonical Ltd.
Generated on Thu Sep 8 14:50:19 UTC 2016