diff -r 071588186662 -r a59a119b74f5 pidgin/pidginaccountrow.c --- a/pidgin/pidginaccountrow.c Thu Nov 21 00:32:16 2024 -0600 +++ b/pidgin/pidginaccountrow.c Thu Nov 21 00:35:20 2024 -0600 @@ -120,8 +120,7 @@ * Since: 3.0 */ properties[PROP_ACCOUNT] = g_param_spec_object( - "account", "account", - "The account that is selected.", + "account", NULL, NULL, PURPLE_TYPE_ACCOUNT, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); @@ -133,10 +132,9 @@ * Since: 3.0 */ properties[PROP_FILTER] = g_param_spec_object( - "filter", "filter", - "The filter to be applied on the list of accounts.", - GTK_TYPE_FILTER, - G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); + "filter", NULL, NULL, + GTK_TYPE_FILTER, + G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); g_object_class_install_properties(obj_class, N_PROPERTIES, properties); gtk_widget_class_set_template_from_resource(