Drop GTimeSpec type

This commit is contained in:
Ryan Lortie 2010-11-01 15:47:29 -04:00
parent c3a0d32ef1
commit 92df8a1d77
3 changed files with 0 additions and 19 deletions

View File

@ -1321,7 +1321,6 @@ g_time_val_from_iso8601
g_time_val_to_iso8601 g_time_val_to_iso8601
<SUBSECTION> <SUBSECTION>
GTimeSpec
g_get_monotonic_time g_get_monotonic_time
<SUBSECTION> <SUBSECTION>

View File

@ -1813,16 +1813,6 @@ g_get_current_time (GTimeVal *result)
#endif #endif
} }
/**
* GTimeSpec:
*
* Represents a precise time, with seconds and nanoseconds. This is
* similar to POSIX <structname>struct timespec</structname>. This
* structure can be filled in with g_get_monotonic_time().
*
* Since: 2.28
**/
/** /**
* g_get_monotonic_time: * g_get_monotonic_time:
* *

View File

@ -424,14 +424,6 @@ struct _GTimeVal
glong tv_usec; glong tv_usec;
}; };
typedef struct _GTimeSpec GTimeSpec;
struct _GTimeSpec
{
time_t tv_sec;
glong tv_nsec;
};
G_END_DECLS G_END_DECLS
/* We prefix variable declarations so they can /* We prefix variable declarations so they can