introspect method

List<DBusIntrospectInterface> introspect()
inherited

Called to get introspection information about this object.

Implementation

List<DBusIntrospectInterface> introspect() {
  return [];
}