[evolution-data-server] Introspection: e_source_set_proproperty's property_value param can be null



commit 1f27a7fb4ccc8b119e60c8281a71f1e3309fd959
Author: Raul Gutierrez Segales <rgs collabora co uk>
Date:   Thu Sep 1 17:19:58 2011 +0100

    Introspection: e_source_set_proproperty's property_value param can be null

 libedataserver/e-source.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libedataserver/e-source.c b/libedataserver/e-source.c
index bbcaad4..971ec5a 100644
--- a/libedataserver/e-source.c
+++ b/libedataserver/e-source.c
@@ -1135,7 +1135,7 @@ e_source_get_duped_property (ESource *source,
  * e_source_set_property:
  * @source: an #ESource
  * @property_name: a custom property name
- * @property_value: a new value for the property, or %NULL
+ * @property_value: (allow-none): a new value for the property, or %NULL
  *
  * Create a new custom #ESource property or replaces an existing one.  If
  * @property_value is %NULL, the property is removed from @source.  This



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