Method

GObjectValueset_long

Declaration

void
g_value_set_long (
  GValue* value,
  glong v_long
)

Description

Set the contents of a G_TYPE_LONG GValue to v_long.

Parameters

v_long

Type: glong

Long integer value to be set.