pidgin/pidgin

Finish documenting FinchConv

2019-09-28, Gary Kramlich
b1771599b93b
Parents 746ceb1d6966
Children fcb5db39d62d
Finish documenting FinchConv
--- a/finch/gntconv.h Sat Sep 28 02:33:29 2019 -0500
+++ b/finch/gntconv.h Sat Sep 28 02:56:09 2019 -0500
@@ -58,15 +58,15 @@
/**
* FinchConv:
- * @list:
- * @active_conv:
- * @window:
- * @entry:
- * @tv:
- * @menu:
- * @info:
- * @plugins:
- * @flags:
+ * @list: A list of conversations being displayed in this window.
+ * @active_conv: The active conversation.
+ * @window: The #GntWindow for the conversation.
+ * @entry: The #GntEntry for input.
+ * @tv: The #GntTextView that displays the history.
+ * @menu: The menu for the conversation.
+ * @info: The info widget that shows the information about the conversation.
+ * @plugins: The #GntMenuItem for plugins.
+ * @flags: The flags for the conversation.
*
* A Finch conversation.
*/