get_object


Description:

public abstract unowned DBusObject? get_object ()

Gets the DBusObject that this belongs to, if any.

It is not safe to use the returned object if this or the returned object is being used from other threads. See dup_object for a thread-safe alternative.

Parameters:

this

An exported D-Bus interface

Returns:

A DBusObject or null. The returned reference belongs to this and should not be freed.