forked from AuroraMiddleware/gtk
[docs] Use the correct GTK-doc syntax to refer to GTK+ properties
This commit is contained in:
parent
d5086dc379
commit
f1676cfb11
@ -7491,8 +7491,8 @@ gtk_notebook_child_reordered (GtkNotebook *notebook,
|
|||||||
* containing @child. See gtk_box_pack_start() for the exact meaning
|
* containing @child. See gtk_box_pack_start() for the exact meaning
|
||||||
* of the parameters.
|
* of the parameters.
|
||||||
*
|
*
|
||||||
* Deprecated: 2.20: Modify the "tab-expand" and "tab-fill" child
|
* Deprecated: 2.20: Modify the #GtkNotebook:tab-expand and
|
||||||
* properties instead.
|
* #GtkNotebook:tab-fill child properties instead.
|
||||||
**/
|
**/
|
||||||
void
|
void
|
||||||
gtk_notebook_set_tab_label_packing (GtkNotebook *notebook,
|
gtk_notebook_set_tab_label_packing (GtkNotebook *notebook,
|
||||||
@ -7545,8 +7545,8 @@ gtk_notebook_set_tab_label_packing (GtkNotebook *notebook,
|
|||||||
* Query the packing attributes for the tab label of the page
|
* Query the packing attributes for the tab label of the page
|
||||||
* containing @child.
|
* containing @child.
|
||||||
*
|
*
|
||||||
* Deprecated: 2.20: Modify the "tab-expand" and "tab-fill" child
|
* Deprecated: 2.20: Modify the #GtkNotebook:tab-expand and
|
||||||
* properties instead.
|
* #GtkNotebook:tab-fill child properties instead.
|
||||||
**/
|
**/
|
||||||
void
|
void
|
||||||
gtk_notebook_query_tab_label_packing (GtkNotebook *notebook,
|
gtk_notebook_query_tab_label_packing (GtkNotebook *notebook,
|
||||||
|
Loading…
Reference in New Issue
Block a user