get_system
Description:
[ Version ( deprecated = true , deprecated_since = "3.22" ) ]
public static unowned Visual get_system ()
public static unowned Visual get_system ()
Warning: get_system is deprecated since 3.22.
Get the system’s default visual for the default GDK screen.
Note:
Use gdk_screen_get_system_visual (gdk_screen_get_default ()).
This is the visual for the root window of the display. The return value should not be freed.
Returns:
system visual |