| libmm-glib Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | ||||
struct MmGdbusObjectProxy; MmGdbusObjectProxy * mm_gdbus_object_proxy_new (GDBusConnection *connection,const gchar *object_path);
struct MmGdbusObjectProxy;
The MmGdbusObjectProxy structure contains only private data and should only be accessed using the provided API.
MmGdbusObjectProxy * mm_gdbus_object_proxy_new (GDBusConnection *connection,const gchar *object_path);
Creates a new proxy object.
  | 
A GDBusConnection. | 
  | 
An object path. | 
Returns :  | 
The proxy object. [transfer full] |