usb_moded 0.86.0+mer64
usb_moded-appsync-dbus-private.h
Go to the documentation of this file.
1
27
28#ifndef USB_MODED_APPSYNC_DBUS_PRIVATE_H_
29# define USB_MODED_APPSYNC_DBUS_PRIVATE_H_
30
31# include "usb_moded-appsync-dbus.h" // NOTRIM
32
33# include <glib.h>
34
35/* ========================================================================= *
36 * Prototypes
37 * ========================================================================= */
38
39/* ------------------------------------------------------------------------- *
40 * DBUSAPPSYNC
41 * ------------------------------------------------------------------------- */
42
43gboolean dbusappsync_init_connection(void);
44gboolean dbusappsync_init (void);
45void dbusappsync_cleanup (void);
46int dbusappsync_launch_app (char *launch);
47
48#endif /* USB_MODED_APPSYNC_DBUS_PRIVATE_H_ */
gboolean dbusappsync_init_connection(void)
void dbusappsync_cleanup(void)
gboolean dbusappsync_init(void)
int dbusappsync_launch_app(char *launch)