コード例 #1
0
ファイル: test_gi.py プロジェクト: ZachGoldberg/pygi
    def test_pointer_struct_in(self):
        struct = GIMarshallingTests.PointerStruct()
        struct.long_ = 42

        GIMarshallingTests.pointer_struct_in(struct)

        del struct