Skip to content

Commit

Permalink
lepton: Make a couple of LeptonToplevel's accessors available for Sch…
Browse files Browse the repository at this point in the history
…eme FFI
  • Loading branch information
vzh committed May 24, 2024
1 parent 1d66631 commit 2f7df3d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion liblepton/scheme/lepton/ffi.scm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
;;; Lepton EDA library - Scheme API
;;; Copyright (C) 2020-2023 Lepton EDA Contributors
;;; Copyright (C) 2020-2024 Lepton EDA Contributors
;;;
;;; This program is free software; you can redistribute it and/or modify
;;; it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -336,6 +336,9 @@
lepton_toplevel_get_pages
lepton_toplevel_goto_page
lepton_toplevel_init_autosave
lepton_toplevel_get_rc_list
lepton_toplevel_set_rc_list
lepton_toplevel_rc_list_add
lepton_toplevel_search_page

lepton_object_list_delete
Expand Down Expand Up @@ -411,6 +414,9 @@
(define-lff lepton_toplevel_get_pages '* '(*))
(define-lff lepton_toplevel_goto_page void '(* *))
(define-lff lepton_toplevel_init_autosave void '(*))
(define-lff lepton_toplevel_get_rc_list '* '(*))
(define-lff lepton_toplevel_set_rc_list void '(* *))
(define-lff lepton_toplevel_rc_list_add void '(* *))
(define-lff lepton_toplevel_search_page '* '(* *))

;;; g_rc.c
Expand Down

0 comments on commit 2f7df3d

Please sign in to comment.