summaryrefslogtreecommitdiffstats
path: root/doc/functions/gnutls_group_get_id
diff options
context:
space:
mode:
Diffstat (limited to 'doc/functions/gnutls_group_get_id')
-rw-r--r--doc/functions/gnutls_group_get_id14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/functions/gnutls_group_get_id b/doc/functions/gnutls_group_get_id
new file mode 100644
index 0000000..bb679cf
--- /dev/null
+++ b/doc/functions/gnutls_group_get_id
@@ -0,0 +1,14 @@
+
+
+
+
+@deftypefun {gnutls_group_t} {gnutls_group_get_id} (const char * @var{name})
+@var{name}: is a group name
+
+The names are compared in a case insensitive way.
+
+@strong{Returns:} return a @code{gnutls_group_t} value corresponding to
+the specified group, or @code{GNUTLS_GROUP_INVALID} on error.
+
+@strong{Since:} 3.6.0
+@end deftypefun