GtkCalendarDetailFunc

This kind of functions provide Pango markup with detail information for the specified day. Examples for such details are holidays or appointments. The function returns %NULL when no information is available.

alias GtkCalendarDetailFunc = char* function(GtkCalendar* calendar, uint year, uint month, uint day, void* userData)

Return Value

Newly allocated string with Pango markup with details for the specified day or %NULL.

Meta

Since

2.14