Searched refs:GDate (Results 1 – 14 of 14) sorted by relevance
53 typedef struct _GDate GDate; typedef122 GDate* g_date_new (void);123 GDate* g_date_new_dmy (GDateDay day,126 GDate* g_date_new_julian (guint32 julian_day);127 void g_date_free (GDate *date);134 gboolean g_date_valid (const GDate *date);144 GDateWeekday g_date_get_weekday (const GDate *date);145 GDateMonth g_date_get_month (const GDate *date);146 GDateYear g_date_get_year (const GDate *date);147 GDateDay g_date_get_day (const GDate *date);[all …]
14 void g_date_debug_print(GDate* d) in g_date_debug_print()47 GDate* d; in main()
21 void g_date_debug_print(GDate* d) in g_date_debug_print()39 GDate* d; in main()70 TEST("sizeof(GDate) is not more than 8 bytes on this platform", sizeof(GDate) < 9); in main()181 GDate days[31]; /* This is the fast way, no allocation */ in main()194 GDate tmp; in main()
32 void g_date_debug_print(GDate* d) in g_date_debug_print()49 GDate* d; in main()77 TEST("sizeof(GDate) is not more than 8 bytes on this platform", sizeof(GDate) < 9); in main()188 GDate days[31]; /* This is the fast way, no allocation */ in main()201 GDate tmp; in main()
180 const GDate *date = (const GDate*) boxed; in gdate_copy()
1237 * gboxed.c: Add a boxed type for GDate. (#301787, Tim-Philipp
20 * GDate functionality for calendar date manipulations99 * New GDate functionality for calendar date manipulations (g_date_*)
2034 - New functions to set a GDate from a time_t or2162 - Add a boxed type for GDate [Tim-Philipp Müller]2902 * GDate const, convenience fixups2947 * Improved format support of GDate parser.
1201 * gdate.c (g_date_valid): Rely on GDate::dmy and GDate::Julian1251 * glib.h: Added declarations for GDate module.
2807 (g_date_to_struct_tm): Changed GDate argument to be const.2808 (g_date_strftime): Changed GDate argument to be const.2811 (g_date_order): Added. Ensure that the first GDate argument7166 Added test of the GDate module, based closely on testgdate.c.
70 - extra validity checks for GDate
137 <structname>GDate</structname> now works in UTF-8, not in the current locale.
1261 GDate
4104 * glib-sections.txt: rearranged GDate section.