Table of 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.


Table of Contents