[shotwell/shotwell-0.30] vapis: Fix gphoto2 vapi



commit 161e0a37612734e84390341dccb229e82447e442
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 29be131a..e1c22467 100644
--- a/vapi/libgphoto2.vapi
+++ b/vapi/libgphoto2.vapi
@@ -161,7 +161,6 @@ namespace GPhoto {
         public char type[64];
         public uint width;
         public uint height;
-        public string name;
         public CameraFilePermissions permissions;
         public time_t mtime;
     }
@@ -178,9 +177,6 @@ namespace GPhoto {
         public char type[64];
         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]