Method
GioDBusObjectManagerget_interface
Declaration
GDBusInterface*
g_dbus_object_manager_get_interface (
GDBusObjectManager* manager,
const gchar* object_path,
const gchar* interface_name
)
Description
Gets the interface proxy for interface_name
at object_path
, if any.
Available since: | 2.30 |
Parameters
object_path |
const gchar* |
Object path to look up. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
interface_name |
const gchar* |
D-Bus interface name to look up. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. |
Return value
Returns: | GDBusInterface |
A |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. | |
The return value can be NULL . |