Function
GoaObjectManagerClientget_proxy_type
Declaration [src]
GType
goa_object_manager_client_get_proxy_type (
  GDBusObjectManagerClient* manager,
  const gchar* object_path,
  const gchar* interface_name,
  gpointer user_data
)
Description [src]
A GDBusProxyTypeFunc that maps interface_name to the generated GDBusObjectProxy derived and GDBusProxy derived types.
Parameters
- manager
- 
            Type: GDBusObjectManagerClientA GDBusObjectManagerClient.The data is owned by the caller of the function. 
- object_path
- 
            Type: const gchar*The object path of the remote object (unused). The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. 
- interface_name
- 
            Type: const gchar*Interface name of the remote object or NULLto get the object proxyGType.The argument can be NULL.The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. 
- user_data
- 
            Type: gpointerUser data (unused). The argument can be NULL.The data is owned by the caller of the function.