from small one page howto to huge articles all in one place
poll results
Last additions:
May 25th. 2007:
April, 26th. 2006:
| You are here: manpages
XpGetLocaleHinter
Section: XPRINT FUNCTIONS (3Xp) Updated: libXp 1.0.3 Index
Return to Main Contents
NAME
XpGetLocaleHinter - Gets a pointer to and description of the current "locale
hinter" function.
SYNOPSIS
cc [ flag... ] file... -lXp [ library... ]
#include < X11/extensions/Print.h>
char *XpGetLocaleHinter
(
hinter_proc_return
)
XPHinterProc *hinter_proc_return;
ARGUMENTS
- hinter_proc_return
-
Returns a pointer to the current hinter proc.
DESCRIPTION
XpGetLocaleHinter returns the currently installed hinter proc and hinter
description. The function value is the pointer to the description. The caller is
expected to XFree the returned hinter description string.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
|