get_info


Description:

public abstract unowned DBusInterfaceInfo? get_info ()

Gets D-Bus introspection information for the D-Bus interface implemented by this.

This can return null if no DBusInterfaceInfo was provided during construction of this and is also not made available otherwise. For example, DBusProxy implements DBusInterface but allows for a null DBusInterfaceInfo.

Parameters:

this

An exported D-Bus interface.

Returns:

A DBusInterfaceInfo. Do not free.