summaryrefslogtreecommitdiff
path: root/finch/gntrequest.c
diff options
context:
space:
mode:
authorAnkit Vani <a@nevitus.org>2014-02-04 17:39:37 +0530
committerAnkit Vani <a@nevitus.org>2014-02-04 17:39:37 +0530
commit41199fa03e1dfd088946a953a97f02940327afc7 (patch)
tree5025075cacc464fdd93778c6d0864ba9b476c1d0 /finch/gntrequest.c
parent4a9ebdefdd9d7c34268b1403376b4e6608a3870e (diff)
downloadpidgin-41199fa03e1dfd088946a953a97f02940327afc7.tar.gz
Fix a bunch of gtk-doc warnings in finch
Diffstat (limited to 'finch/gntrequest.c')
-rw-r--r--finch/gntrequest.c15
1 files changed, 8 insertions, 7 deletions
diff --git a/finch/gntrequest.c b/finch/gntrequest.c
index 6e96f04f9b..2cdc4d817a 100644
--- a/finch/gntrequest.c
+++ b/finch/gntrequest.c
@@ -67,7 +67,7 @@ setup_request_window(const char *title, const char *primary,
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 @@ action_performed(GntWidget *button, gpointer data)
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.
*/