|
Mir
|
#include "mir_toolkit/mir_prompt_session.h"#include "mir_prompt_session.h"#include "mir_connection.h"#include "mir/uncaught.h"#include <stdexcept>#include <boost/throw_exception.hpp>Macros | |
| #define | MIR_LOG_COMPONENT "MirPromptSessionAPI" |
Functions | |
| MirPromptSession * | mir_connection_create_prompt_session_sync (MirConnection *connection, pid_t application_pid, mir_prompt_session_state_change_callback state_change_callback, void *context) |
| Create and start a new prompt session. More... | |
| MirWaitHandle * | mir_prompt_session_new_fds_for_prompt_providers (MirPromptSession *prompt_session, unsigned int no_of_fds, mir_client_fd_callback callback, void *context) |
| Allocate some FDs for prompt providers to connect on. More... | |
| void | mir_prompt_session_release_sync (MirPromptSession *prompt_session) |
| Stop and release the specified prompt session. More... | |
| bool | mir_prompt_session_is_valid (MirPromptSession *prompt_session) |
| Test for a valid prompt session. More... | |
| char const * | mir_prompt_session_error_message (MirPromptSession *prompt_session) |
| Retrieve a text description of the last error. More... | |
| #define MIR_LOG_COMPONENT "MirPromptSessionAPI" |
Copyright © 2012-2015 Canonical Ltd.
Generated on Wed Mar 30 00:29:56 UTC 2016