summaryrefslogtreecommitdiff
path: root/dbind
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2013-11-20 14:44:45 -0600
committerMike Gorse <mgorse@suse.com>2013-11-20 14:44:45 -0600
commitf021e3ce92d668ac72f30abaa81e7af1c6a373fc (patch)
treef7395d17444634f11e67e18108857a373b17991a /dbind
parentf9775a7e2e4623b6dbe40f5893dacd33ee341816 (diff)
downloadat-spi2-core-f021e3ce92d668ac72f30abaa81e7af1c6a373fc.tar.gz
Fix atspi_text_get_bounded_ranges
Diffstat (limited to 'dbind')
-rw-r--r--dbind/dbind-any.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/dbind/dbind-any.c b/dbind/dbind-any.c
index aa54479a..fdde7b64 100644
--- a/dbind/dbind-any.c
+++ b/dbind/dbind-any.c
@@ -640,6 +640,10 @@ dbind_any_demarshal (DBusMessageIter *iter,
(*type)++;
break;
+ case DBUS_TYPE_VARIANT:
+ /* skip; unimplemented for now */
+ (*type)++;
+ break;
}
case DBUS_TYPE_STRUCT:
case DBUS_TYPE_DICT_ENTRY: