Skip to content

Commit

Permalink
add qof-session-destroy
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherlam committed Oct 7, 2023
1 parent 5bf52ca commit f510720
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bindings/engine.i
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
#include "SX-book.h"
#include "gnc-kvp-guile.h"
#include "glib-guile.h"
#include "qofsession.h"

#include "gncAddress.h"
#include "gncBillTerm.h"
Expand Down Expand Up @@ -200,6 +201,7 @@ QofSession * qof_session_new (QofBook* book);
QofBook * qof_session_get_book (QofSession *session);
// TODO: Unroll/remove
const char *qof_session_get_url (QofSession *session);
void qof_session_destroy (QofSession *session);

%ignore qof_print_date_time_buff;
%ignore gnc_tm_free;
Expand Down

0 comments on commit f510720

Please sign in to comment.