Method

GObjectValueset_uint64

Declaration

void
g_value_set_uint64 (
  GValue* value,
  guint64 v_uint64
)

Description

Set the contents of a G_TYPE_UINT64 GValue to v_uint64.

Parameters

v_uint64

Type: guint64

Unsigned 64bit integer value to be set.