Method
GioDBusProxyget_cached_property_names
since: 2.26
Declaration [src]
gchar**
g_dbus_proxy_get_cached_property_names (
GDBusProxy* proxy
)
Return value
Type: An array of utf8
A
NULL
-terminated array of strings or NULL
if
proxy
has no cached properties. Free the returned array with g_strfreev().
The array is NULL -terminated. |
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |
The return value can be NULL . |
Each element is a NUL terminated UTF-8 string. |