summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2021-02-15 10:17:03 +0100
committerNiels De Graef <nielsdegraef@gmail.com>2021-02-15 10:25:44 +0100
commitb5d5c7c7cf03168165898ad2e1f6dc3e2377578e (patch)
tree23c320e03f6abe30389327cc88b53aa9b33eb830
parent6e45811c35f13dbd23267da135e45f2aabcdaeaa (diff)
downloadfolks-b5d5c7c7cf03168165898ad2e1f6dc3e2377578e.tar.gz
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
-rw-r--r--folks/folks-generics.vapi2
1 files changed, 1 insertions, 1 deletions
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")]