Skip to content
  • Benjamin Otte's avatar
    cssnode: Implement refcounting · a589f988
    Benjamin Otte authored
    The parent refs the child, so gtk_css_node_set_parent() adds/removes a
    reference.
    
    We should probably refactor this so that we name the function
    parent.add(node) instead of node.set_parent(parent) - makes the
    refcounting more clear.
    a589f988