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

@@ -1813,16 +1813,6 @@ g_get_current_time (GTimeVal *result)
#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:
*