libpurple/purplecredentialmanager.c

changeset 43071
071588186662
parent 43050
04e9feb2d806
child 43128
1ce3ad90614c
--- a/libpurple/purplecredentialmanager.c	Thu Nov 21 00:22:47 2024 -0600
+++ b/libpurple/purplecredentialmanager.c	Thu Nov 21 00:32:16 2024 -0600
@@ -301,8 +301,7 @@
 	 * Since: 3.0
 	 */
 	properties[PROP_ITEM_TYPE] = g_param_spec_gtype(
-		"item-type", "item-type",
-		"The type of the contained items.",
+		"item-type", NULL, NULL,
 		G_TYPE_OBJECT,
 		G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
 
@@ -314,8 +313,7 @@
 	 * Since: 3.0
 	 */
 	properties[PROP_N_ITEMS] = g_param_spec_uint(
-		"n-items", "n-items",
-		"The number of contained items.",
+		"n-items", NULL, NULL,
 		0, G_MAXUINT, 0,
 		G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
 

mercurial