|
Libical API Documentation 4.0 UNRELEASED Go to the stable 3.0 documentation
|
Defines the interface for getting/setting internal library limits. More...
Go to the source code of this file.
Functions | |
| size_t | icallimit_get (icallimits_kind kind) |
| void | icallimit_set (icallimits_kind kind, size_t limit) |
Defines the interface for getting/setting internal library limits.
Definition in file icallimits.h.
| enum icallimits_kind |
The types of limits
Definition at line 21 of file icallimits.h.
| size_t icallimit_get | ( | icallimits_kind | kind | ) |
Gets the value for the corresponding internal library limit.
| kind | is the icallimits_kind of limit to get. |
kind" Definition at line 29 of file icallimits.c.
| void icallimit_set | ( | icallimits_kind | kind, |
| size_t | limit ) |
Sets the value for the corresponding internal library limit.
| kind | is the icallimits_kind of limit to set. |
| limit | is the limit value. Use SIZE_MAX (i.e. maximum value of size_t) to set an unlimited value. |
Definition at line 58 of file icallimits.c.