Skip to content
  • Alexander Larsson's avatar
    Remove _gtk_style_properties_peek_property · 7104b4b5
    Alexander Larsson authored
    We want to move to a world where getting style properties can
    allocate a new value, depending on the style property context.
    In this world we can't expose "peeking" a property, as we neet
    to return a ref to the property that is newly created.
    
    So, we move the peek code into get_property and use get_property
    from get_valist.
    7104b4b5