diff -r 216a37403c5b -r 821aa4bcb6fa finch/gntrequest.c --- a/finch/gntrequest.c Tue Feb 04 17:31:03 2014 +0530 +++ b/finch/gntrequest.c Tue Feb 04 17:39:37 2014 +0530 @@ -67,7 +67,7 @@ return window; } -/** +/* * If the window is closed by the wm (ie, without triggering any of * the buttons, then do some default callback. */ @@ -89,12 +89,13 @@ NULL); } -/** - * window: this is the window - * userdata: the userdata to pass to the primary callbacks - * cb: the callback - * data: data for the callback - * (text, primary-callback) pairs, ended by a NULL +/* + * setup_button_box: + * @win: this is the window + * @userdata: the userdata to pass to the primary callbacks + * @cb: the callback + * @data: data for the callback + * @...: (text, primary-callback) pairs, ended by a NULL * * The cancellation callback should be the last callback sent. */