mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-26 21:12:50 -06:00
Add bindings for global/abstract flag functions
This commit is contained in:
@@ -14,10 +14,11 @@ typedef struct {
|
||||
|
||||
PyTypeObject pgf_TransactionType;
|
||||
|
||||
PyObject *
|
||||
PGF_checkoutBranch(PGFObject *self, PyObject *args);
|
||||
PyObject *PGF_checkoutBranch(PGFObject *self, PyObject *args);
|
||||
|
||||
TransactionObject *
|
||||
PGF_newTransaction(PGFObject *self, PyObject *args);
|
||||
TransactionObject *PGF_newTransaction(PGFObject *self, PyObject *args);
|
||||
|
||||
PyObject *PGF_getGlobalFlag(PGFObject *self, PyObject *args);
|
||||
PyObject *PGF_getAbstractFlag(PGFObject *self, PyObject *args);
|
||||
|
||||
#endif // PYPGF_TRANSACTIONS_H_
|
||||
|
||||
Reference in New Issue
Block a user