#define SWITCH_TO_UDP 0
#define SWITCH_TO_TCP 1
-
-static const GDBusMethodInfo scmirroring_server_method_info_method = {
- -1,
- (char *)"launch_method",
- NULL,
- NULL,
- NULL
-};
-static const GDBusMethodInfo *const scmirroring_server_method_info_pointers[] = {&scmirroring_server_method_info_method, NULL};
-
-static const GDBusInterfaceInfo scmirroring_server_interface_info = {
- -1,
- (char *)PROC_DBUS_INTERFACE,
- (GDBusMethodInfo **) &scmirroring_server_method_info_pointers,
- (GDBusSignalInfo **) NULL,
- (GDBusPropertyInfo **) NULL,
- NULL,
-};
-
static gint g_server_status = MIRACAST_WFD_SOURCE_OFF;
static GDBusNodeInfo *introspection_data = NULL;