Merged in default (pull request #457)

Sun, 16 Dec 2018 06:28:08 +0000

author
Gary Kramlich <grim@reaperworld.com>
date
Sun, 16 Dec 2018 06:28:08 +0000
changeset 39398
cd3813244ab8
parent 39393
ef0709f52a26 (current diff)
parent 39397
ed156296b47a (diff)
child 39402
341d90fb856e

Merged in default (pull request #457)

Fix a selection of Pidgin GIR and doc warnings and issues

Approved-by: Elliott Sales de Andrade
Approved-by: Gary Kramlich

--- a/doc/reference/pidgin/pidgin-docs.xml	Sat Dec 15 06:39:10 2018 +0000
+++ b/doc/reference/pidgin/pidgin-docs.xml	Sun Dec 16 06:28:08 2018 +0000
@@ -19,6 +19,7 @@
   <part id="API">
     <title>API Reference</title>
 
+      <xi:include href="xml/pidginabout.xml" />
       <xi:include href="xml/gtkaccount.xml" />
       <xi:include href="xml/gtkblist.xml" />
       <xi:include href="xml/gtkblist-theme.xml" />
@@ -58,6 +59,8 @@
       <xi:include href="xml/gtksound.xml" />
       <xi:include href="xml/gtkstatusbox.xml" />
       <xi:include href="xml/pidginstock.xml" />
+      <xi:include href="xml/gtkstyle.xml" />
+      <xi:include href="xml/pidgintalkatu.xml" />
       <xi:include href="xml/gtkmenutray.xml" />
       <xi:include href="xml/gtkutils.xml" />
       <xi:include href="xml/gtkwebview.xml" />
--- a/pidgin/pidginabout.h	Sat Dec 15 06:39:10 2018 +0000
+++ b/pidgin/pidginabout.h	Sun Dec 16 06:28:08 2018 +0000
@@ -1,6 +1,13 @@
 #ifndef PIDGIN_ABOUT_H
 #define PIDGIN_ABOUT_H
 
+/**
+ * SECTION:pidginabout
+ * @section_id: pidgin-about
+ * @short_description: <filename>pidginabout.h</filename>
+ * @title: About Dialog
+ */
+
 #include <gtk/gtk.h>
 
 #define PIDGIN_TYPE_ABOUT_DIALOG            (pidgin_about_dialog_get_type())
--- a/pidgin/pidgintalkatu.h	Sat Dec 15 06:39:10 2018 +0000
+++ b/pidgin/pidgintalkatu.h	Sun Dec 16 06:28:08 2018 +0000
@@ -37,7 +37,25 @@
 
 G_BEGIN_DECLS
 
+/**
+ * pidgin_talkatu_editor_new_for_connection:
+ * @pc: The connection for which the editor should be created
+ *
+ * Creates a new #TalkatuEditor appropriate for use with @pc.
+ *
+ * Returns: (transfer full): the new #TalkatuEditor
+ */
 GtkWidget *pidgin_talkatu_editor_new_for_connection(PurpleConnection *pc);
+
+/**
+ * pidgin_talkatu_buffer_new_for_connection:
+ * @pc: The connection for which the buffer should be created
+ *
+ * Creates a new #TalkatuBuffer. Depending on @pc's #PurpleConnectionFlags,
+ * it will create a plain, HTML, or markdown buffer.
+ *
+ * Returns: (transfer full): the new #TalkatuBuffer
+ */
 GtkTextBuffer *pidgin_talkatu_buffer_new_for_connection(PurpleConnection *pc);
 
 G_END_DECLS

mercurial