Class: Gio::DBusObjectProxy

Inherits:
Object
  • Object
show all
Defined in:
(unknown)

Overview

Class structure for GDBus::ObjectProxy.

Instance Method Summary collapse

Instance Method Details

#connectionGio::DBusConnection

Gets the connection that proxy is for.

Returns:

#g_connectionGio::DBusConnection

The connection of the proxy.

Returns:

#g_connection=(g_connection) ⇒ Gio::DBusConnection

The connection of the proxy.

Parameters:

Returns:

#g_object_pathString

The object path of the proxy.

Returns:

  • (String)

    g-object-path

#g_object_path=(g_object_path) ⇒ String

The object path of the proxy.

Parameters:

  • g_object_path (String)

Returns:

  • (String)

    g-object-path

  • (String)

    g-object-path

#new(connection, object_path) ⇒ Gio::DBusObjectProxy

Creates a new GDBus::ObjectProxy for the given connection and object path.

Parameters:

  • connection (Gio::DBusConnection)

    a GDBus::Connection

  • object_path (String)

    the object path

Returns: