From 71c21349c3dfcf242b5c14d12f4c3a640fa1d9de Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 15 Aug 2005 18:35:30 +0000 Subject: [PATCH] Document that file_name can be NULL. (#313143, Gustavo Carneiro) 2005-08-15 Matthias Clasen * glib/tmpl/modules.sgml: Document that file_name can be NULL. (#313143, Gustavo Carneiro) --- docs/reference/ChangeLog | 3 +++ docs/reference/glib/tmpl/modules.sgml | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 319adbceb..e33d39aad 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,5 +1,8 @@ 2005-08-15 Matthias Clasen + * glib/tmpl/modules.sgml: Document that file_name can + be NULL. (#313143, Gustavo Carneiro) + * glib/tmpl/linked_lists_single.sgml: * glib/tmpl/linked_lists_double.sgml: Clarify docs a little. (#311727, Tristan van Berkom) diff --git a/docs/reference/glib/tmpl/modules.sgml b/docs/reference/glib/tmpl/modules.sgml index 0364423b5..56aa90d35 100644 --- a/docs/reference/glib/tmpl/modules.sgml +++ b/docs/reference/glib/tmpl/modules.sgml @@ -152,7 +152,8 @@ appended and g_module_open() tries to open the corresponding module. If eventually that fails as well, %NULL is returned. -@file_name: the name of the file containing the module. +@file_name: the name of the file containing the module, or %NULL to obtain + a #GModule representing the main program itself. @flags: the flags used for opening the module. This can be the logical OR of any of the #GModuleFlags. @Returns: a #GModule on success, or %NULL on failure.