File tree Expand file tree Collapse file tree 6 files changed +1
-11
lines changed Expand file tree Collapse file tree 6 files changed +1
-11
lines changed Original file line number Diff line number Diff line change 1818
1919open Ctypes
2020open Foreign
21- open Stubs
2221
2322type t
2423
Original file line number Diff line number Diff line change 1616 * along with OCaml-GObject-Introspection. If not, see <http://www.gnu.org/licenses/>.
1717 *)
1818
19- open Ctypes
2019(* * Base_info — Base struct for all GITypelib structs *)
2120
22- open Stubs
21+ open Ctypes
2322
2423type t
2524(* * Base_info is the common base struct of all other *Info structs accessible
Original file line number Diff line number Diff line change 1616 * along with OCaml-GObject-Introspection. If not, see <http://www.gnu.org/licenses/>.
1717 *)
1818
19- open Ctypes
20- open Foreign
21-
2219let all_flags : (int64 * Bindings.GParam.flags) list =
2320 [
2421 (Stubs.GParam. g_param_readable, Bindings.GParam. Readable );
Original file line number Diff line number Diff line change 1616 * along with OCaml-GObject-Introspection. If not, see <http://www.gnu.org/licenses/>.
1717 *)
1818
19- open Ctypes
20- open Foreign
21-
2219let all_flags : (int64 * Bindings.GSignal.flags) list =
2320 [
2421 (Stubs.GSignal. g_signal_run_first, Bindings.GSignal. Run_first );
Original file line number Diff line number Diff line change 1717 *)
1818
1919open Ctypes
20- open Stubs
2120
2221type argument_t
2322
Original file line number Diff line number Diff line change 1919(* * common types *)
2020
2121open Ctypes
22- open Stubs
2322
2423type argument_t
2524
You can’t perform that action at this time.
0 commit comments