[shotwell: 2/2] vapis: Fix gphoto2 vapi




commit 8223fc3e2b8eabc98c86c65c0058b4a9732a6b65
Author: Jens Georg <mail jensge org>
Date:   Sat Mar 13 22:31:32 2021 +0100

    vapis: Fix gphoto2 vapi
    
    There was some copy-paste going on there that didn't actually match the
    C structs

 vapi/libgphoto2.vapi | 4 ----
 1 file changed, 4 deletions(-)
---
diff --git a/vapi/libgphoto2.vapi b/vapi/libgphoto2.vapi
index 22f70eed..d1504116 100644
--- a/vapi/libgphoto2.vapi
+++ b/vapi/libgphoto2.vapi
@@ -162,7 +162,6 @@ namespace GPhoto {
         public string type;
         public uint width;
         public uint height;
-        public string name;
         public CameraFilePermissions permissions;
         public time_t mtime;
     }
@@ -179,9 +178,6 @@ namespace GPhoto {
         public string type;
         public uint width;
         public uint height;
-        public string name;
-        public CameraFilePermissions permissions;
-        public time_t mtime;
     }
     
     [CCode (


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]