Method

GObjectValueset_ulong

Declaration

void
g_value_set_ulong (
  GValue* value,
  gulong v_ulong
)

Description

Set the contents of a G_TYPE_ULONG GValue to v_ulong.

Parameters

v_ulong

Type: gulong

Unsigned long integer value to be set.