css: No longer expose internal properties

... in gtk_style_properties_lookup_property(). Those properties will
soon stop having pspecs or even being gettable and settable, so better
not tell anyone about it.
This commit is contained in:
Benjamin Otte 2011-12-31 23:07:13 +01:00
parent 73a632a4ae
commit 36e1bcac3c

View File

@ -193,7 +193,7 @@ gtk_style_properties_lookup_property (const gchar *property_name,
node = _gtk_style_property_lookup (property_name);
if (node)
if (GTK_IS_CSS_CUSTOM_PROPERTY (node))
{
if (pspec)
*pspec = node->pspec;