| 62 | ggandiva_selection_vector_get_instance_private(GGANDIVA_SELECTION_VECTOR(object))) |
| 63 | |
| 64 | static void |
| 65 | ggandiva_selection_vector_finalize(GObject *object) |
| 66 | { |
| 67 | auto priv = GGANDIVA_SELECTION_VECTOR_GET_PRIVATE(object); |
| 68 | |
| 69 | priv->selection_vector.~shared_ptr(); |
| 70 | |
| 71 | G_OBJECT_CLASS(ggandiva_selection_vector_parent_class)->finalize(object); |
| 72 | } |
| 73 | |
| 74 | static void |
| 75 | ggandiva_selection_vector_set_property(GObject *object, |