mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-18 17:30:10 +00:00
Fixed gtk_calendar_get_date annotations: Added missing (out)
Backported from master commit 34b573b07
This commit is contained in:
parent
931faeab12
commit
e229f2998b
@ -3925,9 +3925,9 @@ gtk_calendar_unmark_day (GtkCalendar *calendar,
|
||||
/**
|
||||
* gtk_calendar_get_date:
|
||||
* @calendar: a #GtkCalendar
|
||||
* @year: (allow-none): location to store the year number, or %NULL
|
||||
* @month: (allow-none): location to store the month number (between 0 and 11), or %NULL
|
||||
* @day: (allow-none): location to store the day number (between 1 and 31), or %NULL
|
||||
* @year: (out) (allow-none): location to store the year as a decimal number (e.g. 2011), or %NULL
|
||||
* @month: (out) (allow-none): location to store the month number (between 0 and 11), or %NULL
|
||||
* @day: (out) (allow-none): location to store the day number (between 1 and 31), or %NULL
|
||||
*
|
||||
* Obtains the selected date from a #GtkCalendar.
|
||||
**/
|
||||
|
Loading…
Reference in New Issue
Block a user