pidgin/pidginprotocolstore.h

changeset 41124
95555046173e
parent 40741
850137e8737c
child 41280
9d5a101a7663
--- a/pidgin/pidginprotocolstore.h	Tue Oct 19 00:48:05 2021 -0500
+++ b/pidgin/pidginprotocolstore.h	Tue Oct 19 02:49:28 2021 -0500
@@ -27,14 +27,13 @@
 #define PIDGIN_PROTOCOL_STORE_H
 
 /**
- * SECTION:pidginprotocolstore
- * @section_id: pidgin-protocol-store
- * @short_description: A GtkListStore that keeps track of protocols
- * @title: Protocol Store
+ * PidginProtocolStore:
  *
  * #PidginProtocolStore is a #GtkListStore that automatically keeps track of
  * what protocols are currently available in libpurple.  It's intended to be
  * used any time that you need to present a protocol selection to the user.
+ *
+ * Since: 3.0.0
  */
 
 #include <gtk/gtk.h>

mercurial