diff -r 071588186662 -r a59a119b74f5 pidgin/pidgininfopane.c --- a/pidgin/pidgininfopane.c Thu Nov 21 00:32:16 2024 -0600 +++ b/pidgin/pidgininfopane.c Thu Nov 21 00:35:20 2024 -0600 @@ -162,8 +162,7 @@ * Since: 3.0 */ properties[PROP_TITLE] = g_param_spec_string( - "title", "title", - "The title for the info pane.", + "title", NULL, NULL, NULL, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); @@ -175,8 +174,7 @@ * Since: 3.0 */ properties[PROP_SUBTITLE] = g_param_spec_string( - "subtitle", "subtitle", - "The subtitle for the info pane.", + "subtitle", NULL, NULL, NULL, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); @@ -188,8 +186,7 @@ * Since: 3.0 */ properties[PROP_CHILD] = g_param_spec_object( - "child", "child", - "A child widget to display at the end of the info pane.", + "child", NULL, NULL, GTK_TYPE_WIDGET, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);