summaryrefslogtreecommitdiff
path: root/libsoup/soup-date.c
diff options
context:
space:
mode:
authorAndreas Rottmann <a.rottmann@gmx.at>2010-04-26 21:16:32 +0200
committerAndreas Rottmann <a.rottmann@gmx.at>2010-04-26 23:18:46 +0200
commit0c4a6322906ec5bfe595dda5c06ec06c29876c2c (patch)
tree3b39dcd7aa89ac3b3ec9db987210f4eec264cafd /libsoup/soup-date.c
parent480b6b77465515b0293367f993ce1300a0c7cb28 (diff)
downloadlibsoup-0c4a6322906ec5bfe595dda5c06ec06c29876c2c.tar.gz
Add gobject-introspection support
- Detect gobject-introspection (g-i) in configure, using the M4 macro from the newly-added introspection.m4. This adds gobject-introspection as a new *optional* build dependency. - Integrate the generation of .gir and .typelib files into the build build process. - Add the annotations from gir-repository to the source code. - Include annotation glossary in "Reference Manual" main file. See <https://bugzilla.gnome.org/show_bug.cgi?id=576595>.
Diffstat (limited to 'libsoup/soup-date.c')
-rw-r--r--libsoup/soup-date.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsoup/soup-date.c b/libsoup/soup-date.c
index 22797868..5509af83 100644
--- a/libsoup/soup-date.c
+++ b/libsoup/soup-date.c
@@ -722,7 +722,7 @@ soup_date_to_time_t (SoupDate *date)
/**
* soup_date_to_timeval:
* @date: a #SoupDate
- * @time: a #GTimeVal structure in which to store the converted time.
+ * @time: (out): a #GTimeVal structure in which to store the converted time.
*
* Converts @date to a #GTimeVal.
*