mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-17 23:10:22 +00:00
GtkBox: Add missing Since in docs
This commit is contained in:
parent
ebbc7791dd
commit
43f1ac2b8f
@ -1794,6 +1794,8 @@ gtk_box_get_spacing (GtkBox *box)
|
|||||||
* and the baseline is not allocated by the parent then
|
* and the baseline is not allocated by the parent then
|
||||||
* @position is used to allocate the baseline wrt the
|
* @position is used to allocate the baseline wrt the
|
||||||
* extra space available.
|
* extra space available.
|
||||||
|
*
|
||||||
|
* Since: 3.10
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
gtk_box_set_baseline_position (GtkBox *box,
|
gtk_box_set_baseline_position (GtkBox *box,
|
||||||
@ -1822,6 +1824,8 @@ gtk_box_set_baseline_position (GtkBox *box,
|
|||||||
* Gets the value set by gtk_box_set_baseline_position().
|
* Gets the value set by gtk_box_set_baseline_position().
|
||||||
*
|
*
|
||||||
* Return value: the baseline position
|
* Return value: the baseline position
|
||||||
|
*
|
||||||
|
* Since: 3.10
|
||||||
**/
|
**/
|
||||||
GtkBaselinePosition
|
GtkBaselinePosition
|
||||||
gtk_box_get_baseline_position (GtkBox *box)
|
gtk_box_get_baseline_position (GtkBox *box)
|
||||||
|
Loading…
Reference in New Issue
Block a user