Interface
PhoshDBusColor
Description [src]
interface Phosh.DBusColor : GObject.Object
Abstract interface type for the D-Bus interface org.gnome.SettingsDaemon.Color.
Prerequisite
In order to implement DBusColor, your type must inherit fromGObject
.
Functions
phosh_dbus_color_interface_info
Gets a machine-readable description of the org.gnome.SettingsDaemon.Color D-Bus interface.
phosh_dbus_color_override_properties
Overrides all GObject
properties in the PhoshDBusColor
interface for a concrete class.
The properties are overridden in the order they are defined.
Interface structure
struct PhoshDBusColorIface {
GTypeInterface parent_iface;
gboolean (* get_night_light_active) (
PhoshDBusColor* object
);
guint (* get_temperature) (
PhoshDBusColor* object
);
}
Virtual table for the D-Bus interface org.gnome.SettingsDaemon.Color.
Interface members
parent_iface |
|
The parent interface. |
|
get_night_light_active |
|
Getter for the |
|
get_temperature |
|
Getter for the |