libmcm 1.4.0
A client library for Moxa Connection Management
mcm-help.h
Go to the documentation of this file.
1
9#ifndef _MCM_HELP_H_
10#define _MCM_HELP_H_
11
12#include <gio/gio.h>
13#include <glib-object.h>
14#include <glib.h>
15
16GDBusProxy *
17mcm_gen_dbus_proxy(gchar *service, gchar *dbus_objname, gchar *dbus_interface_name);
18
19#endif