Пример #1
0
    def test_pointer_struct_in(self):
        struct = GIMarshallingTests.PointerStruct()
        struct.long_ = 42

        GIMarshallingTests.pointer_struct_in(struct)

        del struct