mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 15:36:14 +01:00
Document that file_name can be NULL. (#313143, Gustavo Carneiro)
2005-08-15 Matthias Clasen <mclasen@redhat.com> * glib/tmpl/modules.sgml: Document that file_name can be NULL. (#313143, Gustavo Carneiro)
This commit is contained in:
parent
95ffa1e5af
commit
71c21349c3
@ -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)
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user