From a8872c0dbfd750ea66198ab03779281f6f0af54a Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Tue, 8 Apr 2008 00:48:23 +0000 Subject: [PATCH] * doc/libtool.texi (Libltdl interface): Add missing documentation for lt_dlopenavise. Reported by Anton Erti Reported by Olly Betts --- ChangeLog | 6 +++++- doc/libtool.texi | 7 +++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a4750d1fb..88e8390ce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,13 @@ 2008-04-07 Gary V. Vaughan + * doc/libtool.texi (Libltdl interface): Add missing + documentation for lt_dlopenavise. + Reported by Anton Erti + * 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 + Reported by Olly Betts 2008-04-01 Gary V. Vaughan diff --git a/doc/libtool.texi b/doc/libtool.texi index 1bc53ef84..febbd118d 100644 --- a/doc/libtool.texi +++ b/doc/libtool.texi @@ -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. -- 2.47.2