Interface
PhoshDBusHostname1
Description [src]
interface Phosh.DBusHostname1 : GObject.Object
Abstract interface type for the D-Bus interface org.freedesktop.hostname1.
Prerequisite
In order to implement DBusHostname1, your type must inherit from
GObject
.
Functions
phosh_dbus_hostname1_interface_info
Gets a machine-readable description of the org.freedesktop.hostname1 D-Bus interface.
phosh_dbus_hostname1_override_properties
Overrides all GObject
properties in the PhoshDBusHostname1
interface for a concrete class.
The properties are overridden in the order they are defined.
Instance methods
phosh_dbus_hostname1_dup_chassis
Gets a copy of the “Chassis” D-Bus property.
phosh_dbus_hostname1_get_chassis
Gets the value of the “Chassis” D-Bus property.
phosh_dbus_hostname1_set_chassis
Sets the “Chassis” D-Bus property to value
.
Properties
Phosh.DBusHostname1:chassis
Represents the D-Bus property “Chassis”.
Interface structure
struct PhoshDBusHostname1Iface {
GTypeInterface parent_iface;
const gchar* (* get_chassis) (
PhoshDBusHostname1* object
);
}
Interface members
parent_iface |
|
The parent interface. |
|
get_chassis |
|
No description available. |
Virtual methods
Phosh.DBusHostname1.get_chassis
Gets the value of the “Chassis” D-Bus property.