#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <sys/time.h>
#include <time.h>
#include <glib.h>
#include <hiker/notifymgr.h>
#include <hiker/attnmgr_common.h>
Functions | |
int | callback_wait (const char *type, void *details, int length, int *handled, const char *appID, void *userData) |
int | cmd_wait (void) |
gchar * | decode_details (const char *type, void *details, int length) |
int | callback_listen (const char *type, void *details, int length, int *handled, const char *appID, void *userData) |
int | cmd_listen (char *pattern) |
int | usage () |
int | main (int argc, char *argv[]) |
Variables | |
GMainLoop * | main_loop = NULL |
char * | argv0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|