ref_termprop_image_surface


Description:

[ Version ( since = "0.80" ) ]
public Surface? ref_termprop_image_surface (string prop)

Returns the value of a vte_property_image termprop as a XlibSurface, or null if prop is unset, or prop is not a registered property.

The surface will be a cairo_surface_type_image with format cairo_format_argb32 or cairo_format_rgb24.

Note that the returned surface is owned by this and its contents must not be modified.

Parameters:

this

a Terminal

prop

a termprop name

Returns:

the property's value as a XlibSurface, or null