Skip to content
  • Matthias Clasen's avatar
    inspector: Support editing interned string properties · 6852a1ee
    Matthias Clasen authored
    Sadly, interned string properties cannot be handled generically
    at all - GObject insists on inserting a strcpy in any attempt
    to set a string property with generic api, destroying the
    internedness of the string.
    
    Therefore, we have to special-case GtkCssNode in the property
    editor code :-(
    6852a1ee