|
| typedef void * | MirEGLNativeWindowType |
| |
| typedef void * | MirEGLNativeDisplayType |
| |
| typedef struct MirConnection | MirConnection |
| |
| typedef struct MirSurface | MirWindow |
| |
| typedef struct MirSurfaceSpec | MirWindowSpec |
| |
| typedef struct MirScreencast | MirScreencast |
| |
| typedef struct MirScreencastSpec | MirScreencastSpec |
| |
| typedef struct MirPromptSession | MirPromptSession |
| |
| typedef struct MirBufferStream | MirBufferStream |
| |
| typedef struct MirPersistentId | MirWindowId |
| |
| typedef struct MirBlob | MirBlob |
| |
| typedef struct MirDisplayConfig | MirDisplayConfig |
| |
| typedef struct MirError | MirError |
| |
| typedef struct MirPresentationChain | MirPresentationChain |
| |
| typedef struct MirBuffer | MirBuffer |
| |
| typedef struct MirRenderSurface | MirRenderSurface |
| |
| typedef struct MirOutput | MirOutput |
| | Descriptor for an output connection. More...
|
| |
| typedef struct MirWaitHandle | MirWaitHandle |
| | Returned by asynchronous functions. More...
|
| |
| typedef struct MirPlatformMessage | MirPlatformMessage |
| |
| typedef void(* | MirConnectedCallback) (MirConnection *connection, void *client_context) |
| | Callback to be passed when issuing a mir_connect request. More...
|
| |
| typedef MirConnectedCallback mir_connected_callback | MIR_FOR_REMOVAL_IN_VERSION_1("Use MirConnectedCallback instead") |
| |
| typedef void(* | MirWindowCallback) (MirWindow *window, void *client_context) |
| | Callback to be passed when calling window functions : More...
|
| |
| typedef void(* | MirBufferStreamCallback) (MirBufferStream *stream, void *client_context) |
| | Callback to be passed when calling: More...
|
| |
| typedef void(* | MirWindowEventCallback) (MirWindow *window, MirEvent const *event, void *context) |
| | Callback for handling of window events. More...
|
| |
| typedef void(* | MirLifecycleEventCallback) (MirConnection *connection, MirLifecycleState state, void *context) |
| | Callback called when a lifecycle event/callback is requested from the running server. More...
|
| |
| typedef void(* | MirPingEventCallback) (MirConnection *connection, int32_t serial, void *context) |
| | Callback called when the server pings for responsiveness testing. More...
|
| |
| typedef void(* | MirDisplayConfigCallback) (MirConnection *connection, void *context) |
| | Callback called when a display config change has occurred. More...
|
| |
| typedef void(* | MirClientFdCallback) (MirPromptSession *prompt_session, size_t count, int const *fds, void *context) |
| | Callback called when a request for client file descriptors completes. More...
|
| |
| typedef void(* | MirWindowIdCallback) (MirWindow *window, MirPersistentId *id, void *context) |
| |
| typedef enum MirPlatformType | MirPlatformType |
| | The native buffer type for the system the client is connected on. More...
|
| |
| typedef struct MirPlatformPackage | MirPlatformPackage |
| |
| typedef struct MirModuleProperties | MirModuleProperties |
| | Retrieved information about a loadable module. More...
|
| |
| typedef enum MirBufferLayout | MirBufferLayout |
| |
| typedef enum MirPresentMode | MirPresentMode |
| |
| typedef struct MirGraphicsRegion | MirGraphicsRegion |
| | Retrieved information about a MirWindow. More...
|
| |
| typedef struct MirDisplayInfo | MirDisplayInfo |
| |
| typedef struct MirDisplayCard | MirDisplayCard |
| | MirDisplayConfiguration provides details of the graphics environment. More...
|
| |
| typedef enum MirDisplayOutputType | MirDisplayOutputType |
| |
| typedef enum MirOutputConnectionState | MirOutputConnectionState |
| |
| typedef struct MirDisplayMode | MirDisplayMode |
| |
| typedef struct MirDisplayOutput | MirDisplayOutput |
| |
| typedef struct MirDisplayConfiguration | MirDisplayConfiguration |
| |
| typedef struct MirBufferStreamInfo | MirBufferStreamInfo |
| | The displacement from the top-left corner of the surface. More...
|
| |
| typedef struct MirRectangle | MirRectangle |
| |
| typedef struct MirInputConfig | MirInputConfig |
| |
| typedef struct MirInputDevice | MirInputDevice |
| |
| typedef struct MirKeyboardConfig | MirKeyboardConfig |
| |
| typedef struct MirPointerConfig | MirPointerConfig |
| |
| typedef struct MirTouchpadConfig | MirTouchpadConfig |
| |
| typedef struct MirTouchscreenConfig | MirTouchscreenConfig |
| |
| typedef struct MirScreencastParameters | MirScreencastParameters |
| | MirScreencastParameters is the structure of required information that you must provide to Mir in order to create a MirScreencast. More...
|
| |
| typedef void(* | MirScreencastCallback) (MirScreencast *screencast, void *client_context) |
| | Callback to be passed when calling MirScreencast functions. More...
|
| |
| typedef void(* | MirPromptSessionCallback) (MirPromptSession *prompt_provider, void *context) |
| | Callback member of MirPromptSession for handling of prompt sessions. More...
|
| |
| typedef void(* | MirPromptSessionStateChangeCallback) (MirPromptSession *prompt_provider, MirPromptSessionState state, void *context) |
| | Callback member of MirPromptSession for handling of prompt sessions events. More...
|
| |
| typedef void(* | MirPlatformOperationCallback) (MirConnection *connection, MirPlatformMessage *reply, void *context) |
| | Callback called when a platform operation completes. More...
|
| |
| typedef void(* | MirInputConfigCallback) (MirConnection *connection, void *context) |
| | Callback called when a change of input devices has occurred. More...
|
| |
| typedef void(* | MirBufferCallback) (MirBuffer *, void *context) |
| |
| typedef enum MirErrorDomain | MirErrorDomain |
| | Specifies the origin of an error. More...
|
| |
| typedef enum MirDisplayConfigurationError | MirDisplayConfigurationError |
| | Errors from the mir_error_domain_display_configuration MirErrorDomain. More...
|
| |
| typedef enum MirInputConfigurationError | MirInputConfigurationError |
| | Errors from the mir_error_domain_input_configuration MirErrorDomain. More...
|
| |
| typedef void(* | MirErrorCallback) (MirConnection *connection, MirError const *error, void *context) |
| |
| typedef void(* | mir_surface_callback) (MirSurface *surface, void *client_context) MIR_FOR_REMOVAL_IN_VERSION_1("Use MirWindowCallback instead") |
| |
| typedef void(* | mir_surface_event_callback) (MirSurface *surface, MirEvent const *event, void *context) MIR_FOR_REMOVAL_IN_VERSION_1("Use MirWindowEventCallback instead") |
| |
| typedef void(* | mir_surface_id_callback) (MirSurface *surface, MirPersistentId *id, void *context) MIR_FOR_REMOVAL_IN_VERSION_1("Use MirWindowIdCallback instead") |
| |