mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-16 15:14:17 +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);
|
node = _gtk_style_property_lookup (property_name);
|
||||||
|
|
||||||
if (node)
|
if (GTK_IS_CSS_CUSTOM_PROPERTY (node))
|
||||||
{
|
{
|
||||||
if (pspec)
|
if (pspec)
|
||||||
*pspec = node->pspec;
|
*pspec = node->pspec;
|
||||||
|
Loading…
Reference in New Issue
Block a user