Tue, 07 Apr 2020 02:32:53 -0500
Clean up some docs
| doc/reference/pidgin/pidgin-docs.xml | file | annotate | diff | comparison | revisions | |
| pidgin/pidginactiongroup.h | file | annotate | diff | comparison | revisions |
--- a/doc/reference/pidgin/pidgin-docs.xml Tue Apr 07 02:27:08 2020 -0500 +++ b/doc/reference/pidgin/pidgin-docs.xml Tue Apr 07 02:32:53 2020 -0500 @@ -56,6 +56,9 @@ <xi:include href="xml/pidgin.xml" /> <xi:include href="xml/pidginabout.xml" /> <xi:include href="xml/pidginaccountchooser.xml" /> + <xi:include href="xml/pidginaccountactionsmenu.xml" /> + <xi:include href="xml/pidginaccountsmenu.xml" /> + <xi:include href="xml/pidginactiongroup.xml" /> <xi:include href="xml/pidginbuddylistmenu.xml" /> <xi:include href="xml/pidgincontactcompletion.xml" /> <xi:include href="xml/pidgindebug.xml" />
--- a/pidgin/pidginactiongroup.h Tue Apr 07 02:27:08 2020 -0500 +++ b/pidgin/pidginactiongroup.h Tue Apr 07 02:32:53 2020 -0500 @@ -22,6 +22,17 @@ #ifndef PIDGIN_ACTION_GROUP_H #define PIDGIN_ACTION_GROUP_H +/** + * SECTION:pidginactiongroup + * @section_id: pidgin-action-group + * @short_description: An action group for Pidgin + * @title: Action Group + * + * A #GSimpleActionGroup containing most of our actions. A lot of this will + * need to be added to the #GtkApplication, but I didn't want to do that part + * quite yet, so I created this instead. + */ + #include <glib.h> #include <gio/gio.h>