libkcal
icaltypes.h File Reference
#include <time.h>
#include "icalenums.h"
#include "icaltime.h"
#include "icalduration.h"
#include "icalperiod.h"
Include dependency graph for icaltypes.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
struct | icaldatetimeperiodtype |
struct | icalgeotype |
struct | icalreqstattype |
struct | icaltimezonephase |
struct | icaltimezonetype |
struct | icaltriggertype |
Functions | |
const char * | icalreqstattype_as_string (struct icalreqstattype) |
struct icalreqstattype | icalreqstattype_from_string (const char *str) |
void | icaltimezonetype_free (struct icaltimezonetype tzt) |
struct icaltriggertype | icaltriggertype_from_int (const int reltime) |
struct icaltriggertype | icaltriggertype_from_string (const char *str) |
int | icaltriggertype_is_bad_trigger (struct icaltriggertype tr) |
int | icaltriggertype_is_null_trigger (struct icaltriggertype tr) |
Function Documentation
const char* icalreqstattype_as_string | ( | struct icalreqstattype | ) |
struct icalreqstattype icalreqstattype_from_string | ( | const char * | str | ) | [read] |
void icaltimezonetype_free | ( | struct icaltimezonetype | tzt | ) |
struct icaltriggertype icaltriggertype_from_int | ( | const int | reltime | ) | [read] |
struct icaltriggertype icaltriggertype_from_string | ( | const char * | str | ) | [read] |
int icaltriggertype_is_bad_trigger | ( | struct icaltriggertype | tr | ) |
int icaltriggertype_is_null_trigger | ( | struct icaltriggertype | tr | ) |