libpurple/purplepresence.h

changeset 41686
9bcd6ad114eb
parent 41205
c5513eb740aa
child 41740
d8fcd2907c3d
--- a/libpurple/purplepresence.h	Mon Sep 12 22:54:13 2022 -0500
+++ b/libpurple/purplepresence.h	Mon Sep 12 23:18:09 2022 -0500
@@ -68,19 +68,7 @@
 	gpointer reserved[4];
 };
 
-/**
- * PURPLE_TYPE_PRESENCE:
- *
- * The standard _get_type macro for #PurplePresence.
- */
 #define PURPLE_TYPE_PRESENCE purple_presence_get_type()
-
-/**
- * purple_presence_get_type:
- *
- * Returns: The #GType for the #PurplePresence object.
- */
-
 G_DECLARE_DERIVABLE_TYPE(PurplePresence, purple_presence, PURPLE, PRESENCE,
                          GObject)
 

mercurial