]> git.wh0rd.org - fontconfig.git/blobdiff - src/fcint.h
Add binding property to edit element
[fontconfig.git] / src / fcint.h
index 4e67599016dba23497ff01d6d398232ce0b61f20..d80e31243c7dc5325e380b373d0823561aaf317e 100644 (file)
@@ -151,6 +151,7 @@ typedef struct _FcEdit {
     const char     *field;
     FcOp           op;
     FcExpr         *expr;
+    FcValueBinding  binding;
 } FcEdit;
 
 typedef struct _FcSubst {
@@ -515,7 +516,7 @@ void
 FcExprDestroy (FcExpr *e);
 
 FcEdit *
-FcEditCreate (const char *field, FcOp op, FcExpr *expr);
+FcEditCreate (const char *field, FcOp op, FcExpr *expr, FcValueBinding binding);
 
 void
 FcEditDestroy (FcEdit *e);