Class
ICalGLibParameter
unstable since: 4.0
Description [src]
final class ICalGLib.Parameter : ICalGLib.Object
{
/* No available fields */
}
This is the ICalParameter instance.
Available since: 4.0
Constructors
i_cal_parameter_new_delegatedfrom
Creates a new ICalParameter holding DELEGATEDFROM.
unstable since: 4.0
i_cal_parameter_new_delegatedfrom_list
Creates a new ICalParameter holding DELEGATEDFROM.
unstable since: 4.0
i_cal_parameter_new_delegatedto
Creates a new ICalParameter holding DELEGATEDTO.
unstable since: 4.0
i_cal_parameter_new_delegatedto_list
Creates a new ICalParameter holding DELEGATEDTO.
unstable since: 4.0
i_cal_parameter_new_from_string
Creates a ICalParameter from a string of form “PARAMNAME=VALUE”.
since: 1.0
i_cal_parameter_new_from_value_string
Creates a new ICalParameter from just the value, the part after the “=”
since: 1.0
i_cal_parameter_new_full
Create a new libical-glib object from the native libical object and the owner.
since: 1.0
i_cal_parameter_new_patchaction
Creates a new ICalParameter holding PATCHACTION.
unstable since: 3.0.15
i_cal_parameter_new_scheduleforcesend
Creates a new ICalParameter holding SCHEDULEFORCESEND.
since: 1.0
Functions
i_cal_parameter_decode_value
Converts the value according to RFC 6868, changing the value itself.
unstable since: 4.0
i_cal_parameter_enum_from_string
Converts a string representation of a parameter enum to a its numeric value.
unstable since: 4.0
i_cal_parameter_enum_to_string
Converts an integer representation of a parameter enum to a string.
unstable since: 4.0
i_cal_parameter_kind_value_kind
Converts the kind into an ICalValueKind and optionally returns whether the kind is a multivalued parameter.
unstable since: 4.0
Instance methods
i_cal_parameter_get_delegatedfrom_nth
Returns the n-th element of the self of DELEGATEDFROM.
unstable since: 4.0
i_cal_parameter_get_delegatedfrom_size
Returns number of elements in the self of DELEGATEDFROM.
unstable since: 4.0
i_cal_parameter_get_delegatedto_nth
Returns the n-th element of the self of DELEGATEDTO.
unstable since: 4.0
i_cal_parameter_get_delegatedto_size
Returns number of elements in the self of DELEGATEDTO.
unstable since: 4.0
i_cal_parameter_get_display_nth
Returns the n-th element of the self of DISPLAY.
unstable since: 4.0
i_cal_parameter_get_display_size
Returns number of elements in the self of DISPLAY.
unstable since: 4.0
i_cal_parameter_get_feature_nth
Returns the n-th element of the self of FEATURE.
unstable since: 4.0
i_cal_parameter_get_feature_size
Returns number of elements in the self of FEATURE.
unstable since: 4.0
i_cal_parameter_get_iana_name
Gets the iana_name property of the native part of the ICalParameter.
since: 1.0
i_cal_parameter_get_iana_value
Gets the iana_value property of the native part of the ICalParameter.
since: 1.0
i_cal_parameter_get_member_size
Returns number of elements in the self of MEMBER.
unstable since: 4.0
i_cal_parameter_get_xname
Gets the xname property of the native part of the ICalParameter.
since: 1.0
i_cal_parameter_get_xvalue
Gets the xvalue property of the native part of the ICalParameter.
since: 1.0
i_cal_parameter_has_same_name
Checks whether native parts of two ICalParameters have the same name.
since: 1.0
i_cal_parameter_is_multivalued
Returns whether the param is a multivalued parameter.
unstable since: 4.0
i_cal_parameter_isa_parameter
Checks whether the native part of the ICalParameter is of type icalparameter.
since: 1.0
i_cal_parameter_remove_delegatedfrom
Removes a string from the self of DELEGATEDFROM.
unstable since: 4.0
i_cal_parameter_remove_delegatedto
Removes a string from the self of DELEGATEDTO.
unstable since: 4.0
i_cal_parameter_set_iana_name
Sets the iana_name property of the native part of the ICalParameter.
since: 1.0
i_cal_parameter_set_iana_value
Sets the iana_value property of the native part of the ICalParameter.
since: 1.0
i_cal_parameter_set_xname
Sets the xname property of the native part of the ICalParameter.
since: 1.0
i_cal_parameter_set_xvalue
Sets the xvalue property of the native part of the ICalParameter.
since: 1.0
Methods inherited from ICalObject (12)
i_cal_object_add_depender
Adds a depender into the list of objects which should not be destroyed before
this iobject. It’s usually used for cases where the iobject uses native libical
structure from the depender. The depender is referenced. It’s illegal to try
to add one depender multiple times.
since: 1.0
i_cal_object_get_always_destroy
Obtain the ICalObject::always-destroy property value.
unstable since: 3.0.11
i_cal_object_get_is_global_memory
Obtains whether the native libical structure is a global shared memory, thus should not be destroyed. This can be set only during construction time.
since: 1.0
i_cal_object_get_native
Obtain native libical structure pointer associated with this iobject.
since: 1.0
i_cal_object_get_native_destroy_func
Obtain a pointer to a function responsible to free the libical native structure.
since: 1.0
i_cal_object_ref_owner
Obtain current owner of the native libical structure. The returned pointer, if not NULL, is referenced for thread safety. Unref it with g_object_unref when done with it.
since: 1.0
i_cal_object_remove_depender
Removes a depender from the list of objects which should not be destroyed before
this iobject, previously added with i_cal_object_add_depender(). It’s illegal to try
to remove the depender which is not in the internal list.
since: 1.0
i_cal_object_remove_owner
Unref and remove the owner.
since: 1.0
i_cal_object_set_always_destroy
Sets the ICalObject::always-destroy property value. When TRUE, the native
libical structure is always freed, even when an owner of the iobject is set.
unstable since: 3.0.11
i_cal_object_set_native_destroy_func
Sets a function to be used to destroy the native libical structure.
since: 1.0
i_cal_object_set_owner
Sets an owner of the native libical structure, that is an object responsible for a destroy of the native libical structure.
since: 1.0
i_cal_object_steal_native
Obtain native libical structure pointer associated with this iobject and sets the one
at iobject to NULL, thus it’s invalid since now on.
since: 1.0
Properties
Properties inherited from ICalObject (5)
ICalGLib.Object:always-destroy
Whether free the native libical structure on ICalObject‘s finalize even
if the object has set an owner.
unstable since: 3.0.11
ICalGLib.Object:is-global-memory
Whether the native libical structure is from a global shared memory.
If TRUE, then it is not freed on ICalObject‘s finalize.
unstable since: 4.0
ICalGLib.Object:native
The native libical structure for this ICalObject.
unstable since: 4.0
ICalGLib.Object:native-destroy-func
GDestroyNotify function to use to destroy the native libical pointer.
unstable since: 4.0
ICalGLib.Object:owner
Owner of the native libical structure. If set, then it is responsible for a free of the native libical structure.
unstable since: 4.0
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.
since: 2.0