Improve consistency of signal and property names
This commit is contained in:
@ -1739,7 +1739,7 @@ _gtk_style_peek_property_value (GtkStyle *style,
|
||||
gchar *contents = g_strdup_value_contents (&rcprop->value);
|
||||
|
||||
g_message ("%s: failed to retrieve property `%s::%s' of type `%s' from rc file value \"%s\" of type `%s'",
|
||||
rcprop->origin,
|
||||
rcprop->origin ? rcprop->origin : "(for origin information, set GTK_DEBUG)",
|
||||
g_type_name (pspec->owner_type), pspec->name,
|
||||
g_type_name (G_PARAM_SPEC_VALUE_TYPE (pspec)),
|
||||
contents,
|
||||
|
||||
Reference in New Issue
Block a user