Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当键不是字符串类型(即键是整数)时,是否有 g_variant_lookup_value 的替代方法?
我有一个函数,它需要一个像 GVariant * 这样的“a{ias}”字典。我想获取与一个键(这是一个 int 值)相关的字符串数组。
我不知道 glib 中已经内置了任何内容(尽管我对 GVariant API 不是很熟悉),但是查看g_variant_lookup_value 实现,在您的代码中创建一个行为类似的修改版本将是微不足道的。