Constructor
GoaObjectProxynew
Declaration [src]
GoaObjectProxy*
goa_object_proxy_new (
  GDBusConnection* connection,
  const gchar* object_path
)
Parameters
- connection
- 
            Type: GDBusConnectionA GDBusConnection.The data is owned by the caller of the function. 
- object_path
- 
            Type: const gchar*An object path. The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. 
Return value
Type: GoaObjectProxy
The proxy object.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |