]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* doc/libtool.texi (Libltdl interface): Add missing
authorGary V. Vaughan <gary@gnu.org>
Tue, 8 Apr 2008 00:48:23 +0000 (00:48 +0000)
committerGary V. Vaughan <gary@gnu.org>
Tue, 8 Apr 2008 00:48:23 +0000 (00:48 +0000)
documentation for lt_dlopenavise.
Reported by Anton Erti <anton@mips.complang.tuwien.ac.at>

Reported by Olly Betts <olly@survex.com>

ChangeLog
doc/libtool.texi

index a4750d1fb1bdb81bf485fbb894c76992f23b3231..88e8390ceff0f2dd9c452ffa74f50dd35778a1cd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,13 @@
 2008-04-07  Gary V. Vaughan  <gary@gnu.arg>
 
+       * doc/libtool.texi (Libltdl interface): Add missing
+       documentation for lt_dlopenavise.
+       Reported by Anton Erti <anton@mips.complang.tuwien.ac.at>
+
        * configure.ac, libltdl/configure.ac (AM_INIT_AUTOMAKE): Use
        gnu rather than gnits standards so that version number 2.2.3a
        is not rejected!
-       Repoted by Olly Betts  <olly@survex.com>
+       Reported by Olly Betts <olly@survex.com>
 
 2008-04-01  Gary V. Vaughan  <gary@gnu.arg>
 
index 1bc53ef846e2ef37aef13aa13a8c289517c6d30f..febbd118d94c84df1c0a2dc56b7e83a6a575ff0d 100644 (file)
@@ -3685,6 +3685,13 @@ to be able to @code{dlopen} such libraries as well as libtool modules
 transparently.
 @end deftypefun
 
+@deftypefun lt_dlhandle lt_dlopenadvise (const char *@var{filename}, @w{lt_dladvise *@var{advise}})
+The same as @code{lt_dlopen}, except that it also requires an additional
+argument which may contain additional hints to the underlying system
+module loader.  The @var{advise} parameter is opaque and can only be
+accessed with the functions documented below.
+@end deftypefun
+
 @deftypefun int lt_dladvise_init (lt_dladvise *@var{advise})
 The @var{advise} parameter can be used to pass hints to the module
 loader when using @code{lt_dlopenadvise} to perform the loading.