Top | ![]() |
![]() |
![]() |
![]() |
gint *
i_cal_langbind_new_array (gint size
);
Create a new array with specified size.
Since 1.0
gint i_cal_langbind_access_array (gint *array
,gint index
);
Array accesser
Since 1.0
ICalParameter *
i_cal_langbind_get_first_parameter (ICalProperty *prop
);
Get the first ICalParameter in the ICalProperty
Since 1.0
ICalParameter *
i_cal_langbind_get_next_parameter (ICalProperty *prop
);
Get the next ICalParameter in theICalProperty
Since 1.0
ICalProperty * i_cal_langbind_get_first_property (ICalComponent *c
,const gchar *prop
);
Get the first property with the target name.
Since 1.0
ICalProperty * i_cal_langbind_get_next_property (ICalComponent *c
,const gchar *prop
);
Get the next property with the target name.
Since 1.0
ICalComponent * i_cal_langbind_get_first_component (ICalComponent *c
,const gchar *comp
);
Get the first component with the target name.
Since 1.0
ICalComponent * i_cal_langbind_get_next_component (ICalComponent *c
,const gchar *comp
);
Get the next component with the target name.
Since 1.0
gchar * i_cal_langbind_property_eval_string_r (ICalProperty *prop
,gchar *sep
);
Translate the ICalProperty into the string representation.
Since 1.0
gint
i_cal_langbind_string_to_open_flag (const gchar *str
);
Translate a string into the enum for the file open mode
Since 1.0