forked from AuroraMiddleware/gtk
Fix a typo
gtk-doc complained about a multi-line Since: tag, but the real culprit was a typo in the Deprecated: tag.
This commit is contained in:
parent
8bd9604fe6
commit
3c711cc98a
@ -218,7 +218,7 @@ gtk_alignment_class_init (GtkAlignmentClass *class)
|
||||
*
|
||||
* Since: 2.4
|
||||
*
|
||||
* Deprecared: 3.14: Use gtk_widget_set_margin_top() instead
|
||||
* Deprecated: 3.14: Use gtk_widget_set_margin_top() instead
|
||||
*/
|
||||
g_object_class_install_property (gobject_class,
|
||||
PROP_TOP_PADDING,
|
||||
|
Loading…
Reference in New Issue
Block a user