Parameter
Object Hierarchy:
Description:
This is the ICalParameter instance.
Namespace: ICal
Package: libical-glib
Content:
Creation methods:
- public Parameter (ParameterKind v)
Creates a new Parameter according to the kind type.
- public Parameter.actionparam (ParameterAction v)
Creates a new Parameter according to the action type.
- public Parameter.altrep (string v)
- public Parameter.charset (string v)
- public Parameter.cn (string v)
- public Parameter.cutype (ParameterCutype v)
- public Parameter.delegatedfrom (string v)
- public Parameter.delegatedto (string v)
- public Parameter.dir (string v)
- public Parameter.display (ParameterDisplay value)
- public Parameter.email (string value)
- public Parameter.enable (ParameterEnable v)
Creates a new Parameter according to the enable type.
- public Parameter.encoding (ParameterEncoding v)
Creates a new Parameter according to the encoding type.
- public Parameter.fbtype (ParameterFbtype v)
Creates a new Parameter according to the fbtype type.
- public Parameter.feature (ParameterFeature value)
- public Parameter.filename (string v)
- public Parameter.fmttype (string v)
- public Parameter.from_string (string value)
Creates a Parameter from a string of form "PARAMNAME=VALUE".
- public Parameter.from_value_string (ParameterKind kind, string value)
Creates a new Parameter from just the value, the part after the "="
- public Parameter.iana (string v)
- public Parameter.id (string v)
- public Parameter.label (string value)
- public Parameter.language (string v)
- public Parameter.latency (string v)
- public Parameter.local (ParameterLocal v)
Creates a new Parameter according to the local type.
- public Parameter.localize (string v)
- public Parameter.managedid (string v)
- public Parameter.member (string v)
- public Parameter.modified (string v)
- public Parameter.options (string v)
- public Parameter.partstat (ParameterPartstat v)
Creates a new Parameter according to the partstat type.
- public Parameter.patchaction (ParameterPatchaction value)
- public Parameter.publiccomment (string v)
- public Parameter.range (ParameterRange v)
Creates a new Parameter according to the range type.
- public Parameter.reason (string v)
- public Parameter.related (ParameterRelated v)
Creates a new Parameter according to the related type.
- public Parameter.reltype (ParameterReltype v)
Creates a new Parameter according to the reltype type.
- public Parameter.required (ParameterRequired v)
Creates a new Parameter according to the required type.
- public Parameter.response (int v)
Creates a new Parameter according to the response type.
- public Parameter.role (ParameterRole v)
Creates a new Parameter according to the role type.
- public Parameter.rsvp (ParameterRsvp v)
Creates a new Parameter according to the rsvp type.
- public Parameter.scheduleagent (ParameterScheduleagent v)
Creates a new Parameter according to the scheduleagent type.
- public Parameter.scheduleforcesend (ParameterScheduleforcesend v)
Creates a new Parameter according to the scheduleforcesend type.
- public Parameter.schedulestatus (string v)
- public Parameter.sentby (string v)
- public Parameter.size (string v)
- public Parameter.stayinformed (ParameterStayinformed v)
Creates a new Parameter according to the stayinformed type.
- public Parameter.substate (ParameterSubstate v)
Creates a new Parameter according to the substate type.
- public Parameter.tzid (string v)
- public Parameter.value (ParameterValue v)
Creates a new Parameter according to the value type.
- public Parameter.x (string v)
- public Parameter.xliccomparetype (ParameterXliccomparetype v)
Creates a new Parameter according to the xliccomparetype type.
- public Parameter.xlicerrortype (ParameterXlicerrortype v)
Creates a new Parameter according to the xlicerrortype type.
Methods:
- public string as_ical_string ()
Converts an Parameter to the string representation.
- public Parameter clone ()
Deep clone a Parameter.
- public ParameterAction get_actionparam ()
- public unowned string? get_altrep ()
- public unowned string? get_charset ()
- public unowned string? get_cn ()
- public unowned ParameterCutype? get_cutype ()
- public unowned string? get_delegatedfrom ()
- public unowned string? get_delegatedto ()
- public unowned string? get_dir ()
- public ParameterDisplay get_display ()
- public unowned string? get_email ()
- public ParameterEnable get_enable ()
- public ParameterEncoding get_encoding ()
- public ParameterFbtype get_fbtype ()
- public ParameterFeature get_feature ()
- public unowned string? get_filename ()
- public unowned string? get_fmttype ()
- public unowned string? get_iana ()
- public unowned string? get_iana_name ()
Gets the iana_name property of the native part of the Parameter.
- public unowned string? get_iana_value ()
Gets the iana_value property of the native part of the Parameter.
- public unowned string? get_id ()
- public unowned string? get_label ()
- public unowned string? get_language ()
- public unowned string? get_latency ()
- public ParameterLocal get_local ()
- public unowned string? get_localize ()
- public unowned string? get_managedid ()
- public unowned string? get_member ()
- public unowned string? get_modified ()
- public unowned string? get_options ()
- public Property? get_parent ()
Gets the parent Property of the specified Parameter.
- public ParameterPartstat get_partstat ()
- public ParameterPatchaction get_patchaction ()
- public unowned string? get_publiccomment ()
- public ParameterRange get_range ()
- public unowned string? get_reason ()
- public ParameterRelated get_related ()
- public ParameterReltype get_reltype ()
- public ParameterRequired get_required ()
- public int get_response ()
- public ParameterRole get_role ()
- public ParameterRsvp get_rsvp ()
- public ParameterScheduleagent get_scheduleagent ()
- public ParameterScheduleforcesend get_scheduleforcesend ()
- public unowned string? get_schedulestatus ()
- public unowned string? get_sentby ()
- public unowned string? get_size ()
- public ParameterStayinformed get_stayinformed ()
- public ParameterSubstate get_substate ()
- public unowned string? get_tzid ()
- public ParameterValue get_value ()
- public unowned string? get_x ()
- public ParameterXliccomparetype get_xliccomparetype ()
- public ParameterXlicerrortype get_xlicerrortype ()
- public unowned string? get_xname ()
Gets the xname property of the native part of the Parameter.
- public unowned string? get_xvalue ()
Gets the xvalue property of the native part of the Parameter.
- public int has_same_name (Parameter param2)
Checks whether native parts of two Parameters have the same name.
- public ParameterKind isa ()
Checks the type of a Parameter.
- public int isa_parameter ()
Checks whether the native part of the Parameter is of type icalparameter.
- public void set_actionparam (ParameterAction v)
- public void set_altrep (string v)
- public void set_charset (string v)
- public void set_cn (string v)
- public void set_cutype (ParameterCutype v)
- public void set_delegatedfrom (string v)
- public void set_delegatedto (string v)
- public void set_dir (string v)
- public void set_display (ParameterDisplay value)
- public void set_email (string value)
- public void set_enable (ParameterEnable v)
- public void set_encoding (ParameterEncoding v)
- public void set_fbtype (ParameterFbtype v)
- public void set_feature (ParameterFeature value)
- public void set_filename (string v)
- public void set_fmttype (string v)
- public void set_iana (string v)
- public void set_iana_name (string v)
Sets the iana_name property of the native part of the Parameter.
- public void set_iana_value (string v)
Sets the iana_value property of the native part of the Parameter.
- public void set_id (string v)
- public void set_label (string value)
- public void set_language (string v)
- public void set_latency (string v)
- public void set_local (ParameterLocal v)
- public void set_localize (string v)
- public void set_managedid (string v)
- public void set_member (string v)
- public void set_modified (string v)
- public void set_options (string v)
- public void set_parent (Property? property)
Sets the parent Property of an Parameter.
- public void set_partstat (ParameterPartstat v)
- public void set_patchaction (ParameterPatchaction value)
- public void set_publiccomment (string v)
- public void set_range (ParameterRange v)
- public void set_reason (string v)
- public void set_related (ParameterRelated v)
- public void set_reltype (ParameterReltype v)
- public void set_required (ParameterRequired v)
- public void set_response (int v)
- public void set_role (ParameterRole v)
- public void set_rsvp (ParameterRsvp v)
- public void set_scheduleagent (ParameterScheduleagent v)
- public void set_scheduleforcesend (ParameterScheduleforcesend v)
- public void set_schedulestatus (string v)
- public void set_sentby (string v)
- public void set_size (string v)
- public void set_stayinformed (ParameterStayinformed v)
- public void set_substate (ParameterSubstate v)
- public void set_tzid (string v)
- public void set_value (ParameterValue v)
- public void set_x (string v)
- public void set_xliccomparetype (ParameterXliccomparetype v)
- public void set_xlicerrortype (ParameterXlicerrortype v)
- public void set_xname (string v)
Sets the xname property of the native part of the Parameter.
- public void set_xvalue (string v)
Sets the xvalue property of the native part of the Parameter.
Inherited Members:
All known members inherited from class ICal.Object
All known members inherited from class GLib.Object