mark as private at this moment
This commit is contained in:
parent
dbda117142
commit
f6d61c9bee
|
@ -517,9 +517,6 @@ FcValuePrint (const FcValue v);
|
||||||
FcPublic void
|
FcPublic void
|
||||||
FcPatternPrint (const FcPattern *p);
|
FcPatternPrint (const FcPattern *p);
|
||||||
|
|
||||||
FcPublic void
|
|
||||||
FcPatternPrint2 (FcPattern *p1, FcPattern *p2, const FcObjectSet *os);
|
|
||||||
|
|
||||||
FcPublic void
|
FcPublic void
|
||||||
FcFontSetPrint (const FcFontSet *s);
|
FcFontSetPrint (const FcFontSet *s);
|
||||||
|
|
||||||
|
|
|
@ -794,6 +794,9 @@ FcSubstPrint (const FcSubst *subst);
|
||||||
FcPrivate void
|
FcPrivate void
|
||||||
FcCharSetPrint (const FcCharSet *c);
|
FcCharSetPrint (const FcCharSet *c);
|
||||||
|
|
||||||
|
FcPrivate void
|
||||||
|
FcPatternPrint2 (FcPattern *p1, FcPattern *p2, const FcObjectSet *os);
|
||||||
|
|
||||||
extern FcPrivate int FcDebugVal;
|
extern FcPrivate int FcDebugVal;
|
||||||
|
|
||||||
#define FcDebug() (FcDebugVal)
|
#define FcDebug() (FcDebugVal)
|
||||||
|
|
Loading…
Reference in New Issue