Libical API Documentation 4.0 UNRELEASED Go to the stable 3.0 documentation
Loading...
Searching...
No Matches
icalreqstattype Struct Reference

#include <icaltypes.h>

Data Fields

icalrequeststatus code
const char * debug
const char * desc

Detailed Description

A datatype to represent a request status.

This struct contains two string pointers:

  • "desc" string is a pointer to a static table inside the library. Don't try to free it.
  • "debug" string is owned by the icalvalue and should not be freed manually.
Note
get the original string from icalproperty_get_requeststatus() or icalvalue_get_text() when operating on the value of a request_status property.

Definition at line 110 of file icaltypes.h.

Field Documentation

◆ code

icalrequeststatus icalreqstattype::code

the status code "major.minor"

Definition at line 111 of file icaltypes.h.

◆ debug

const char* icalreqstattype::debug

the request status debug string

Definition at line 113 of file icaltypes.h.

◆ desc

const char* icalreqstattype::desc

the request status description

Definition at line 112 of file icaltypes.h.