Handbook
Glossary
g_date_time_new ( tz year month day hour minute seconds -- GDateTime* )
Vocabulary
glib
.
ffi
Inputs
tz
an
object
year
an
object
month
an
object
day
an
object
hour
an
object
minute
an
object
seconds
an
object
Outputs
GDateTime*
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
glib.ffi
LIBRARY:
glib
FUNCTION:
GDateTime*
g_date_time_new
( GTimeZone* tz,
gint
year,
gint
month,
gint
day,
gint
hour,
gint
minute,
gdouble
seconds )