Libical API Documentation 4.0
Loading...
Searching...
No Matches
byref.c File Reference

A set of function wrappers to handle non-structured return type interop. More...

Functions

void icaltime_current_time_with_zone_ex (const icaltimezone *zone, struct icaltimetype *ret)
 Convenience constructor (ret-wrapped)
 

Detailed Description

A set of function wrappers to handle non-structured return type interop.

Not all programming languages managed or not have support for c-structured return types. To allow interop with these programming languages this file, over time, will contain wrapper functions, That wrap the return type to a "byref" or pointer variable which is used as output.

Function Documentation

◆ icaltime_current_time_with_zone_ex()

void icaltime_current_time_with_zone_ex ( const icaltimezone * zone,
struct icaltimetype * ret )

Convenience constructor (ret-wrapped)

Returns
The current time in the given timezone, as an icaltimetype, in the last parameter.