From b8c5be4d1183f504a3b22482b195271865dc5162 Mon Sep 17 00:00:00 2001 From: Matthew Brush Date: Sat, 24 Sep 2011 15:29:20 -0700 Subject: [PATCH] Add note to ui_hookup_widget() doc comments. --- src/ui_utils.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/ui_utils.h b/src/ui_utils.h index 2833ba18..892690dc 100644 --- a/src/ui_utils.h +++ b/src/ui_utils.h @@ -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.