|
Mir
|
#include "mir_toolkit/mir_client_library.h"#include "mir_toolkit/mir_prompt_session.h"#include <assert.h>#include <string.h>#include <stdio.h>#include <stdlib.h>#include <getopt.h>#include <unistd.h>#include <errno.h>#include <sys/wait.h>#include <sys/types.h>#include <signal.h>Macros | |
| #define | _POSIX_SOURCE |
Typedefs | |
| typedef struct MirDemoState | MirDemoState |
Functions | |
| void | start_session (const char *server, const char *name, MirDemoState *mcd) |
| void | stop_session (MirDemoState *mcd, const char *name) |
| void | helper (const char *server) |
| int | main (int argc, char *argv[]) |
| #define _POSIX_SOURCE |
| typedef struct MirDemoState MirDemoState |
| void helper | ( | const char * | server | ) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
| void start_session | ( | const char * | server, |
| const char * | name, | ||
| MirDemoState * | mcd | ||
| ) |
| void stop_session | ( | MirDemoState * | mcd, |
| const char * | name | ||
| ) |
Copyright © 2012-2015 Canonical Ltd.
Generated on Wed Mar 30 00:29:56 UTC 2016