From e6077c30d14e9d662e8843c554db86c0d366d0b6 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 6 Jun 2024 13:44:12 +0900 Subject: Rename str nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/ntqlibrary.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/html/ntqlibrary.html') diff --git a/doc/html/ntqlibrary.html b/doc/html/ntqlibrary.html index 37ca1586f..0527d974e 100644 --- a/doc/html/ntqlibrary.html +++ b/doc/html/ntqlibrary.html @@ -93,7 +93,7 @@ invalid.

See also Plugins.


Member Function Documentation

-

TQLibrary::TQLibrary ( const TQString & filename ) +

TQLibrary::TQLibrary ( const TQString & filename )

Creates a TQLibrary object for the shared library filename. The library will be unloaded in the destructor. @@ -139,14 +139,14 @@ default is TRUE. Returns TRUE if the library is loaded; otherwise returns FALSE.

See also unload(). -

TQString TQLibrary::library () const +

TQString TQLibrary::library () const

Returns the filename of the shared library this TQLibrary object handles, including the platform specific file extension.

For example:

     TQLibrary lib( "mylib" );
-    TQString str = lib.library();
+    TQString str = lib.library();
     
will set str to "mylib.dll" on Windows, and "libmylib.so" on Linux. @@ -235,7 +235,7 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -

void * TQLibrary::resolve ( const TQString & filename, const char * symb ) [static] +

void * TQLibrary::resolve ( const TQString & filename, const char * symb ) [static]

This is an overloaded member function, provided for convenience. It behaves essentially like the above function.

Loads the library filename and returns the address of the -- cgit v1.2.1