Function
GtkCalendarDetailFunc
since: 2.14
Declaration
gchar*
(* GtkCalendarDetailFunc) (
GtkCalendar* calendar,
guint year,
guint month,
guint day,
gpointer user_data
)
Description [src]
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.
Available since: 2.14
Parameters
calendar-
Type:
GtkCalendarA
GtkCalendar.The data is owned by the caller of the function. year-
Type:
guintThe year for which details are needed.
month-
Type:
guintThe month for which details are needed.
day-
Type:
guintThe day of
monthfor which details are needed. user_data-
Type:
gpointerThe data passed with gtk_calendar_set_detail_func().
The argument can be NULL.The data is owned by the caller of the function.