docs: syntax fix
It is just 'Deprecated:' in doc comments, not '@Deprecated:'.
This commit is contained in:
parent
edd6c4d487
commit
70cb91a827
@ -7379,7 +7379,7 @@ gtk_widget_reparent_fixup_child (GtkWidget *widget,
|
|||||||
* Moves a widget from one #GtkContainer to another, handling reference
|
* Moves a widget from one #GtkContainer to another, handling reference
|
||||||
* count issues to avoid destroying the widget.
|
* count issues to avoid destroying the widget.
|
||||||
*
|
*
|
||||||
* @Deprecated: 3.14. Use gtk_container_remove() and gtk_container_add().
|
* Deprecated: 3.14. Use gtk_container_remove() and gtk_container_add().
|
||||||
**/
|
**/
|
||||||
void
|
void
|
||||||
gtk_widget_reparent (GtkWidget *widget,
|
gtk_widget_reparent (GtkWidget *widget,
|
||||||
|
Loading…
Reference in New Issue
Block a user