Skip to content

Commit

Permalink
WIP: Add new ex history command
Browse files Browse the repository at this point in the history
  • Loading branch information
jlebon committed May 3, 2019
1 parent 77302dc commit dd64ffa
Show file tree
Hide file tree
Showing 8 changed files with 1,019 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rust/cbindgen.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ language = "C"
header = "#pragma once\n#include <gio/gio.h>\ntypedef GError RORGError;\ntypedef GHashTable RORGHashTable;"
trailer = """
G_DEFINE_AUTOPTR_CLEANUP_FUNC(RORTreefile, ror_treefile_free)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(RORHistoryCtx, ror_history_ctx_free)
G_DEFINE_AUTO_CLEANUP_CLEAR_FUNC(RORHistoryEntry, ror_history_entry_clear)
"""


Expand Down
Loading

0 comments on commit dd64ffa

Please sign in to comment.