Add note to ui_hookup_widget() doc comments.

This commit is contained in:
Matthew Brush 2011-09-24 15:29:20 -07:00 committed by Matthew Brush
parent cc118515ba
commit b8c5be4d11

View File

@ -24,6 +24,10 @@
/** Sets a name to lookup @a widget from @a owner.
*
* @note Since 0.21 the @a owner parameter is not used and can be set
* to NULL if you like.
*
* @param owner Usually a window, dialog or popup menu.
* @param widget Widget.
* @param widget_name Name.