Method

GtkSourceMarkAttributesget_background

Declaration [src]

gboolean
gtk_source_mark_attributes_get_background (
  GtkSourceMarkAttributes* attributes,
  GdkRGBA* background
)

Description [src]

Stores background color in background.

Parameters

background

Type: GdkRGBA

A GdkRGBA.

The argument will be set by the function.
The data is owned by the caller of the function.

Return value

Type: gboolean

Whether background color for attributes was set.