Method

GObjectValueset_flags

Declaration

void
g_value_set_flags (
  GValue* value,
  guint v_flags
)

Description

Set the contents of a G_TYPE_FLAGS GValue to v_flags.

Parameters

v_flags

Type: guint

Flags value to be set.