Sat, 28 Sep 2019 02:56:09 -0500
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. */