diff options
Diffstat (limited to 'doc/functions/gnutls_pkcs12_bag_get_count')
-rw-r--r-- | doc/functions/gnutls_pkcs12_bag_get_count | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/functions/gnutls_pkcs12_bag_get_count b/doc/functions/gnutls_pkcs12_bag_get_count new file mode 100644 index 0000000..277029d --- /dev/null +++ b/doc/functions/gnutls_pkcs12_bag_get_count @@ -0,0 +1,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 |