Top | ![]() |
![]() |
![]() |
![]() |
gboolean
xapp_util_gpu_offload_supported (void
);
Performs a check to see if on-demand mode for discrete graphics is supported.
Since: 1.8
gboolean
xapp_util_get_session_is_running (void
);
Check if the Session Manager is currently in the "Running" phase.
Since: 2.0
gchar *
xapp_pango_font_string_to_css (const char *pango_font_string
);
Converts a pango font description string to a string suitable for use with the css "font" tag. The font description must contain the font family and font size or conversion will fail and NULL
will be returned
Since: 2.2
const gchar *
xapp_get_tmp_dir (void
);
Provides the path to the system's temporary files folder. This is identical to g_get_tmp_dir, but includes the /dev/shm ramdisk as the first choice for a temporary folder.
Since: 2.2.16