GTimeVal

Main Gtk struct. Represents a precise time, with seconds and microseconds. Similar to the struct timeval returned by the gettimeofday() UNIX call. GLib is attempting to unify around the use of 64bit integers to represent microsecond-precision time. As such, this type will be removed from a future version of GLib. glong tv_sec; seconds glong tv_usec; microseconds

struct GTimeVal {}

Members

Variables

tvSec
glong tvSec;
Undocumented in source.
tvUsec
glong tvUsec;
Undocumented in source.

Meta