Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ InternStrs(3X) — DeltaWindows 1.3.3 Release 4 Version 4.3

Media Vault

Software Library

Restoration Projects

Artifacts Sought

 

NAME

XmuInternStrings — get the atoms for several property name strings. 

SYNOPSIS

#include <X11/Xmu/Atoms.h>

void XmuInternStrings(d, names, count, atoms)
      Display ∗d;
      String ∗names;
      Cardinal count;
      Atom ∗atoms;

ARGUMENTS

dSpecifies a connection to an X server; returned from XOpenDisplay(). 

namesSpecifies the strings to intern. 

countSpecifies the number of strings. 

atomsReturns the list of Atoms value. 

DESCRIPTION

XmuInternStrings converts a list of property name strings into a list of atoms, possibly by querying the server.  The results are cached, such that subsequent requests do not cause further round-trips to the server.  The caller is responsible for preallocating the array of atoms. 

SEE ALSO

XmuGetAtomName, XmuInternAtom, XmuMakeAtom, XmuNameofAtom. 

Xlib Reference Manual

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026