- public unowned string get_tmp_dir ()
Provides the path to the system's temporary files folder.
- public string pango_font_string_to_css (string pango_font_string)
Converts a pango font description string to a string suitable for
use with the css "font" tag.
- public void set_window_icon_from_file (Window window, string? file_name) throws Error
Sets the icon name hint for a window manager (like muffin) to make
available when applications want to change their icons during runtime without having to resort to the internal low-res pixbufs that
GdkWindow sets on the client side.
- public void set_window_icon_name (Window window, string? icon_name)
Sets the icon name hint for a window manager (like muffin) to make
available when applications want to change their icons during runtime without having to resort to the internal low-res pixbufs that
GdkWindow sets on the client side.
- public void set_window_progress (Window window, int progress)
Sets the progress hint for a window manager (like muffin) to make
available when applications want to display the application's progress in some operation.
- public void set_window_progress_pulse (Window window, bool pulse)
Sets the progress pulse hint hint for a window manager (like muffin)
to make available when applications want to display indeterminate or ongoing progress in a task manager.
- public void set_xid_icon_from_file (ulong xid, string? file_name)
Sets the icon name hint for a window manager (like muffin) to make
available when applications want to change their icons during runtime without having to resort to the internal low-res pixbufs that
GdkWindow sets on the client side.
- public void set_xid_icon_name (ulong xid, string? icon_name)
Sets the icon name hint for a window manager (like muffin) to make
available when applications want to change their icons during runtime without having to resort to the internal low-res pixbufs that
GdkWindow sets on the client side.
- public void set_xid_progress (ulong xid, int progress)
Sets the progress hint for a window manager (like muffin) to make
available when applications want to display the application's progress in some operation.
- public void set_xid_progress_pulse (ulong xid, bool pulse)
Sets the progress pulse hint hint for a window manager (like muffin)
to make available when applications want to display indeterminate or ongoing progress in a task manager.
- public unowned DBusInterfaceInfo status_icon_interface_interface_info ()
- public uint status_icon_interface_override_properties (ObjectClass klass, uint property_id_begin)
- public unowned DBusInterfaceInfo switcheroo_control_interface_info ()
- public uint switcheroo_control_override_properties (ObjectClass klass, uint property_id_begin)
- public bool util_get_session_is_running ()
Check if the Session Manager is currently in the "Running" phase.
- public bool util_gpu_offload_supported ()
Performs a check to see if on-demand mode for discrete graphics is
supported.