[glib/glib-2-30] timeval: add introspection annotations to g_time_val_from_iso8601()



commit 24dc57e0f9dd26dda7e7106d2fb339f5a9f2d5f2
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Sat Sep 10 00:35:09 2011 -0400

    timeval: add introspection annotations to g_time_val_from_iso8601()
    
    The GTimeVal argument is missing an (out) annotations.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=658692

 glib/gtimer.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glib/gtimer.c b/glib/gtimer.c
index 970ad2c..7c2d415 100644
--- a/glib/gtimer.c
+++ b/glib/gtimer.c
@@ -328,7 +328,7 @@ mktime_utc (struct tm *tm)
 /**
  * g_time_val_from_iso8601:
  * @iso_date: an ISO 8601 encoded date string
- * @time_: a #GTimeVal
+ * @time_: (out): a #GTimeVal
  *
  * Converts a string containing an ISO 8601 encoded date and time
  * to a #GTimeVal and puts it into @time_.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]