| 136 | } |
| 137 | |
| 138 | static void |
| 139 | ggandiva_node_finalize(GObject *object) |
| 140 | { |
| 141 | auto priv = GGANDIVA_NODE_GET_PRIVATE(object); |
| 142 | |
| 143 | priv->node.~shared_ptr(); |
| 144 | |
| 145 | G_OBJECT_CLASS(ggandiva_node_parent_class)->finalize(object); |
| 146 | } |
| 147 | |
| 148 | static void |
| 149 | ggandiva_node_set_property(GObject *object, |