#ifndef _CLIENT_H_ #define _CLIENT_H_ #include #include #include #include #include #include #include #include "gdbus_demo_gen.h" static ComGdbusDemo *proxy = NULL; static GDBusConnection *connection = NULL; bool init_dbus_client(); static void send_text(const gchar*, gchar**, GError**); #endif