mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 22:41:43 +00:00
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:
parent
73a632a4ae
commit
36e1bcac3c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user