FcLangSetHash.3 revision a6844aab
1.\\" auto-generated by docbook2man-spec $Revision: 1.1.1.2 $
2.TH "FcLangSetHash" "3" "18 November 2009" "" ""
3.SH NAME
4FcLangSetHash \- return a hash value for a langset
5.SH SYNOPSIS
6.nf
7\fB#include <fontconfig.h>
8.sp
9FcChar32 FcLangSetHash(const FcLangSet *\fIls\fB);
10\fR.fi
11.SH "DESCRIPTION"
12.PP
13This function returns a value which depends solely on the languages
14supported by \fIls\fR\&. Any language which equals
15\fIls\fR will have the same result from
16\fBFcLangSetHash\fR\&. However, two langsets with the same hash
17value may not be equal.
18.SH "VERSION"
19.PP
20Fontconfig version 2.8.0
21