blob: 277029d7849c0db849b020693bf1f8f5758dd63d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
@deftypefun {int} {gnutls_pkcs12_bag_get_count} (gnutls_pkcs12_bag_t @var{bag})
@var{bag}: The bag
This function will return the number of the elements within the bag.
@strong{Returns:} Number of elements in bag, or an negative error code on
error.
@end deftypefun
|