mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-16 16:29:32 -06:00
Add checkoutBranch function. Fix incorrect INCREF of non-Python object.
This commit is contained in:
@@ -14,6 +14,9 @@ typedef struct {
|
||||
|
||||
PyTypeObject pgf_TransactionType;
|
||||
|
||||
PyObject *
|
||||
PGF_checkoutBranch(PGFObject *self, PyObject *args);
|
||||
|
||||
TransactionObject *
|
||||
PGF_newTransaction(PGFObject *self, PyObject *args);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user