summaryrefslogtreecommitdiff
path: root/src/dbustypes.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/dbustypes.py')
-rw-r--r--src/dbustypes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbustypes.py b/src/dbustypes.py
index 01b2dda..a0cecbb 100644
--- a/src/dbustypes.py
+++ b/src/dbustypes.py
@@ -29,7 +29,7 @@ class Arg:
self.free_func = 'g_variant_unref'
self.format_in = '@' + self.signature
self.format_out = '@' + self.signature
- if not utils.lookup_annotation(self.annotations, 'org.gtk.GDBus.UseGVariant'):
+ if not utils.lookup_annotation(self.annotations, 'org.gtk.GDBus.C.ForceGVariant'):
if self.signature == 'b':
self.ctype_in_g = 'gboolean '
self.ctype_in = 'gboolean '