Home
last modified time | relevance | path

Searched defs:_GDate (Results 1 – 1 of 1) sorted by relevance

/external/bluetooth/glib/glib/
Dgdate.h101 struct _GDate struct
103 guint julian_days : 32; /* julian days representation - we use a
109 guint julian : 1; /* julian is valid */
110 guint dmy : 1; /* dmy is valid */
113 guint day : 6;
114 guint month : 4;
115 guint year : 16;