From: Matthias Clasen Date: Mon, 15 Aug 2005 18:35:30 +0000 (+0000) Subject: Document that file_name can be NULL. (#313143, Gustavo Carneiro) X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=71c21349c3dfcf242b5c14d12f4c3a640fa1d9de;p=dana%2Fcg-glib.git 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) --- diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 319adbce..e33d39aa 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 0364423b..56aa90d3 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.