Interface

PhoshOfonoDBusNetworkRegistration

since: 0

Description [src]

interface Phosh.OfonoDBusNetworkRegistration : GObject.Object

Abstract interface type for the D-Bus interface org.ofono.NetworkRegistration.

Available since: 0

Prerequisite

In order to implement OfonoDBusNetworkRegistration, your type must inherit fromGObject.

Functions

phosh_ofono_dbus_network_registration_interface_info

Gets a machine-readable description of the org.ofono.NetworkRegistration D-Bus interface.

since: 0

phosh_ofono_dbus_network_registration_override_properties

Overrides all GObject properties in the PhoshOfonoDBusNetworkRegistration interface for a concrete class. The properties are overridden in the order they are defined.

since: 0

Instance methods

phosh_ofono_dbus_network_registration_call_get_properties

Asynchronously invokes the GetProperties() D-Bus method on proxy. When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()). You can then call phosh_ofono_dbus_network_registration_call_get_properties_finish() to get the result of the operation.

since: 0

phosh_ofono_dbus_network_registration_call_get_properties_finish

Finishes an operation started with phosh_ofono_dbus_network_registration_call_get_properties().

since: 0

phosh_ofono_dbus_network_registration_call_get_properties_sync

Synchronously invokes the GetProperties() D-Bus method on proxy. The calling thread is blocked until a reply is received.

since: 0

phosh_ofono_dbus_network_registration_complete_get_properties

Helper function used in service implementations to finish handling invocations of the GetProperties() D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.

since: 0

phosh_ofono_dbus_network_registration_emit_property_changed

Emits the PropertyChanged” D-Bus signal.

since: 0

Signals

Phosh.OfonoDBusNetworkRegistration::handle-get-properties

Signal emitted when a remote caller is invoking the GetProperties() D-Bus method.

since: 0

Phosh.OfonoDBusNetworkRegistration::property-changed

On the client-side, this signal is emitted whenever the D-Bus signal PropertyChanged” is received.

since: 0

Interface structure

struct PhoshOfonoDBusNetworkRegistrationIface {
  GTypeInterface parent_iface;
  gboolean (* handle_get_properties) (
    PhoshOfonoDBusNetworkRegistration* object,
    GDBusMethodInvocation* invocation
  );
  void (* property_changed) (
    PhoshOfonoDBusNetworkRegistration* object,
    const gchar* arg_unnamed_arg0,
    GVariant* arg_unnamed_arg1
  );
  
}

Virtual table for the D-Bus interface org.ofono.NetworkRegistration.

Interface members
parent_iface
GTypeInterface
 

The parent interface.

handle_get_properties
gboolean (* handle_get_properties) (
    PhoshOfonoDBusNetworkRegistration* object,
    GDBusMethodInvocation* invocation
  )
 No description available.
property_changed
void (* property_changed) (
    PhoshOfonoDBusNetworkRegistration* object,
    const gchar* arg_unnamed_arg0,
    GVariant* arg_unnamed_arg1
  )
 No description available.

Virtual methods

Phosh.OfonoDBusNetworkRegistration.property_changed
No description available.

since: 0