Finish documenting FinchConv

Sat, 28 Sep 2019 02:56:09 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Sat, 28 Sep 2019 02:56:09 -0500
changeset 39882
b1771599b93b
parent 39881
746ceb1d6966
child 39883
fcb5db39d62d

Finish documenting FinchConv

finch/gntconv.h file | annotate | diff | comparison | revisions
--- 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.
  */

mercurial