Document that file_name can be NULL. (#313143, Gustavo Carneiro)
authorMatthias Clasen <mclasen@redhat.com>
Mon, 15 Aug 2005 18:35:30 +0000 (18:35 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 15 Aug 2005 18:35:30 +0000 (18:35 +0000)
2005-08-15  Matthias Clasen  <mclasen@redhat.com>

* glib/tmpl/modules.sgml: Document that file_name can
be NULL.  (#313143, Gustavo Carneiro)

docs/reference/ChangeLog
docs/reference/glib/tmpl/modules.sgml

index 319adbceb2b64825922bb2985daa3e30682094c9..e33d39aadb484736102978f91a4be9f236a3122c 100644 (file)
@@ -1,5 +1,8 @@
 2005-08-15  Matthias Clasen  <mclasen@redhat.com>
 
+       * 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)
index 0364423b5dd1bd904c74ad211ef5441da8cb6a0f..56aa90d3515f04bd792e4eeb8a19d927cac7c488 100644 (file)
@@ -152,7 +152,8 @@ appended and g_module_open() tries to open the corresponding module. If
 eventually that fails as well, %NULL is returned.
 </para>
 
-@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.