summaryrefslogtreecommitdiff
path: root/src/libical-glib/api
diff options
context:
space:
mode:
Diffstat (limited to 'src/libical-glib/api')
-rw-r--r--src/libical-glib/api/i-cal-memory.xml4
-rw-r--r--src/libical-glib/api/i-cal-property.xml2
-rw-r--r--src/libical-glib/api/i-cal-recur.xml6
3 files changed, 6 insertions, 6 deletions
diff --git a/src/libical-glib/api/i-cal-memory.xml b/src/libical-glib/api/i-cal-memory.xml
index ffb2cac0..4bf241f5 100644
--- a/src/libical-glib/api/i-cal-memory.xml
+++ b/src/libical-glib/api/i-cal-memory.xml
@@ -43,14 +43,14 @@
<parameter type="gchar **" name="pos" annotation="array, element-type gchar, inout" comment="The position at which the new string to be appended"/>
<parameter type="size_t *" name="buf_size" comment="The size of the buffer before appended"/>
<parameter type="const gchar *" name="str" comment="The string to be allocated"/>
- <comment xml:space="preserve">Appends the string to the buffer. Only use them on normally allocated memory, or on buffers created from icalmemory_new_buffer, never with buffers created by icalmemory_tmp_buffer. If icalmemory_append_string has to resize a buffer on the ring, the ring will loose track of it an you will have memory problems.</comment>
+ <comment xml:space="preserve">Appends the string to the buffer. Only use them on normally allocated memory, or on buffers created from icalmemory_new_buffer, never with buffers created by icalmemory_tmp_buffer. If icalmemory_append_string has to resize a buffer on the ring, the ring will loose track of it and you will have memory problems.</comment>
</method>
<method name="i_cal_memory_append_char" corresponds="icalmemory_append_char" since="1.0">
<parameter type="gchar **" name="buf" annotation="array length=buf_size, element-type gchar, inout" comment="The buffer to be appended. It should not be the memory in ical."/>
<parameter type="gchar **" name="pos" annotation="array, element-type gchar, inout" comment="The position at which the new string to be appended"/>
<parameter type="size_t *" name="buf_size" comment="The size of the buffer before appended"/>
<parameter type="gchar" name="ch" comment="The character to be allocated"/>
- <comment xml:space="preserve">Append the character to the buffer. Only use them on normally allocated memory, or on buffers created from icalmemory_new_buffer, never with buffers created by icalmemory_tmp_buffer. If icalmemory_append_string has to resize a buffer on the ring, the ring will loose track of it an you will have memory problems.</comment>
+ <comment xml:space="preserve">Append the character to the buffer. Only use them on normally allocated memory, or on buffers created from icalmemory_new_buffer, never with buffers created by icalmemory_tmp_buffer. If icalmemory_append_string has to resize a buffer on the ring, the ring will loose track of it and you will have memory problems.</comment>
</method>
<method name="i_cal_memory_strdup" corresponds="icalmemory_strdup" since="1.0">
<parameter type="const gchar *" name="s" comment="The string to be cloned"/>
diff --git a/src/libical-glib/api/i-cal-property.xml b/src/libical-glib/api/i-cal-property.xml
index 5e874b66..78533dd7 100644
--- a/src/libical-glib/api/i-cal-property.xml
+++ b/src/libical-glib/api/i-cal-property.xml
@@ -219,7 +219,7 @@
<parameter type="const gint" name="kind" comment="The kind"/>
<parameter type="const gchar *" name="str" comment="A string"/>
<returns type="gint" comment="The enum."/>
- <comment xml:space="preserve">Converts a integer and string into an enum.</comment>
+ <comment xml:space="preserve">Converts an integer and string into an enum.</comment>
</method>
<method name="i_cal_property_status_from_string" corresponds="icalproperty_string_to_status" since="1.0">
<parameter type="const gchar *" name="str" comment="A string"/>
diff --git a/src/libical-glib/api/i-cal-recur.xml b/src/libical-glib/api/i-cal-recur.xml
index e1d689b4..26b28e42 100644
--- a/src/libical-glib/api/i-cal-recur.xml
+++ b/src/libical-glib/api/i-cal-recur.xml
@@ -36,7 +36,7 @@
<method name="i_cal_recurrence_weekday_to_string" corresponds="icalrecur_weekday_to_string" since="2.0">
<parameter type="ICalRecurrenceWeekday" name="kind" comment="The frequency enum"/>
<returns type="const gchar *" comment="The string representation of weekday"/>
- <comment xml:space="preserve">Converts a enum representation to a string representation for the weekday.</comment>
+ <comment xml:space="preserve">Converts an enum representation to a string representation for the weekday.</comment>
</method>
<method name="i_cal_recurrence_frequency_from_string" corresponds="icalrecur_string_to_freq" since="2.0">
<parameter type="const gchar *" name="str" comment="The string representation of the frequency"/>
@@ -46,7 +46,7 @@
<method name="i_cal_recurrence_frequency_to_string" corresponds="icalrecur_freq_to_string" since="2.0">
<parameter type="ICalRecurrenceFrequency" name="kind" comment="The frequency enum"/>
<returns type="const gchar *" comment="The string representation of frequency"/>
- <comment xml:space="preserve">Converts a enum representation to a string representation for the frequency.</comment>
+ <comment xml:space="preserve">Converts an enum representation to a string representation for the frequency.</comment>
</method>
<method name="i_cal_recurrence_skip_from_string" corresponds="icalrecur_string_to_skip" since="2.0">
<parameter type="const gchar *" name="str" comment="The string representation of the skip"/>
@@ -56,6 +56,6 @@
<method name="i_cal_recurrence_skip_to_string" corresponds="icalrecur_skip_to_string" since="2.0">
<parameter type="ICalRecurrenceSkip" name="kind" comment="The frequency enum"/>
<returns type="const gchar *" comment="The string representation of skip"/>
- <comment xml:space="preserve">Converts a enum representation to a string representation for the skip.</comment>
+ <comment xml:space="preserve">Converts an enum representation to a string representation for the skip.</comment>
</method>
</structure>