Skip to content

Commit

Permalink
widget: fix annotation on get_padding()
Browse files Browse the repository at this point in the history
  • Loading branch information
djdeath committed Aug 10, 2012
1 parent 3943dad commit d47315b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mx/mx-widget.c
Expand Up @@ -1565,7 +1565,7 @@ mx_widget_get_background_color (MxWidget *actor)
/**
* mx_widget_get_padding:
* @widget: A #MxWidget
* @padding: A pointer to an #MxPadding to fill
* @padding: (out): A pointer to an #MxPadding to fill
*
* Gets the padding of the widget, set using the "padding" CSS property. This
* function should normally only be used by subclasses.
Expand Down

0 comments on commit d47315b

Please sign in to comment.