[folks/fix-ci-after-version-bump] folks-generics: Bump gir_version as well




commit b5d5c7c7cf03168165898ad2e1f6dc3e2377578e
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Mon Feb 15 10:17:03 2021 +0100

    folks-generics: Bump gir_version as well
    
    With the drop of the tracker backend, we bumped the API version.
    However, this version is apparently also hardcoded in
    `folks-generics.vapi`, so this gives build errors.
    
    This commit quickly fixes it by updating the gir_version, but we should
    probably just configure it properly through our build system.
    
    Fixes https://gitlab.gnome.org/GNOME/folks/-/issues/128

 folks/folks-generics.vapi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/folks/folks-generics.vapi b/folks/folks-generics.vapi
index 0f55c989..389025b6 100644
--- a/folks/folks-generics.vapi
+++ b/folks/folks-generics.vapi
@@ -26,7 +26,7 @@
  * GIR to Vala loses the generic types. FIXME: GNOME #639908 would
  * make it possible to go via GIR like tests/lib/telepathy/contactlist does. */
 
-[CCode (gir_namespace = "Folks", gir_version = "0.6")]
+[CCode (gir_namespace = "Folks", gir_version = "0.7")]
 namespace Folks
 {
   [CCode (cheader_filename = "folks/small-set.h")]


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