summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2019-03-20 19:28:33 +0100
committerMilan Crha <mcrha@redhat.com>2019-03-20 19:28:33 +0100
commit884a2c0fbeec643fc43b45a73ddb2fa2b07c0597 (patch)
treeb5e3914559d05e5431fd83bd7e8172f3f439e30f
parent1e30c6b4637516f75de877abeb1ffc0483af1f44 (diff)
downloadlibical-git-884a2c0fbeec643fc43b45a73ddb2fa2b07c0597.tar.gz
[libical-glib] Add missing I_CAL_COLOR_PROPERTY enum and functions
-rw-r--r--src/libical-glib/api/i-cal-derived-property.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/libical-glib/api/i-cal-derived-property.xml b/src/libical-glib/api/i-cal-derived-property.xml
index a2310b7b..aba38159 100644
--- a/src/libical-glib/api/i-cal-derived-property.xml
+++ b/src/libical-glib/api/i-cal-derived-property.xml
@@ -32,6 +32,7 @@
<element name="ICAL_CATEGORIES_PROPERTY"/>
<element name="ICAL_CLASS_PROPERTY"/>
<element name="ICAL_CMD_PROPERTY"/>
+ <element name="ICAL_COLOR_PROPERTY"/>
<element name="ICAL_COMMENT_PROPERTY"/>
<element name="ICAL_COMPLETED_PROPERTY"/>
<element name="ICAL_COMPONENTS_PROPERTY"/>
@@ -385,6 +386,21 @@
<parameter type="const gchar *" name="v" comment="The comment."/>
<comment>Set the comment for the #ICalProperty.</comment>
</method>
+ <method name="i_cal_property_get_color" corresponds="icalproperty_get_color" kind="get" since="3.0.5">
+ <parameter type="ICalProperty *" name="prop" comment="The #ICalProperty to be queried."/>
+ <returns type="const gchar *" annotation="transfer none" comment="Get the color property."/>
+ <comment>Get the color property of the @prop.</comment>
+ </method>
+ <method name="i_cal_property_new_color" corresponds="icalproperty_new_color" kind="constructor" since="1.0">
+ <parameter type="const gchar *" name="v" comment="The color."/>
+ <returns type="ICalProperty *" annotation="transfer full" comment="The newly create #ICalProperty"/>
+ <comment xml:space="preserve">Create a new color #ICalProperty.</comment>
+ </method>
+ <method name="i_cal_property_set_color" corresponds="icalproperty_set_color" kind="set" since="1.0">
+ <parameter type="ICalProperty *" name="prop" comment="The #ICalProperty to be set"/>
+ <parameter type="const gchar *" name="v" comment="The color."/>
+ <comment>Set the color for the @prop.</comment>
+ </method>
<method name="i_cal_property_get_comment" corresponds="icalproperty_get_comment" kind="get" since="1.0">
<parameter type="ICalProperty *" name="prop" comment="The #ICalProperty to be queried."/>
<returns type="const gchar *" annotation="transfer none" comment="Get the comment of #ICalProperty."/>