Method

GObjectValueset_int64

Declaration

void
g_value_set_int64 (
  GValue* value,
  gint64 v_int64
)

Description

Set the contents of a G_TYPE_INT64 GValue to v_int64.

Parameters

v_int64

Type: gint64

64bit integer value to be set.