Searched defs:contained_signature (Results 1 - 1 of 1) sorted by relevance

/external/dbus/dbus/
H A Ddbus-message.c2641 * contained_signature should be the type of the single value inside
2642 * the variant. For structs and dict entries, contained_signature
2644 * the struct. For arrays, contained_signature should be the type of
2652 * @param contained_signature the type of container contents
2659 const char *contained_signature,
2671 contained_signature == NULL) ||
2673 contained_signature == NULL) ||
2675 contained_signature != NULL) ||
2677 contained_signature != NULL), FALSE);
2679 /* this would fail if the contained_signature i
2657 dbus_message_iter_open_container(DBusMessageIter *iter, int type, const char *contained_signature, DBusMessageIter *sub) argument
[all...]

Completed in 93 milliseconds