[glib] gmodule: Two minor g-i annotations fixes



commit 35d5b60b093762f4a5c7bb58051622f81e092ace
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Fri Sep 13 21:16:14 2013 +0200

    gmodule: Two minor g-i annotations fixes

 gmodule/gmodule.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gmodule/gmodule.c b/gmodule/gmodule.c
index 7fe7fa6..ebeacef 100644
--- a/gmodule/gmodule.c
+++ b/gmodule/gmodule.c
@@ -811,7 +811,7 @@ g_module_error (void)
  * g_module_symbol:
  * @module: a #GModule
  * @symbol_name: the name of the symbol to find
- * @symbol: returns the pointer to the symbol value
+ * @symbol: (out): returns the pointer to the symbol value
  *
  * Gets a symbol pointer from a module, such as one exported
  * by #G_MODULE_EXPORT. Note that a valid symbol can be %NULL.
@@ -902,7 +902,7 @@ g_module_name (GModule *module)
 
 /**
  * g_module_build_path:
- * @directory: the directory where the module is. This can be %NULL
+ * @directory: (allow-none): the directory where the module is. This can be %NULL
  *     or the empty string to indicate that the standard platform-specific
  *     directories will be used, though that is not recommended
  * @module_name: the name of the module


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