函数
GLibVariantnew_object_path
自:2.24
声明 [source]
GVariant*
g_variant_new_object_path (
const gchar* object_path
)
描述 [source]
创建一个包含 object_path
内容的 D-Bus 对象路径 GVariant
。 object_path
必须是有效的 D-Bus 对象路径。如果不确定,请使用 g_variant_is_object_path()
。
自 2.24 以来可用
返回值
类型: GVariant
一个对新对象路径 GVariant
实例的浮动引用。
数据由被调用的函数拥有。 |