If a value for key
in asv
is present, has an integer type used by dbus-glib (guchar, gint, guint, gint64 or
guint64) and is non-negative, return it, and if valid
is not null
, set *valid
to true
.
Otherwise, return 0, and if valid
is not null
, set *valid
to false
.
asv |
A GHashTable where the keys are strings and the values are GValues |
key |
The key to look up |
valid |
Either |
the 64-bit unsigned integer value of |