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 319adbc..e33d39a 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 0364423..56aa90d 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.