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 GdkRGBA
 

A GdkRGBA.

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

Return value

Returns: gboolean
 

Whether background color for attributes was set.