summaryrefslogtreecommitdiff
path: root/glib/src/datetime.hg
diff options
context:
space:
mode:
Diffstat (limited to 'glib/src/datetime.hg')
-rw-r--r--glib/src/datetime.hg5
1 files changed, 4 insertions, 1 deletions
diff --git a/glib/src/datetime.hg b/glib/src/datetime.hg
index 601d9770..82bcd56f 100644
--- a/glib/src/datetime.hg
+++ b/glib/src/datetime.hg
@@ -95,6 +95,7 @@ public:
* TimeSpan that is returned is effectively @a *this - @a other.
*
* @newin{2,26}
+ *
* @param other The other DateTime.
* @return The difference between the two DateTime, as a time
* span expressed in microseconds.
@@ -106,6 +107,7 @@ public:
* as a CompareFunc.
*
* @newin{2,26}
+ *
* @param other The DateTime to compare with.
* @return -1, 0 or 1 if @a *this is less than, equal to or greater
* than @a other.
@@ -120,6 +122,7 @@ public:
* them to the same time zone.
*
* @newin{2,26}
+ *
* @param other The DateTime to compare with.
* @return <tt>true</tt> if @a *this and @a other are equal.
*/
@@ -146,7 +149,7 @@ public:
_WRAP_METHOD(DateTime to_timezone(const TimeZone& tz) const, g_date_time_to_timezone)
_WRAP_METHOD(DateTime to_local() const, g_date_time_to_local)
_WRAP_METHOD(DateTime to_utc() const, g_date_time_to_utc)
- _WRAP_METHOD(Glib::ustring format(const Glib::ustring& format) const, g_date_time_format)
+ _WRAP_METHOD(Glib::ustring format(const Glib::ustring& format_str) const, g_date_time_format)
};
} // namespace Glib