democracy 0.0.56
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of democracy might be problematic. Click here for more details.
- checksums.yaml +7 -0
- data/LIBERTY +310 -0
- data/README +310 -0
- data/README2 +14 -0
- data/READ_THIS_TO_CHANGE_THINGS +310 -0
- data/Resume.pdf +0 -0
- data/Ruby Installer.exe +0 -0
- data/VERSION_NUMBER +1 -0
- data/WE_NEEDNT_BE_ENSLAVED +310 -0
- data/_.html +460 -0
- data/__index.html +11 -0
- data/a.html +21 -0
- data/ac +73 -0
- data/all_code.cpp +280 -0
- data/all_code.js +30 -0
- data/app_topics +93 -0
- data/background.jpg +0 -0
- data/better_string +26 -0
- data/bin/abs +0 -0
- data/bin/ac +34 -0
- data/bin/add +0 -0
- data/bin/append +14 -0
- data/bin/args +0 -0
- data/bin/autorequire +85 -0
- data/bin/big_num +155 -0
- data/bin/black +0 -0
- data/bin/blue +0 -0
- data/bin/bold +0 -0
- data/bin/c_repl +76 -0
- data/bin/close +3 -0
- data/bin/copy +0 -0
- data/bin/count +0 -0
- data/bin/cpy +0 -0
- data/bin/cyan +0 -0
- data/bin/democracyinstall.exe +0 -0
- data/bin/div +0 -0
- data/bin/down_all_links +50 -0
- data/bin/dump +0 -0
- data/bin/email +127 -0
- data/bin/emerald-browser +0 -0
- data/bin/emoji +176 -0
- data/bin/executable +1 -0
- data/bin/exp +0 -0
- data/bin/files +0 -0
- data/bin/floor +0 -0
- data/bin/foreach +49 -0
- data/bin/g+ +557 -0
- data/bin/get_all_links +11 -0
- data/bin/github +55 -0
- data/bin/green +0 -0
- data/bin/gsearch +159 -0
- data/bin/gsub +0 -0
- data/bin/gsub_in_place +0 -0
- data/bin/last_nth +0 -0
- data/bin/lines +0 -0
- data/bin/magenta +0 -0
- data/bin/mkfile +47 -0
- data/bin/mul +0 -0
- data/bin/nth +0 -0
- data/bin/open +0 -0
- data/bin/play +0 -0
- data/bin/prepend +14 -0
- data/bin/processes +3 -0
- data/bin/qt_download +21 -0
- data/bin/record +121 -0
- data/bin/red +0 -0
- data/bin/replace_in_place +0 -0
- data/bin/replace_not_in_place +0 -0
- data/bin/selectlines +0 -0
- data/bin/sort_in_place +0 -0
- data/bin/splitfiles +16 -0
- data/bin/squeeze +17 -0
- data/bin/string +161 -0
- data/bin/strip_extensions +13 -0
- data/bin/sub +0 -0
- data/bin/t +63 -0
- data/bin/tracefile +555 -0
- data/bin/underline +0 -0
- data/bin/undump +0 -0
- data/bin/viu +0 -0
- data/bin/white +0 -0
- data/bin/yellow +0 -0
- data/bin/youtube_video +45 -0
- data/bin/youtube_video2 +45 -0
- data/code.js +28490 -0
- data/crystal-gobject/.git/HEAD +1 -0
- data/crystal-gobject/.git/config +11 -0
- data/crystal-gobject/.git/description +1 -0
- data/crystal-gobject/.git/hooks/applypatch-msg.sample +15 -0
- data/crystal-gobject/.git/hooks/commit-msg.sample +24 -0
- data/crystal-gobject/.git/hooks/fsmonitor-watchman.sample +109 -0
- data/crystal-gobject/.git/hooks/post-update.sample +8 -0
- data/crystal-gobject/.git/hooks/pre-applypatch.sample +14 -0
- data/crystal-gobject/.git/hooks/pre-commit.sample +49 -0
- data/crystal-gobject/.git/hooks/pre-merge-commit.sample +13 -0
- data/crystal-gobject/.git/hooks/pre-push.sample +53 -0
- data/crystal-gobject/.git/hooks/pre-rebase.sample +169 -0
- data/crystal-gobject/.git/hooks/pre-receive.sample +24 -0
- data/crystal-gobject/.git/hooks/prepare-commit-msg.sample +42 -0
- data/crystal-gobject/.git/hooks/update.sample +128 -0
- data/crystal-gobject/.git/index +0 -0
- data/crystal-gobject/.git/info/exclude +6 -0
- data/crystal-gobject/.git/logs/HEAD +1 -0
- data/crystal-gobject/.git/logs/refs/heads/main +1 -0
- data/crystal-gobject/.git/logs/refs/remotes/origin/HEAD +1 -0
- data/crystal-gobject/.git/objects/pack/pack-c21cfd88c6eef3076f2c2aebb658b750e87e10b6.idx +0 -0
- data/crystal-gobject/.git/objects/pack/pack-c21cfd88c6eef3076f2c2aebb658b750e87e10b6.pack +0 -0
- data/crystal-gobject/.git/packed-refs +15 -0
- data/crystal-gobject/.git/refs/heads/main +1 -0
- data/crystal-gobject/.git/refs/remotes/origin/HEAD +1 -0
- data/crystal-gobject/.github/workflows/ci.yml +22 -0
- data/crystal-gobject/.gitignore +14 -0
- data/crystal-gobject/LICENSE +27 -0
- data/crystal-gobject/README.md +143 -0
- data/crystal-gobject/samples/base_class_container.cr +15 -0
- data/crystal-gobject/samples/connect_after.cr +35 -0
- data/crystal-gobject/samples/crout/crout.cr +59 -0
- data/crystal-gobject/samples/e +0 -0
- data/crystal-gobject/samples/gdk_window.cr +36 -0
- data/crystal-gobject/samples/glist.cr +16 -0
- data/crystal-gobject/samples/greeter.cr +34 -0
- data/crystal-gobject/samples/greeter.glade +91 -0
- data/crystal-gobject/samples/gtk_accel_group.cr +13 -0
- data/crystal-gobject/samples/gtk_application.cr +12 -0
- data/crystal-gobject/samples/gtk_boxes.cr +44 -0
- data/crystal-gobject/samples/gtk_css_styling/css_window.cr +37 -0
- data/crystal-gobject/samples/gtk_css_styling/css_window.css +3 -0
- data/crystal-gobject/samples/gtk_css_styling/css_window.glade +104 -0
- data/crystal-gobject/samples/gtk_editable.cr +14 -0
- data/crystal-gobject/samples/gtk_entry.cr +10 -0
- data/crystal-gobject/samples/gtk_hello_world.cr +13 -0
- data/crystal-gobject/samples/gtk_menu_and_actions.cr +69 -0
- data/crystal-gobject/samples/gtk_message_dialog.cr +9 -0
- data/crystal-gobject/samples/gtk_subclasses.cr +30 -0
- data/crystal-gobject/samples/gtk_tree_view.cr +30 -0
- data/crystal-gobject/samples/gtk_tree_view.glade +44 -0
- data/crystal-gobject/samples/hello +0 -0
- data/crystal-gobject/samples/libgdk-3.a +0 -0
- data/crystal-gobject/samples/libgdk_pixbuf-2.0.a +0 -0
- data/crystal-gobject/samples/libgtk-3.a +0 -0
- data/crystal-gobject/samples/timeout.cr +34 -0
- data/crystal-gobject/script/ci.sh +17 -0
- data/crystal-gobject/script/release.sh +31 -0
- data/crystal-gobject/script/run_with_timeout.cr +14 -0
- data/crystal-gobject/script/test +7 -0
- data/crystal-gobject/shard.yml +16 -0
- data/crystal-gobject/spec/basic_spec.cr +46 -0
- data/crystal-gobject/spec/libsample/Makefile +28 -0
- data/crystal-gobject/spec/libsample/test-subject.c +107 -0
- data/crystal-gobject/spec/libsample/test-subject.h +65 -0
- data/crystal-gobject/spec/spec_helper.cr +5 -0
- data/crystal-gobject/src/atk/atk.cr +2 -0
- data/crystal-gobject/src/closure_data_manager.cr +62 -0
- data/crystal-gobject/src/crout.cr +601 -0
- data/crystal-gobject/src/g_i_repository/dumper.cr +116 -0
- data/crystal-gobject/src/g_i_repository/g_i_repository.cr +46 -0
- data/crystal-gobject/src/g_i_repository/info/arg_info.cr +157 -0
- data/crystal-gobject/src/g_i_repository/info/base_info.cr +169 -0
- data/crystal-gobject/src/g_i_repository/info/callable_info.cr +266 -0
- data/crystal-gobject/src/g_i_repository/info/callback_info.cr +54 -0
- data/crystal-gobject/src/g_i_repository/info/constant_info.cr +115 -0
- data/crystal-gobject/src/g_i_repository/info/enum_info.cr +88 -0
- data/crystal-gobject/src/g_i_repository/info/field_info.cr +97 -0
- data/crystal-gobject/src/g_i_repository/info/function_info.cr +237 -0
- data/crystal-gobject/src/g_i_repository/info/interface_info.cr +97 -0
- data/crystal-gobject/src/g_i_repository/info/object_info.cr +170 -0
- data/crystal-gobject/src/g_i_repository/info/property_info.cr +93 -0
- data/crystal-gobject/src/g_i_repository/info/registered_type_info.cr +62 -0
- data/crystal-gobject/src/g_i_repository/info/signal_info.cr +119 -0
- data/crystal-gobject/src/g_i_repository/info/struct_info.cr +139 -0
- data/crystal-gobject/src/g_i_repository/info/type_info.cr +326 -0
- data/crystal-gobject/src/g_i_repository/info/union_info.cr +136 -0
- data/crystal-gobject/src/g_i_repository/info/v_func_info.cr +33 -0
- data/crystal-gobject/src/g_i_repository/info/value_info.cr +62 -0
- data/crystal-gobject/src/g_i_repository/repository.cr +68 -0
- data/crystal-gobject/src/g_i_repository/wrapper_generator.cr +103 -0
- data/crystal-gobject/src/g_lib/error.cr +34 -0
- data/crystal-gobject/src/g_lib/g_lib.cr +81 -0
- data/crystal-gobject/src/g_lib/list_iterator.cr +81 -0
- data/crystal-gobject/src/g_lib/s_list_iterator.cr +54 -0
- data/crystal-gobject/src/g_object/closure.cr +40 -0
- data/crystal-gobject/src/g_object/g_object.cr +7 -0
- data/crystal-gobject/src/g_object/module_functions.cr +38 -0
- data/crystal-gobject/src/g_object/object.cr +104 -0
- data/crystal-gobject/src/g_object/type.cr +68 -0
- data/crystal-gobject/src/g_object/value.cr +308 -0
- data/crystal-gobject/src/gdk/event.cr +34 -0
- data/crystal-gobject/src/gdk/gdk.cr +35 -0
- data/crystal-gobject/src/generated/g_i_repository/argument.cr +130 -0
- data/crystal-gobject/src/generated/g_i_repository/array_type.cr +34 -0
- data/crystal-gobject/src/generated/g_i_repository/attribute_iter.cr +65 -0
- data/crystal-gobject/src/generated/g_i_repository/base_info.cr +134 -0
- data/crystal-gobject/src/generated/g_i_repository/direction.cr +33 -0
- data/crystal-gobject/src/generated/g_i_repository/field_info_flags.cr +34 -0
- data/crystal-gobject/src/generated/g_i_repository/function_info_flags.cr +38 -0
- data/crystal-gobject/src/generated/g_i_repository/g_i_repository.cr +7 -0
- data/crystal-gobject/src/generated/g_i_repository/info_type.cr +50 -0
- data/crystal-gobject/src/generated/g_i_repository/module_functions.cr +816 -0
- data/crystal-gobject/src/generated/g_i_repository/repository.cr +214 -0
- data/crystal-gobject/src/generated/g_i_repository/repository_class.cr +55 -0
- data/crystal-gobject/src/generated/g_i_repository/repository_error.cr +34 -0
- data/crystal-gobject/src/generated/g_i_repository/repository_load_flags.cr +33 -0
- data/crystal-gobject/src/generated/g_i_repository/repository_private.cr +46 -0
- data/crystal-gobject/src/generated/g_i_repository/scope_type.cr +34 -0
- data/crystal-gobject/src/generated/g_i_repository/transfer.cr +33 -0
- data/crystal-gobject/src/generated/g_i_repository/type_tag.cr +52 -0
- data/crystal-gobject/src/generated/g_i_repository/typelib.cr +61 -0
- data/crystal-gobject/src/generated/g_i_repository/unresolved_info.cr +45 -0
- data/crystal-gobject/src/generated/g_i_repository/v_func_info_flags.cr +36 -0
- data/crystal-gobject/src/generated/g_object/param_flags.cr +44 -0
- data/crystal-gobject/src/generated/g_object/signal_flags.cr +42 -0
- data/crystal-gobject/src/generated/lib_g_i_repository.cr +302 -0
- data/crystal-gobject/src/generated/lib_g_lib.cr +2261 -0
- data/crystal-gobject/src/generated/lib_g_object.cr +874 -0
- data/crystal-gobject/src/generator/build_namespace.cr +22 -0
- data/crystal-gobject/src/generator/doc.cr +259 -0
- data/crystal-gobject/src/generator/dump.cr +55 -0
- data/crystal-gobject/src/generator/generator.cr +22 -0
- data/crystal-gobject/src/generator/namespace.cr +192 -0
- data/crystal-gobject/src/generator/stage2.cr +113 -0
- data/crystal-gobject/src/generator/stage3.cr +3 -0
- data/crystal-gobject/src/gio/gio.cr +4 -0
- data/crystal-gobject/src/gobject.cr +54 -0
- data/crystal-gobject/src/gtk/autorun.cr +16 -0
- data/crystal-gobject/src/gtk/gtk.cr +61 -0
- data/crystal-gobject/src/notify/notification.cr +158 -0
- data/crystal-gobject/src/notify/notify.cr +4 -0
- data/crystal-gobject/src/pointer_iterator.cr +49 -0
- data/crystal-gobject/src/wrapped_type.cr +53 -0
- data/democracy.gemspec +14 -0
- data/dictate +183 -0
- data/emerald-browser/.qmake.stash +23 -0
- data/emerald-browser/Makefile +469 -0
- data/emerald-browser/OUT +90 -0
- data/emerald-browser/a.out +0 -0
- data/emerald-browser/empty +0 -0
- data/emerald-browser/empty.c +1 -0
- data/emerald-browser/open +0 -0
- data/emerald-browser/open.c +57 -0
- data/emerald-browser/qmake.pro +23 -0
- data/emerald-browser/src/OUT +438 -0
- data/emerald-browser/src/a.cpp +303 -0
- data/emerald-browser/src/a.out +0 -0
- data/emerald-browser/src/ss.h +12 -0
- data/emerald-browser/src/t/fullscreennotification.cpp +98 -0
- data/emerald-browser/src/t/fullscreennotification.h +72 -0
- data/emerald-browser/src/t/fullscreenwindow.cpp +99 -0
- data/emerald-browser/src/t/fullscreenwindow.h +76 -0
- data/emerald-browser/src/t/main.cpp +64 -0
- data/emerald-browser/src/t/mainwindow.cpp +83 -0
- data/emerald-browser/src/t/mainwindow.h +75 -0
- data/emerald-browser/test/a.cpp +2 -0
- data/f +0 -0
- data/faster_googler +31 -0
- data/favicon.ico +0 -0
- data/foo +80 -0
- data/foo.c +39 -0
- data/foo.cpp +36 -0
- data/foo.js +25 -0
- data/free_icons/site/bulb +0 -0
- data/free_icons/site/chess +0 -0
- data/free_icons/site/compiz.svg +463 -0
- data/free_icons/site/cursor.svg +1 -0
- data/free_icons/site/dock +0 -0
- data/free_icons/site/gnu +0 -0
- data/free_icons/site/info.svg +200 -0
- data/free_icons/site/iphone.svg +222 -0
- data/free_icons/site/laptop +0 -0
- data/free_icons/site/magic.svg +856 -0
- data/free_icons/site/man +0 -0
- data/free_icons/site/mint +0 -0
- data/free_icons/site/mouse +0 -0
- data/free_icons/site/paint.svg +2640 -0
- data/free_icons/site/present +0 -0
- data/free_icons/site/python +0 -0
- data/free_icons/site/reality +0 -0
- data/free_icons/site/ruby +0 -0
- data/free_icons/site/skeptic +0 -0
- data/free_icons/site/terminal +0 -0
- data/free_icons/site/video.svg +358 -0
- data/free_icons/site/warning +0 -0
- data/free_icons/site/wikipedia.svg +553 -0
- data/free_icons/site/write.svg +287 -0
- data/g +0 -0
- data/graphical_help.c +6 -0
- data/gregory_coreutils/DOC +14 -0
- data/gregory_coreutils/build/Makefile +12 -0
- data/gregory_coreutils/build/code +1 -0
- data/gregory_coreutils/build/functions +465 -0
- data/gregory_coreutils/build/make +93 -0
- data/gregory_coreutils/build/mk +74 -0
- data/gregory_coreutils/build/regex +2 -0
- data/gregory_coreutils/build/ruby_functions +0 -0
- data/gregory_coreutils/utilities/abs +0 -0
- data/gregory_coreutils/utilities/add +0 -0
- data/gregory_coreutils/utilities/args +0 -0
- data/gregory_coreutils/utilities/black +0 -0
- data/gregory_coreutils/utilities/blue +0 -0
- data/gregory_coreutils/utilities/bold +0 -0
- data/gregory_coreutils/utilities/copy +0 -0
- data/gregory_coreutils/utilities/count +0 -0
- data/gregory_coreutils/utilities/cpy +0 -0
- data/gregory_coreutils/utilities/cyan +0 -0
- data/gregory_coreutils/utilities/div +0 -0
- data/gregory_coreutils/utilities/dump +0 -0
- data/gregory_coreutils/utilities/exp +0 -0
- data/gregory_coreutils/utilities/files +0 -0
- data/gregory_coreutils/utilities/floor +0 -0
- data/gregory_coreutils/utilities/green +0 -0
- data/gregory_coreutils/utilities/gsub +0 -0
- data/gregory_coreutils/utilities/gsub_in_place +0 -0
- data/gregory_coreutils/utilities/last_nth +0 -0
- data/gregory_coreutils/utilities/lines +0 -0
- data/gregory_coreutils/utilities/magenta +0 -0
- data/gregory_coreutils/utilities/mul +0 -0
- data/gregory_coreutils/utilities/nth +0 -0
- data/gregory_coreutils/utilities/red +0 -0
- data/gregory_coreutils/utilities/replace_in_place +0 -0
- data/gregory_coreutils/utilities/replace_not_in_place +0 -0
- data/gregory_coreutils/utilities/selectlines +0 -0
- data/gregory_coreutils/utilities/sort_in_place +0 -0
- data/gregory_coreutils/utilities/sub +0 -0
- data/gregory_coreutils/utilities/underline +0 -0
- data/gregory_coreutils/utilities/undump +0 -0
- data/gregory_coreutils/utilities/white +0 -0
- data/gregory_coreutils/utilities/yellow +0 -0
- data/gtk +3 -0
- data/html_file +0 -0
- data/html_file.html +92 -0
- data/i +181 -0
- data/index.html +38 -0
- data/index2.html +344 -0
- data/inspect.rb +209 -0
- data/lib/README +310 -0
- data/lib/__index.html +11 -0
- data/lib/because.rb +41 -0
- data/lib/code.js +28490 -0
- data/lib/compile +5 -0
- data/lib/conjunction.rb +49 -0
- data/lib/evidence.rb +45 -0
- data/lib/graphical_help +90 -0
- data/lib/however.rb +42 -0
- data/lib/index.html +49 -0
- data/lib/index2.html +344 -0
- data/lib/inputreceiver.rb +135 -0
- data/lib/item.rb +77 -0
- data/lib/itemlist.rb +50 -0
- data/lib/negative.rb +43 -0
- data/lib/neutral.rb +43 -0
- data/lib/outputter.rb +60 -0
- data/lib/p.rb +71 -0
- data/lib/positive.rb +41 -0
- data/lib/script.js +423 -0
- data/lib/string__.rb +110 -0
- data/lib/sub/file +5 -0
- data/man/foo.rb +6 -0
- data/man/gtk.html +1 -0
- data/man/out +7288 -0
- data/more/ac.desktop +12 -0
- data/more/res +1 -0
- data/more/web-speech-api/.git/HEAD +1 -0
- data/more/web-speech-api/.git/config +11 -0
- data/more/web-speech-api/.git/description +1 -0
- data/more/web-speech-api/.git/hooks/applypatch-msg.sample +15 -0
- data/more/web-speech-api/.git/hooks/commit-msg.sample +24 -0
- data/more/web-speech-api/.git/hooks/fsmonitor-watchman.sample +109 -0
- data/more/web-speech-api/.git/hooks/post-update.sample +8 -0
- data/more/web-speech-api/.git/hooks/pre-applypatch.sample +14 -0
- data/more/web-speech-api/.git/hooks/pre-commit.sample +49 -0
- data/more/web-speech-api/.git/hooks/pre-merge-commit.sample +13 -0
- data/more/web-speech-api/.git/hooks/pre-push.sample +53 -0
- data/more/web-speech-api/.git/hooks/pre-rebase.sample +169 -0
- data/more/web-speech-api/.git/hooks/pre-receive.sample +24 -0
- data/more/web-speech-api/.git/hooks/prepare-commit-msg.sample +42 -0
- data/more/web-speech-api/.git/hooks/update.sample +128 -0
- data/more/web-speech-api/.git/index +0 -0
- data/more/web-speech-api/.git/info/exclude +6 -0
- data/more/web-speech-api/.git/logs/HEAD +1 -0
- data/more/web-speech-api/.git/logs/refs/heads/master +1 -0
- data/more/web-speech-api/.git/logs/refs/remotes/origin/HEAD +1 -0
- data/more/web-speech-api/.git/objects/pack/pack-4d2adae000c513b287d53e24937e9e836954f901.idx +0 -0
- data/more/web-speech-api/.git/objects/pack/pack-4d2adae000c513b287d53e24937e9e836954f901.pack +0 -0
- data/more/web-speech-api/.git/packed-refs +2 -0
- data/more/web-speech-api/.git/refs/heads/master +1 -0
- data/more/web-speech-api/.git/refs/remotes/origin/HEAD +1 -0
- data/more/web-speech-api/CODE_OF_CONDUCT.md +15 -0
- data/more/web-speech-api/LICENSE +116 -0
- data/more/web-speech-api/README.md +23 -0
- data/more/web-speech-api/index.html +25 -0
- data/more/web-speech-api/phrase-matcher/index.html +30 -0
- data/more/web-speech-api/phrase-matcher/script.js +124 -0
- data/more/web-speech-api/phrase-matcher/style.css +54 -0
- data/more/web-speech-api/speak-easy-synthesis/img/ws128.png +0 -0
- data/more/web-speech-api/speak-easy-synthesis/img/ws512.png +0 -0
- data/more/web-speech-api/speak-easy-synthesis/index.html +43 -0
- data/more/web-speech-api/speak-easy-synthesis/manifest.webapp +14 -0
- data/more/web-speech-api/speak-easy-synthesis/script.js +87 -0
- data/more/web-speech-api/speak-easy-synthesis/style.css +74 -0
- data/more/web-speech-api/speech-color-changer/img/ws128.png +0 -0
- data/more/web-speech-api/speech-color-changer/img/ws512.png +0 -0
- data/more/web-speech-api/speech-color-changer/index.html +26 -0
- data/more/web-speech-api/speech-color-changer/manifest.webapp +23 -0
- data/more/web-speech-api/speech-color-changer/script.js +58 -0
- data/more/web-speech-api/speech-color-changer/style.css +38 -0
- data/opensrc +68 -0
- data/out +39 -0
- data/playsrc +14 -0
- data/program.c +11 -0
- data/program.prog +568 -0
- data/proj/a +0 -0
- data/proj/a.c +1 -0
- data/proj/a.o +0 -0
- data/proj/a.rs +18 -0
- data/proj/b.rs +22 -0
- data/proj/linker.sh +8 -0
- data/proj/save_last +4 -0
- data/push +16 -0
- data/q.cpp +175 -0
- data/qt/.qmake.stash +23 -0
- data/qt/Qt5Core.dll +0 -0
- data/qt/Qt5Gui.dll +0 -0
- data/qt/Qt5Multimedia.dll +0 -0
- data/qt/Qt5MultimediaWidgets.dll +0 -0
- data/qt/Qt5Network.dll +0 -0
- data/qt/Qt5PrintSupport.dll +0 -0
- data/qt/Qt5Qml.dll +0 -0
- data/qt/Qt5QmlModels.dll +0 -0
- data/qt/Qt5Quick.dll +0 -0
- data/qt/Qt5Sensors.dll +0 -0
- data/qt/Qt5WebChannel.dll +0 -0
- data/qt/Qt5WebKit.dll +0 -0
- data/qt/Qt5WebKitWidgets.dll +0 -0
- data/qt/Qt5Widgets.dll +0 -0
- data/qt/a.cpp +39 -0
- data/qt/a.out +0 -0
- data/qt/a.sh +7 -0
- data/qt/icudt66.dll +0 -0
- data/qt/icuin66.dll +0 -0
- data/qt/icuuc66.dll +0 -0
- data/qt/libbz2.dll +0 -0
- data/qt/libcrypto-1_1-x64.dll +0 -0
- data/qt/libfreetype-6.dll +0 -0
- data/qt/libgcc_s_seh-1.dll +0 -0
- data/qt/libglib-2.0-0.dll +0 -0
- data/qt/libharfbuzz-0.dll +0 -0
- data/qt/libiconv-2.dll +0 -0
- data/qt/libintl-8.dll +0 -0
- data/qt/libjpeg-9.dll +0 -0
- data/qt/liblzma-5.dll +0 -0
- data/qt/libpcre-1.dll +0 -0
- data/qt/libpcre2-16-0.dll +0 -0
- data/qt/libpng16-16.dll +0 -0
- data/qt/libsqlite3-0.dll +0 -0
- data/qt/libssl-1_1-x64.dll +0 -0
- data/qt/libstdc++-6.dll +0 -0
- data/qt/libwebp-7.dll +0 -0
- data/qt/libwinpthread-1.dll +0 -0
- data/qt/libxml2-2.dll +0 -0
- data/qt/libxslt-1.dll +0 -0
- data/qt/libzstd.dll +0 -0
- data/qt/prog +1 -0
- data/qt/qwindows.dll +0 -0
- data/qt/zlib1.dll +0 -0
- data/quickjs/.git/HEAD +1 -0
- data/quickjs/.git/config +11 -0
- data/quickjs/.git/description +1 -0
- data/quickjs/.git/hooks/applypatch-msg.sample +15 -0
- data/quickjs/.git/hooks/commit-msg.sample +24 -0
- data/quickjs/.git/hooks/fsmonitor-watchman.sample +109 -0
- data/quickjs/.git/hooks/post-update.sample +8 -0
- data/quickjs/.git/hooks/pre-applypatch.sample +14 -0
- data/quickjs/.git/hooks/pre-commit.sample +49 -0
- data/quickjs/.git/hooks/pre-merge-commit.sample +13 -0
- data/quickjs/.git/hooks/pre-push.sample +53 -0
- data/quickjs/.git/hooks/pre-rebase.sample +169 -0
- data/quickjs/.git/hooks/pre-receive.sample +24 -0
- data/quickjs/.git/hooks/prepare-commit-msg.sample +42 -0
- data/quickjs/.git/hooks/update.sample +128 -0
- data/quickjs/.git/index +0 -0
- data/quickjs/.git/info/exclude +6 -0
- data/quickjs/.git/logs/HEAD +1 -0
- data/quickjs/.git/logs/refs/heads/master +1 -0
- data/quickjs/.git/logs/refs/remotes/origin/HEAD +1 -0
- data/quickjs/.git/objects/pack/pack-744a13dba8773a756b22372ba65ded3aca50cdeb.idx +0 -0
- data/quickjs/.git/objects/pack/pack-744a13dba8773a756b22372ba65ded3aca50cdeb.pack +0 -0
- data/quickjs/.git/packed-refs +2 -0
- data/quickjs/.git/refs/heads/master +1 -0
- data/quickjs/.git/refs/remotes/origin/HEAD +1 -0
- data/quickjs/.obj/.d +1 -0
- data/quickjs/.obj/cutils.nolto.o +0 -0
- data/quickjs/.obj/cutils.o +0 -0
- data/quickjs/.obj/cutils.o.d +1 -0
- data/quickjs/.obj/hello.o +0 -0
- data/quickjs/.obj/hello.o.d +1 -0
- data/quickjs/.obj/libbf.nolto.o +0 -0
- data/quickjs/.obj/libbf.o +0 -0
- data/quickjs/.obj/libbf.o.d +1 -0
- data/quickjs/.obj/libregexp.nolto.o +0 -0
- data/quickjs/.obj/libregexp.o +0 -0
- data/quickjs/.obj/libregexp.o.d +2 -0
- data/quickjs/.obj/libunicode.nolto.o +0 -0
- data/quickjs/.obj/libunicode.o +0 -0
- data/quickjs/.obj/libunicode.o.d +1 -0
- data/quickjs/.obj/qjs.check.o +0 -0
- data/quickjs/.obj/qjs.check.o.d +1 -0
- data/quickjs/.obj/qjs.o +0 -0
- data/quickjs/.obj/qjs.o.d +1 -0
- data/quickjs/.obj/qjsc.o +0 -0
- data/quickjs/.obj/qjsc.o.d +1 -0
- data/quickjs/.obj/qjscalc.o +0 -0
- data/quickjs/.obj/qjscalc.o.d +1 -0
- data/quickjs/.obj/quickjs-libc.nolto.o +0 -0
- data/quickjs/.obj/quickjs-libc.o +0 -0
- data/quickjs/.obj/quickjs-libc.o.d +2 -0
- data/quickjs/.obj/quickjs.check.o +0 -0
- data/quickjs/.obj/quickjs.check.o.d +2 -0
- data/quickjs/.obj/quickjs.nolto.o +0 -0
- data/quickjs/.obj/quickjs.o +0 -0
- data/quickjs/.obj/quickjs.o.d +2 -0
- data/quickjs/.obj/repl.o +0 -0
- data/quickjs/.obj/repl.o.d +1 -0
- data/quickjs/.obj/run-test262.o +0 -0
- data/quickjs/.obj/run-test262.o.d +2 -0
- data/quickjs/COMPILE_WIN +1 -0
- data/quickjs/Changelog +148 -0
- data/quickjs/LICENSE +22 -0
- data/quickjs/Makefile +470 -0
- data/quickjs/TODO +70 -0
- data/quickjs/VERSION +1 -0
- data/quickjs/a.c +50038 -0
- data/quickjs/a.js +26075 -0
- data/quickjs/a.rb +3 -0
- data/quickjs/cutils.c +631 -0
- data/quickjs/cutils.h +297 -0
- data/quickjs/doc/jsbignum.texi +589 -0
- data/quickjs/doc/quickjs.texi +1097 -0
- data/quickjs/examples/fib.c +72 -0
- data/quickjs/examples/fib_module.js +10 -0
- data/quickjs/examples/hello +0 -0
- data/quickjs/examples/hello.js +1 -0
- data/quickjs/examples/hello_module.js +6 -0
- data/quickjs/examples/pi_bigdecimal.js +68 -0
- data/quickjs/examples/pi_bigfloat.js +66 -0
- data/quickjs/examples/pi_bigint.js +118 -0
- data/quickjs/examples/point.c +151 -0
- data/quickjs/examples/test_fib.js +6 -0
- data/quickjs/examples/test_point.js +40 -0
- data/quickjs/hello.c +44 -0
- data/quickjs/libbf.c +8466 -0
- data/quickjs/libbf.h +535 -0
- data/quickjs/libquickjs.a +0 -0
- data/quickjs/libquickjs.lto.a +0 -0
- data/quickjs/libregexp-opcode.h +58 -0
- data/quickjs/libregexp.c +2610 -0
- data/quickjs/libregexp.h +92 -0
- data/quickjs/libunicode-table.h +4368 -0
- data/quickjs/libunicode.c +1556 -0
- data/quickjs/libunicode.h +124 -0
- data/quickjs/libwinpthread-1.dll +0 -0
- data/quickjs/list.h +100 -0
- data/quickjs/out.c +24 -0
- data/quickjs/out55.c +59 -0
- data/quickjs/out56.c +79 -0
- data/quickjs/out57.c +24 -0
- data/quickjs/out58.c +4 -0
- data/quickjs/p.exe +0 -0
- data/quickjs/qjs +0 -0
- data/quickjs/qjs.c +570 -0
- data/quickjs/qjsc +0 -0
- data/quickjs/qjsc.c +762 -0
- data/quickjs/qjsc.exe +0 -0
- data/quickjs/qjscalc.c +4005 -0
- data/quickjs/qjscalc.js +2657 -0
- data/quickjs/quickjs-atom.h +273 -0
- data/quickjs/quickjs-libc.c +3927 -0
- data/quickjs/quickjs-libc.h +59 -0
- data/quickjs/quickjs-opcode.h +365 -0
- data/quickjs/quickjs.c +54036 -0
- data/quickjs/quickjs.h +1049 -0
- data/quickjs/readme.txt +1 -0
- data/quickjs/release.sh +158 -0
- data/quickjs/repl.c +2020 -0
- data/quickjs/repl.js +1566 -0
- data/quickjs/run-test262 +0 -0
- data/quickjs/run-test262.c +2107 -0
- data/quickjs/test262.conf +199 -0
- data/quickjs/test262_errors.txt +35 -0
- data/quickjs/test262o.conf +410 -0
- data/quickjs/test262o_errors.txt +0 -0
- data/quickjs/tests/bjson.c +96 -0
- data/quickjs/tests/microbench.js +1065 -0
- data/quickjs/tests/test262.patch +71 -0
- data/quickjs/tests/test_bignum.js +326 -0
- data/quickjs/tests/test_bjson.js +191 -0
- data/quickjs/tests/test_builtin.js +685 -0
- data/quickjs/tests/test_closure.js +221 -0
- data/quickjs/tests/test_language.js +547 -0
- data/quickjs/tests/test_loop.js +368 -0
- data/quickjs/tests/test_op_overloading.js +207 -0
- data/quickjs/tests/test_qjscalc.js +256 -0
- data/quickjs/tests/test_std.js +281 -0
- data/quickjs/tests/test_worker.js +62 -0
- data/quickjs/tests/test_worker_module.js +31 -0
- data/quickjs/unicode_download.sh +19 -0
- data/quickjs/unicode_gen.c +3057 -0
- data/quickjs/unicode_gen_def.h +284 -0
- data/readline +3 -0
- data/rm_com +1 -0
- data/run.sh +13 -0
- data/scaling +6 -0
- data/script.js +572 -0
- data/server_creator/__ +307 -0
- data/server_creator/a/a (1).tar.gz +0 -0
- data/server_creator/a/a.out +0 -0
- data/server_creator/a/hello_world +0 -0
- data/server_creator/a/help +57 -0
- data/server_creator/a/main_v1.cpp +83 -0
- data/server_creator/a/my_libs_gregory/.deps +0 -0
- data/server_creator/a/my_libs_gregory/.libs/mod_my_libs_gregory.lai +41 -0
- data/server_creator/a/my_libs_gregory/.libs/mod_my_libs_gregory.o +0 -0
- data/server_creator/a/my_libs_gregory/.libs/mod_my_libs_gregory.so +0 -0
- data/server_creator/a/my_libs_gregory/mod_my_libs_gregory.c +72 -0
- data/server_creator/a/my_libs_gregory/mod_my_libs_gregory.la +41 -0
- data/server_creator/a/my_libs_gregory/mod_my_libs_gregory.lo +12 -0
- data/server_creator/a/my_libs_gregory/mod_my_libs_gregory.slo +0 -0
- data/server_creator/a/nginx.conf +32 -0
- data/server_creator/a/six +1 -0
- data/server_creator/a.out +0 -0
- data/server_creator/all_code.cpp +448 -0
- data/server_creator/all_code.js +27 -0
- data/server_creator/code +510 -0
- data/server_creator/make_application +64 -0
- data/server_creator/prog.cpp +33 -0
- data/server_creator/prog.js +22 -0
- data/server_creator/program.js +745 -0
- data/server_creator/rm_com +1 -0
- data/server_creator/test.sh +82 -0
- data/speakcat.rb +9 -0
- data/string +48 -0
- data/super_trans +83 -0
- data/test.sh +21 -0
- data/todo +8 -0
- data/version_decrement +3 -0
- data/viu_license +21 -0
- data/windows/program.c +21 -0
- data/windows/program.exe +0 -0
- metadata +759 -0
|
@@ -0,0 +1,874 @@
|
|
|
1
|
+
require "./lib_g_lib"
|
|
2
|
+
|
|
3
|
+
@[Link("gobject-2.0", pkg_config: "gobject-2.0")]
|
|
4
|
+
lib LibGObject
|
|
5
|
+
###########################################
|
|
6
|
+
## Objects
|
|
7
|
+
###########################################
|
|
8
|
+
|
|
9
|
+
struct Binding # object
|
|
10
|
+
_data : UInt8[0]
|
|
11
|
+
# Property flags : LibGObject::BindingFlags
|
|
12
|
+
# Property source : LibGObject::Object
|
|
13
|
+
# Property source-property : Pointer(UInt8)
|
|
14
|
+
# Property target : LibGObject::Object
|
|
15
|
+
# Property target-property : Pointer(UInt8)
|
|
16
|
+
end
|
|
17
|
+
fun _g_binding_get_type = g_binding_get_type : UInt64
|
|
18
|
+
fun binding_dup_source = g_binding_dup_source(this : Binding*) : Pointer(LibGObject::Object)
|
|
19
|
+
fun binding_dup_target = g_binding_dup_target(this : Binding*) : Pointer(LibGObject::Object)
|
|
20
|
+
fun binding_get_flags = g_binding_get_flags(this : Binding*) : LibGObject::BindingFlags
|
|
21
|
+
fun binding_get_source = g_binding_get_source(this : Binding*) : Pointer(LibGObject::Object)
|
|
22
|
+
fun binding_get_source_property = g_binding_get_source_property(this : Binding*) : Pointer(UInt8)
|
|
23
|
+
fun binding_get_target = g_binding_get_target(this : Binding*) : Pointer(LibGObject::Object)
|
|
24
|
+
fun binding_get_target_property = g_binding_get_target_property(this : Binding*) : Pointer(UInt8)
|
|
25
|
+
fun binding_unbind = g_binding_unbind(this : Binding*) : Void
|
|
26
|
+
|
|
27
|
+
struct InitiallyUnowned # object
|
|
28
|
+
g_type_instance : LibGObject::TypeInstance
|
|
29
|
+
ref_count : UInt32
|
|
30
|
+
qdata : Pointer(LibGLib::Data)
|
|
31
|
+
end
|
|
32
|
+
fun _g_initially_unowned_get_type = g_initially_unowned_get_type : UInt64
|
|
33
|
+
|
|
34
|
+
struct Object # object
|
|
35
|
+
g_type_instance : LibGObject::TypeInstance
|
|
36
|
+
ref_count : UInt32
|
|
37
|
+
qdata : Pointer(LibGLib::Data)
|
|
38
|
+
# Signal notify
|
|
39
|
+
# Virtual function constructed
|
|
40
|
+
# Virtual function dispatch_properties_changed
|
|
41
|
+
# Virtual function dispose
|
|
42
|
+
# Virtual function finalize
|
|
43
|
+
# Virtual function get_property
|
|
44
|
+
# Virtual function notify
|
|
45
|
+
# Virtual function set_property
|
|
46
|
+
end
|
|
47
|
+
fun _g_object_get_type = g_object_get_type : UInt64
|
|
48
|
+
fun object_newv = g_object_newv(object_type : UInt64, n_parameters : UInt32, parameters : Pointer(LibGObject::Parameter)) : Pointer(LibGObject::Object)
|
|
49
|
+
fun object_compat_control = g_object_compat_control(what : UInt64, data : Pointer(Void)) : UInt64
|
|
50
|
+
fun object_interface_find_property = g_object_interface_find_property(g_iface : Pointer(LibGObject::TypeInterface), property_name : Pointer(UInt8)) : Pointer(LibGObject::ParamSpec)
|
|
51
|
+
fun object_interface_install_property = g_object_interface_install_property(g_iface : Pointer(LibGObject::TypeInterface), pspec : Pointer(LibGObject::ParamSpec)) : Void
|
|
52
|
+
fun object_interface_list_properties = g_object_interface_list_properties(g_iface : Pointer(LibGObject::TypeInterface), n_properties_p : UInt32*) : Pointer(Pointer(LibGObject::ParamSpec))
|
|
53
|
+
fun object_bind_property = g_object_bind_property(this : Object*, source_property : Pointer(UInt8), target : Pointer(LibGObject::Object), target_property : Pointer(UInt8), flags : LibGObject::BindingFlags) : Pointer(LibGObject::Binding)
|
|
54
|
+
fun object_bind_property_full = g_object_bind_property_with_closures(this : Object*, source_property : Pointer(UInt8), target : Pointer(LibGObject::Object), target_property : Pointer(UInt8), flags : LibGObject::BindingFlags, transform_to : Pointer(LibGObject::Closure), transform_from : Pointer(LibGObject::Closure)) : Pointer(LibGObject::Binding)
|
|
55
|
+
fun object_force_floating = g_object_force_floating(this : Object*) : Void
|
|
56
|
+
fun object_freeze_notify = g_object_freeze_notify(this : Object*) : Void
|
|
57
|
+
fun object_get_data = g_object_get_data(this : Object*, key : Pointer(UInt8)) : Pointer(Void)
|
|
58
|
+
fun object_get_property = g_object_get_property(this : Object*, property_name : Pointer(UInt8), value : Pointer(LibGObject::Value)) : Void
|
|
59
|
+
fun object_get_qdata = g_object_get_qdata(this : Object*, quark : UInt32) : Pointer(Void)
|
|
60
|
+
fun object_getv = g_object_getv(this : Object*, n_properties : UInt32, names : Pointer(Pointer(UInt8)), values : Pointer(LibGObject::Value)) : Void
|
|
61
|
+
fun object_is_floating = g_object_is_floating(this : Object*) : LibC::Int
|
|
62
|
+
fun object_notify = g_object_notify(this : Object*, property_name : Pointer(UInt8)) : Void
|
|
63
|
+
fun object_notify_by_pspec = g_object_notify_by_pspec(this : Object*, pspec : Pointer(LibGObject::ParamSpec)) : Void
|
|
64
|
+
fun object_ref = g_object_ref(this : Object*) : Pointer(LibGObject::Object)
|
|
65
|
+
fun object_ref_sink = g_object_ref_sink(this : Object*) : Pointer(LibGObject::Object)
|
|
66
|
+
fun object_run_dispose = g_object_run_dispose(this : Object*) : Void
|
|
67
|
+
fun object_set_data = g_object_set_data(this : Object*, key : Pointer(UInt8), data : Pointer(Void)) : Void
|
|
68
|
+
fun object_set_property = g_object_set_property(this : Object*, property_name : Pointer(UInt8), value : Pointer(LibGObject::Value)) : Void
|
|
69
|
+
fun object_steal_data = g_object_steal_data(this : Object*, key : Pointer(UInt8)) : Pointer(Void)
|
|
70
|
+
fun object_steal_qdata = g_object_steal_qdata(this : Object*, quark : UInt32) : Pointer(Void)
|
|
71
|
+
fun object_thaw_notify = g_object_thaw_notify(this : Object*) : Void
|
|
72
|
+
fun object_unref = g_object_unref(this : Object*) : Void
|
|
73
|
+
fun object_watch_closure = g_object_watch_closure(this : Object*, closure : Pointer(LibGObject::Closure)) : Void
|
|
74
|
+
|
|
75
|
+
struct ParamSpec # object
|
|
76
|
+
g_type_instance : LibGObject::TypeInstance
|
|
77
|
+
name : Pointer(UInt8)
|
|
78
|
+
flags : LibGObject::ParamFlags
|
|
79
|
+
value_type : UInt64
|
|
80
|
+
owner_type : UInt64
|
|
81
|
+
_nick : Pointer(UInt8)
|
|
82
|
+
_blurb : Pointer(UInt8)
|
|
83
|
+
qdata : Pointer(LibGLib::Data)
|
|
84
|
+
ref_count : UInt32
|
|
85
|
+
param_id : UInt32
|
|
86
|
+
# Virtual function finalize
|
|
87
|
+
# Virtual function value_set_default
|
|
88
|
+
# Virtual function value_validate
|
|
89
|
+
# Virtual function values_cmp
|
|
90
|
+
end
|
|
91
|
+
fun param_spec_is_valid_name = g_param_spec_is_valid_name(name : Pointer(UInt8)) : LibC::Int
|
|
92
|
+
fun param_spec_get_blurb = g_param_spec_get_blurb(this : ParamSpec*) : Pointer(UInt8)
|
|
93
|
+
fun param_spec_get_default_value = g_param_spec_get_default_value(this : ParamSpec*) : Pointer(LibGObject::Value)
|
|
94
|
+
fun param_spec_get_name = g_param_spec_get_name(this : ParamSpec*) : Pointer(UInt8)
|
|
95
|
+
fun param_spec_get_name_quark = g_param_spec_get_name_quark(this : ParamSpec*) : UInt32
|
|
96
|
+
fun param_spec_get_nick = g_param_spec_get_nick(this : ParamSpec*) : Pointer(UInt8)
|
|
97
|
+
fun param_spec_get_qdata = g_param_spec_get_qdata(this : ParamSpec*, quark : UInt32) : Pointer(Void)
|
|
98
|
+
fun param_spec_get_redirect_target = g_param_spec_get_redirect_target(this : ParamSpec*) : Pointer(LibGObject::ParamSpec)
|
|
99
|
+
fun param_spec_set_qdata = g_param_spec_set_qdata(this : ParamSpec*, quark : UInt32, data : Pointer(Void)) : Void
|
|
100
|
+
fun param_spec_sink = g_param_spec_sink(this : ParamSpec*) : Void
|
|
101
|
+
fun param_spec_steal_qdata = g_param_spec_steal_qdata(this : ParamSpec*, quark : UInt32) : Pointer(Void)
|
|
102
|
+
|
|
103
|
+
struct ParamSpecBoolean # object
|
|
104
|
+
parent_instance : LibGObject::ParamSpec
|
|
105
|
+
default_value : LibC::Int
|
|
106
|
+
end
|
|
107
|
+
|
|
108
|
+
struct ParamSpecBoxed # object
|
|
109
|
+
parent_instance : LibGObject::ParamSpec
|
|
110
|
+
end
|
|
111
|
+
|
|
112
|
+
struct ParamSpecChar # object
|
|
113
|
+
parent_instance : LibGObject::ParamSpec
|
|
114
|
+
minimum : Int8
|
|
115
|
+
maximum : Int8
|
|
116
|
+
default_value : Int8
|
|
117
|
+
end
|
|
118
|
+
|
|
119
|
+
struct ParamSpecDouble # object
|
|
120
|
+
parent_instance : LibGObject::ParamSpec
|
|
121
|
+
minimum : Float64
|
|
122
|
+
maximum : Float64
|
|
123
|
+
default_value : Float64
|
|
124
|
+
epsilon : Float64
|
|
125
|
+
end
|
|
126
|
+
|
|
127
|
+
struct ParamSpecEnum # object
|
|
128
|
+
parent_instance : LibGObject::ParamSpec
|
|
129
|
+
enum_class : Pointer(LibGObject::EnumClass)
|
|
130
|
+
default_value : Int32
|
|
131
|
+
end
|
|
132
|
+
|
|
133
|
+
struct ParamSpecFlags # object
|
|
134
|
+
parent_instance : LibGObject::ParamSpec
|
|
135
|
+
flags_class : Pointer(LibGObject::FlagsClass)
|
|
136
|
+
default_value : UInt32
|
|
137
|
+
end
|
|
138
|
+
|
|
139
|
+
struct ParamSpecFloat # object
|
|
140
|
+
parent_instance : LibGObject::ParamSpec
|
|
141
|
+
minimum : Float32
|
|
142
|
+
maximum : Float32
|
|
143
|
+
default_value : Float32
|
|
144
|
+
epsilon : Float32
|
|
145
|
+
end
|
|
146
|
+
|
|
147
|
+
struct ParamSpecGType # object
|
|
148
|
+
parent_instance : LibGObject::ParamSpec
|
|
149
|
+
is_a_type : UInt64
|
|
150
|
+
end
|
|
151
|
+
|
|
152
|
+
struct ParamSpecInt # object
|
|
153
|
+
parent_instance : LibGObject::ParamSpec
|
|
154
|
+
minimum : Int32
|
|
155
|
+
maximum : Int32
|
|
156
|
+
default_value : Int32
|
|
157
|
+
end
|
|
158
|
+
|
|
159
|
+
struct ParamSpecInt64 # object
|
|
160
|
+
parent_instance : LibGObject::ParamSpec
|
|
161
|
+
minimum : Int64
|
|
162
|
+
maximum : Int64
|
|
163
|
+
default_value : Int64
|
|
164
|
+
end
|
|
165
|
+
|
|
166
|
+
struct ParamSpecLong # object
|
|
167
|
+
parent_instance : LibGObject::ParamSpec
|
|
168
|
+
minimum : Int64
|
|
169
|
+
maximum : Int64
|
|
170
|
+
default_value : Int64
|
|
171
|
+
end
|
|
172
|
+
|
|
173
|
+
struct ParamSpecObject # object
|
|
174
|
+
parent_instance : LibGObject::ParamSpec
|
|
175
|
+
end
|
|
176
|
+
|
|
177
|
+
struct ParamSpecOverride # object
|
|
178
|
+
parent_instance : LibGObject::ParamSpec
|
|
179
|
+
overridden : Pointer(LibGObject::ParamSpec)
|
|
180
|
+
end
|
|
181
|
+
|
|
182
|
+
struct ParamSpecParam # object
|
|
183
|
+
parent_instance : LibGObject::ParamSpec
|
|
184
|
+
end
|
|
185
|
+
|
|
186
|
+
struct ParamSpecPointer # object
|
|
187
|
+
parent_instance : LibGObject::ParamSpec
|
|
188
|
+
end
|
|
189
|
+
|
|
190
|
+
struct ParamSpecString # object
|
|
191
|
+
parent_instance : LibGObject::ParamSpec
|
|
192
|
+
default_value : Pointer(UInt8)
|
|
193
|
+
cset_first : Pointer(UInt8)
|
|
194
|
+
cset_nth : Pointer(UInt8)
|
|
195
|
+
substitutor : Int8
|
|
196
|
+
null_fold_if_empty : UInt32
|
|
197
|
+
ensure_non_null : UInt32
|
|
198
|
+
end
|
|
199
|
+
|
|
200
|
+
struct ParamSpecUChar # object
|
|
201
|
+
parent_instance : LibGObject::ParamSpec
|
|
202
|
+
minimum : UInt8
|
|
203
|
+
maximum : UInt8
|
|
204
|
+
default_value : UInt8
|
|
205
|
+
end
|
|
206
|
+
|
|
207
|
+
struct ParamSpecUInt # object
|
|
208
|
+
parent_instance : LibGObject::ParamSpec
|
|
209
|
+
minimum : UInt32
|
|
210
|
+
maximum : UInt32
|
|
211
|
+
default_value : UInt32
|
|
212
|
+
end
|
|
213
|
+
|
|
214
|
+
struct ParamSpecUInt64 # object
|
|
215
|
+
parent_instance : LibGObject::ParamSpec
|
|
216
|
+
minimum : UInt64
|
|
217
|
+
maximum : UInt64
|
|
218
|
+
default_value : UInt64
|
|
219
|
+
end
|
|
220
|
+
|
|
221
|
+
struct ParamSpecULong # object
|
|
222
|
+
parent_instance : LibGObject::ParamSpec
|
|
223
|
+
minimum : UInt64
|
|
224
|
+
maximum : UInt64
|
|
225
|
+
default_value : UInt64
|
|
226
|
+
end
|
|
227
|
+
|
|
228
|
+
struct ParamSpecUnichar # object
|
|
229
|
+
parent_instance : LibGObject::ParamSpec
|
|
230
|
+
default_value : UInt8
|
|
231
|
+
end
|
|
232
|
+
|
|
233
|
+
struct ParamSpecValueArray # object
|
|
234
|
+
parent_instance : LibGObject::ParamSpec
|
|
235
|
+
element_spec : Pointer(LibGObject::ParamSpec)
|
|
236
|
+
fixed_n_elements : UInt32
|
|
237
|
+
end
|
|
238
|
+
|
|
239
|
+
struct ParamSpecVariant # object
|
|
240
|
+
parent_instance : LibGObject::ParamSpec
|
|
241
|
+
type : Pointer(LibGLib::VariantType)
|
|
242
|
+
default_value : Pointer(LibGLib::Variant)
|
|
243
|
+
padding : Pointer(Void)[4]
|
|
244
|
+
end
|
|
245
|
+
|
|
246
|
+
struct TypeModule # object
|
|
247
|
+
parent_instance : LibGObject::Object
|
|
248
|
+
use_count : UInt32
|
|
249
|
+
type_infos : Pointer(Void*)
|
|
250
|
+
interface_infos : Pointer(Void*)
|
|
251
|
+
name : Pointer(UInt8)
|
|
252
|
+
# Virtual function load
|
|
253
|
+
# Virtual function unload
|
|
254
|
+
end
|
|
255
|
+
fun _g_type_module_get_type = g_type_module_get_type : UInt64
|
|
256
|
+
fun type_module_add_interface = g_type_module_add_interface(this : TypeModule*, instance_type : UInt64, interface_type : UInt64, interface_info : Pointer(LibGObject::InterfaceInfo)) : Void
|
|
257
|
+
fun type_module_register_enum = g_type_module_register_enum(this : TypeModule*, name : Pointer(UInt8), const_static_values : Pointer(LibGObject::EnumValue)) : UInt64
|
|
258
|
+
fun type_module_register_flags = g_type_module_register_flags(this : TypeModule*, name : Pointer(UInt8), const_static_values : Pointer(LibGObject::FlagsValue)) : UInt64
|
|
259
|
+
fun type_module_register_type = g_type_module_register_type(this : TypeModule*, parent_type : UInt64, type_name : Pointer(UInt8), type_info : Pointer(LibGObject::TypeInfo), flags : LibGObject::TypeFlags) : UInt64
|
|
260
|
+
fun type_module_set_name = g_type_module_set_name(this : TypeModule*, name : Pointer(UInt8)) : Void
|
|
261
|
+
fun type_module_unuse = g_type_module_unuse(this : TypeModule*) : Void
|
|
262
|
+
fun type_module_use = g_type_module_use(this : TypeModule*) : LibC::Int
|
|
263
|
+
|
|
264
|
+
###########################################
|
|
265
|
+
## Flags
|
|
266
|
+
###########################################
|
|
267
|
+
|
|
268
|
+
alias BindingFlags = UInt32
|
|
269
|
+
|
|
270
|
+
alias ConnectFlags = UInt32
|
|
271
|
+
|
|
272
|
+
alias ParamFlags = UInt32
|
|
273
|
+
|
|
274
|
+
alias SignalFlags = UInt32
|
|
275
|
+
|
|
276
|
+
alias SignalMatchType = UInt32
|
|
277
|
+
|
|
278
|
+
alias TypeDebugFlags = UInt32
|
|
279
|
+
|
|
280
|
+
alias TypeFlags = UInt32
|
|
281
|
+
|
|
282
|
+
alias TypeFundamentalFlags = UInt32
|
|
283
|
+
|
|
284
|
+
###########################################
|
|
285
|
+
## Structs
|
|
286
|
+
###########################################
|
|
287
|
+
|
|
288
|
+
struct CClosure # struct
|
|
289
|
+
closure : LibGObject::Closure
|
|
290
|
+
callback : Pointer(Void)
|
|
291
|
+
end
|
|
292
|
+
fun c_closure_marshal_BOOLEAN__BOXED_BOXED = g_cclosure_marshal_BOOLEAN__BOXED_BOXED(closure : Pointer(LibGObject::Closure), return_value : Pointer(LibGObject::Value), n_param_values : UInt32, param_values : Pointer(LibGObject::Value), invocation_hint : Pointer(Void), marshal_data : Pointer(Void)) : Void
|
|
293
|
+
fun c_closure_marshal_BOOLEAN__FLAGS = g_cclosure_marshal_BOOLEAN__FLAGS(closure : Pointer(LibGObject::Closure), return_value : Pointer(LibGObject::Value), n_param_values : UInt32, param_values : Pointer(LibGObject::Value), invocation_hint : Pointer(Void), marshal_data : Pointer(Void)) : Void
|
|
294
|
+
fun c_closure_marshal_STRING__OBJECT_POINTER = g_cclosure_marshal_STRING__OBJECT_POINTER(closure : Pointer(LibGObject::Closure), return_value : Pointer(LibGObject::Value), n_param_values : UInt32, param_values : Pointer(LibGObject::Value), invocation_hint : Pointer(Void), marshal_data : Pointer(Void)) : Void
|
|
295
|
+
fun c_closure_marshal_VOID__BOOLEAN = g_cclosure_marshal_VOID__BOOLEAN(closure : Pointer(LibGObject::Closure), return_value : Pointer(LibGObject::Value), n_param_values : UInt32, param_values : Pointer(LibGObject::Value), invocation_hint : Pointer(Void), marshal_data : Pointer(Void)) : Void
|
|
296
|
+
fun c_closure_marshal_VOID__BOXED = g_cclosure_marshal_VOID__BOXED(closure : Pointer(LibGObject::Closure), return_value : Pointer(LibGObject::Value), n_param_values : UInt32, param_values : Pointer(LibGObject::Value), invocation_hint : Pointer(Void), marshal_data : Pointer(Void)) : Void
|
|
297
|
+
fun c_closure_marshal_VOID__CHAR = g_cclosure_marshal_VOID__CHAR(closure : Pointer(LibGObject::Closure), return_value : Pointer(LibGObject::Value), n_param_values : UInt32, param_values : Pointer(LibGObject::Value), invocation_hint : Pointer(Void), marshal_data : Pointer(Void)) : Void
|
|
298
|
+
fun c_closure_marshal_VOID__DOUBLE = g_cclosure_marshal_VOID__DOUBLE(closure : Pointer(LibGObject::Closure), return_value : Pointer(LibGObject::Value), n_param_values : UInt32, param_values : Pointer(LibGObject::Value), invocation_hint : Pointer(Void), marshal_data : Pointer(Void)) : Void
|
|
299
|
+
fun c_closure_marshal_VOID__ENUM = g_cclosure_marshal_VOID__ENUM(closure : Pointer(LibGObject::Closure), return_value : Pointer(LibGObject::Value), n_param_values : UInt32, param_values : Pointer(LibGObject::Value), invocation_hint : Pointer(Void), marshal_data : Pointer(Void)) : Void
|
|
300
|
+
fun c_closure_marshal_VOID__FLAGS = g_cclosure_marshal_VOID__FLAGS(closure : Pointer(LibGObject::Closure), return_value : Pointer(LibGObject::Value), n_param_values : UInt32, param_values : Pointer(LibGObject::Value), invocation_hint : Pointer(Void), marshal_data : Pointer(Void)) : Void
|
|
301
|
+
fun c_closure_marshal_VOID__FLOAT = g_cclosure_marshal_VOID__FLOAT(closure : Pointer(LibGObject::Closure), return_value : Pointer(LibGObject::Value), n_param_values : UInt32, param_values : Pointer(LibGObject::Value), invocation_hint : Pointer(Void), marshal_data : Pointer(Void)) : Void
|
|
302
|
+
fun c_closure_marshal_VOID__INT = g_cclosure_marshal_VOID__INT(closure : Pointer(LibGObject::Closure), return_value : Pointer(LibGObject::Value), n_param_values : UInt32, param_values : Pointer(LibGObject::Value), invocation_hint : Pointer(Void), marshal_data : Pointer(Void)) : Void
|
|
303
|
+
fun c_closure_marshal_VOID__LONG = g_cclosure_marshal_VOID__LONG(closure : Pointer(LibGObject::Closure), return_value : Pointer(LibGObject::Value), n_param_values : UInt32, param_values : Pointer(LibGObject::Value), invocation_hint : Pointer(Void), marshal_data : Pointer(Void)) : Void
|
|
304
|
+
fun c_closure_marshal_VOID__OBJECT = g_cclosure_marshal_VOID__OBJECT(closure : Pointer(LibGObject::Closure), return_value : Pointer(LibGObject::Value), n_param_values : UInt32, param_values : Pointer(LibGObject::Value), invocation_hint : Pointer(Void), marshal_data : Pointer(Void)) : Void
|
|
305
|
+
fun c_closure_marshal_VOID__PARAM = g_cclosure_marshal_VOID__PARAM(closure : Pointer(LibGObject::Closure), return_value : Pointer(LibGObject::Value), n_param_values : UInt32, param_values : Pointer(LibGObject::Value), invocation_hint : Pointer(Void), marshal_data : Pointer(Void)) : Void
|
|
306
|
+
fun c_closure_marshal_VOID__POINTER = g_cclosure_marshal_VOID__POINTER(closure : Pointer(LibGObject::Closure), return_value : Pointer(LibGObject::Value), n_param_values : UInt32, param_values : Pointer(LibGObject::Value), invocation_hint : Pointer(Void), marshal_data : Pointer(Void)) : Void
|
|
307
|
+
fun c_closure_marshal_VOID__STRING = g_cclosure_marshal_VOID__STRING(closure : Pointer(LibGObject::Closure), return_value : Pointer(LibGObject::Value), n_param_values : UInt32, param_values : Pointer(LibGObject::Value), invocation_hint : Pointer(Void), marshal_data : Pointer(Void)) : Void
|
|
308
|
+
fun c_closure_marshal_VOID__UCHAR = g_cclosure_marshal_VOID__UCHAR(closure : Pointer(LibGObject::Closure), return_value : Pointer(LibGObject::Value), n_param_values : UInt32, param_values : Pointer(LibGObject::Value), invocation_hint : Pointer(Void), marshal_data : Pointer(Void)) : Void
|
|
309
|
+
fun c_closure_marshal_VOID__UINT = g_cclosure_marshal_VOID__UINT(closure : Pointer(LibGObject::Closure), return_value : Pointer(LibGObject::Value), n_param_values : UInt32, param_values : Pointer(LibGObject::Value), invocation_hint : Pointer(Void), marshal_data : Pointer(Void)) : Void
|
|
310
|
+
fun c_closure_marshal_VOID__UINT_POINTER = g_cclosure_marshal_VOID__UINT_POINTER(closure : Pointer(LibGObject::Closure), return_value : Pointer(LibGObject::Value), n_param_values : UInt32, param_values : Pointer(LibGObject::Value), invocation_hint : Pointer(Void), marshal_data : Pointer(Void)) : Void
|
|
311
|
+
fun c_closure_marshal_VOID__ULONG = g_cclosure_marshal_VOID__ULONG(closure : Pointer(LibGObject::Closure), return_value : Pointer(LibGObject::Value), n_param_values : UInt32, param_values : Pointer(LibGObject::Value), invocation_hint : Pointer(Void), marshal_data : Pointer(Void)) : Void
|
|
312
|
+
fun c_closure_marshal_VOID__VARIANT = g_cclosure_marshal_VOID__VARIANT(closure : Pointer(LibGObject::Closure), return_value : Pointer(LibGObject::Value), n_param_values : UInt32, param_values : Pointer(LibGObject::Value), invocation_hint : Pointer(Void), marshal_data : Pointer(Void)) : Void
|
|
313
|
+
fun c_closure_marshal_VOID__VOID = g_cclosure_marshal_VOID__VOID(closure : Pointer(LibGObject::Closure), return_value : Pointer(LibGObject::Value), n_param_values : UInt32, param_values : Pointer(LibGObject::Value), invocation_hint : Pointer(Void), marshal_data : Pointer(Void)) : Void
|
|
314
|
+
fun c_closure_marshal_generic = g_cclosure_marshal_generic(closure : Pointer(LibGObject::Closure), return_gvalue : Pointer(LibGObject::Value), n_param_values : UInt32, param_values : Pointer(LibGObject::Value), invocation_hint : Pointer(Void), marshal_data : Pointer(Void)) : Void
|
|
315
|
+
|
|
316
|
+
struct Closure # struct
|
|
317
|
+
ref_count : UInt32
|
|
318
|
+
meta_marshal_nouse : UInt32
|
|
319
|
+
n_guards : UInt32
|
|
320
|
+
n_fnotifiers : UInt32
|
|
321
|
+
n_inotifiers : UInt32
|
|
322
|
+
in_inotify : UInt32
|
|
323
|
+
floating : UInt32
|
|
324
|
+
derivative_flag : UInt32
|
|
325
|
+
in_marshal : UInt32
|
|
326
|
+
is_invalid : UInt32
|
|
327
|
+
marshal : Pointer(LibGObject::Closure), Pointer(LibGObject::Value), UInt32, Pointer(LibGObject::Value), Pointer(Void), Pointer(Void) -> Void
|
|
328
|
+
data : Pointer(Void)
|
|
329
|
+
notifiers : Pointer(LibGObject::ClosureNotifyData)
|
|
330
|
+
end
|
|
331
|
+
fun _g_closure_get_type = g_closure_get_type : UInt64
|
|
332
|
+
fun closure_new_object = g_closure_new_object(sizeof_closure : UInt32, object : Pointer(LibGObject::Object)) : Pointer(LibGObject::Closure)
|
|
333
|
+
fun closure_new_simple = g_closure_new_simple(sizeof_closure : UInt32, data : Pointer(Void)) : Pointer(LibGObject::Closure)
|
|
334
|
+
fun closure_invalidate = g_closure_invalidate(this : Closure*) : Void
|
|
335
|
+
fun closure_invoke = g_closure_invoke(this : Closure*, return_value : LibGObject::Value*, n_param_values : UInt32, param_values : Pointer(LibGObject::Value), invocation_hint : Pointer(Void)) : Void
|
|
336
|
+
fun closure_ref = g_closure_ref(this : Closure*) : Pointer(LibGObject::Closure)
|
|
337
|
+
fun closure_sink = g_closure_sink(this : Closure*) : Void
|
|
338
|
+
fun closure_unref = g_closure_unref(this : Closure*) : Void
|
|
339
|
+
|
|
340
|
+
struct ClosureNotifyData # struct
|
|
341
|
+
data : Pointer(Void)
|
|
342
|
+
notify : LibGObject::ClosureNotify
|
|
343
|
+
end
|
|
344
|
+
|
|
345
|
+
struct EnumClass # struct
|
|
346
|
+
g_type_class : LibGObject::TypeClass
|
|
347
|
+
minimum : Int32
|
|
348
|
+
maximum : Int32
|
|
349
|
+
n_values : UInt32
|
|
350
|
+
values : Pointer(LibGObject::EnumValue)
|
|
351
|
+
end
|
|
352
|
+
|
|
353
|
+
struct EnumValue # struct
|
|
354
|
+
value : Int32
|
|
355
|
+
value_name : Pointer(UInt8)
|
|
356
|
+
value_nick : Pointer(UInt8)
|
|
357
|
+
end
|
|
358
|
+
|
|
359
|
+
struct FlagsClass # struct
|
|
360
|
+
g_type_class : LibGObject::TypeClass
|
|
361
|
+
mask : UInt32
|
|
362
|
+
n_values : UInt32
|
|
363
|
+
values : Pointer(LibGObject::FlagsValue)
|
|
364
|
+
end
|
|
365
|
+
|
|
366
|
+
struct FlagsValue # struct
|
|
367
|
+
value : UInt32
|
|
368
|
+
value_name : Pointer(UInt8)
|
|
369
|
+
value_nick : Pointer(UInt8)
|
|
370
|
+
end
|
|
371
|
+
|
|
372
|
+
struct InitiallyUnownedClass # struct
|
|
373
|
+
g_type_class : LibGObject::TypeClass
|
|
374
|
+
construct_properties : Pointer(Void*)
|
|
375
|
+
constructor : Pointer(Void)
|
|
376
|
+
set_property : Pointer(LibGObject::Object), UInt32, Pointer(LibGObject::Value), Pointer(LibGObject::ParamSpec) -> Void
|
|
377
|
+
get_property : Pointer(LibGObject::Object), UInt32, Pointer(LibGObject::Value), Pointer(LibGObject::ParamSpec) -> Void
|
|
378
|
+
dispose : Pointer(LibGObject::Object) -> Void
|
|
379
|
+
finalize : Pointer(LibGObject::Object) -> Void
|
|
380
|
+
dispatch_properties_changed : Pointer(LibGObject::Object), UInt32, Pointer(LibGObject::ParamSpec) -> Void
|
|
381
|
+
notify : Pointer(LibGObject::Object), Pointer(LibGObject::ParamSpec) -> Void
|
|
382
|
+
constructed : Pointer(LibGObject::Object) -> Void
|
|
383
|
+
flags : UInt64
|
|
384
|
+
pdummy : Pointer(Void)[6]
|
|
385
|
+
end
|
|
386
|
+
|
|
387
|
+
struct InterfaceInfo # struct
|
|
388
|
+
interface_init : LibGObject::InterfaceInitFunc
|
|
389
|
+
interface_finalize : LibGObject::InterfaceFinalizeFunc
|
|
390
|
+
interface_data : Pointer(Void)
|
|
391
|
+
end
|
|
392
|
+
|
|
393
|
+
struct ObjectClass # struct
|
|
394
|
+
g_type_class : LibGObject::TypeClass
|
|
395
|
+
construct_properties : Pointer(Void*)
|
|
396
|
+
constructor : Pointer(Void)
|
|
397
|
+
set_property : Pointer(LibGObject::Object), UInt32, Pointer(LibGObject::Value), Pointer(LibGObject::ParamSpec) -> Void
|
|
398
|
+
get_property : Pointer(LibGObject::Object), UInt32, Pointer(LibGObject::Value), Pointer(LibGObject::ParamSpec) -> Void
|
|
399
|
+
dispose : Pointer(LibGObject::Object) -> Void
|
|
400
|
+
finalize : Pointer(LibGObject::Object) -> Void
|
|
401
|
+
dispatch_properties_changed : Pointer(LibGObject::Object), UInt32, Pointer(LibGObject::ParamSpec) -> Void
|
|
402
|
+
notify : Pointer(LibGObject::Object), Pointer(LibGObject::ParamSpec) -> Void
|
|
403
|
+
constructed : Pointer(LibGObject::Object) -> Void
|
|
404
|
+
flags : UInt64
|
|
405
|
+
pdummy : Pointer(Void)[6]
|
|
406
|
+
end
|
|
407
|
+
fun object_class_find_property = g_object_class_find_property(this : ObjectClass*, property_name : Pointer(UInt8)) : Pointer(LibGObject::ParamSpec)
|
|
408
|
+
fun object_class_install_properties = g_object_class_install_properties(this : ObjectClass*, n_pspecs : UInt32, pspecs : Pointer(Pointer(LibGObject::ParamSpec))) : Void
|
|
409
|
+
fun object_class_install_property = g_object_class_install_property(this : ObjectClass*, property_id : UInt32, pspec : Pointer(LibGObject::ParamSpec)) : Void
|
|
410
|
+
fun object_class_list_properties = g_object_class_list_properties(this : ObjectClass*, n_properties : UInt32*) : Pointer(Pointer(LibGObject::ParamSpec))
|
|
411
|
+
fun object_class_override_property = g_object_class_override_property(this : ObjectClass*, property_id : UInt32, name : Pointer(UInt8)) : Void
|
|
412
|
+
|
|
413
|
+
struct ObjectConstructParam # struct
|
|
414
|
+
pspec : Pointer(LibGObject::ParamSpec)
|
|
415
|
+
value : Pointer(LibGObject::Value)
|
|
416
|
+
end
|
|
417
|
+
|
|
418
|
+
struct ParamSpecClass # struct
|
|
419
|
+
g_type_class : LibGObject::TypeClass
|
|
420
|
+
value_type : UInt64
|
|
421
|
+
finalize : Pointer(LibGObject::ParamSpec) -> Void
|
|
422
|
+
value_set_default : Pointer(LibGObject::ParamSpec), Pointer(LibGObject::Value) -> Void
|
|
423
|
+
value_validate : Pointer(LibGObject::ParamSpec), Pointer(LibGObject::Value) -> LibC::Int
|
|
424
|
+
values_cmp : Pointer(LibGObject::ParamSpec), Pointer(LibGObject::Value), Pointer(LibGObject::Value) -> Int32
|
|
425
|
+
dummy : Pointer(Void)[4]
|
|
426
|
+
end
|
|
427
|
+
|
|
428
|
+
struct ParamSpecPool # struct
|
|
429
|
+
_data : UInt8[0]
|
|
430
|
+
end
|
|
431
|
+
fun param_spec_pool_insert = g_param_spec_pool_insert(this : ParamSpecPool*, pspec : Pointer(LibGObject::ParamSpec), owner_type : UInt64) : Void
|
|
432
|
+
fun param_spec_pool_list = g_param_spec_pool_list(this : ParamSpecPool*, owner_type : UInt64, n_pspecs_p : UInt32*) : Pointer(Pointer(LibGObject::ParamSpec))
|
|
433
|
+
fun param_spec_pool_list_owned = g_param_spec_pool_list_owned(this : ParamSpecPool*, owner_type : UInt64) : Pointer(Void*)
|
|
434
|
+
fun param_spec_pool_lookup = g_param_spec_pool_lookup(this : ParamSpecPool*, param_name : Pointer(UInt8), owner_type : UInt64, walk_ancestors : LibC::Int) : Pointer(LibGObject::ParamSpec)
|
|
435
|
+
fun param_spec_pool_remove = g_param_spec_pool_remove(this : ParamSpecPool*, pspec : Pointer(LibGObject::ParamSpec)) : Void
|
|
436
|
+
|
|
437
|
+
struct ParamSpecTypeInfo # struct
|
|
438
|
+
instance_size : UInt16
|
|
439
|
+
n_preallocs : UInt16
|
|
440
|
+
instance_init : Pointer(LibGObject::ParamSpec) -> Void
|
|
441
|
+
value_type : UInt64
|
|
442
|
+
finalize : Pointer(LibGObject::ParamSpec) -> Void
|
|
443
|
+
value_set_default : Pointer(LibGObject::ParamSpec), Pointer(LibGObject::Value) -> Void
|
|
444
|
+
value_validate : Pointer(LibGObject::ParamSpec), Pointer(LibGObject::Value) -> LibC::Int
|
|
445
|
+
values_cmp : Pointer(LibGObject::ParamSpec), Pointer(LibGObject::Value), Pointer(LibGObject::Value) -> Int32
|
|
446
|
+
end
|
|
447
|
+
|
|
448
|
+
struct Parameter # struct
|
|
449
|
+
name : Pointer(UInt8)
|
|
450
|
+
value : LibGObject::Value
|
|
451
|
+
end
|
|
452
|
+
|
|
453
|
+
struct SignalInvocationHint # struct
|
|
454
|
+
signal_id : UInt32
|
|
455
|
+
detail : UInt32
|
|
456
|
+
run_type : LibGObject::SignalFlags
|
|
457
|
+
end
|
|
458
|
+
|
|
459
|
+
struct SignalQuery # struct
|
|
460
|
+
signal_id : UInt32
|
|
461
|
+
signal_name : Pointer(UInt8)
|
|
462
|
+
itype : UInt64
|
|
463
|
+
signal_flags : LibGObject::SignalFlags
|
|
464
|
+
return_type : UInt64
|
|
465
|
+
n_params : UInt32
|
|
466
|
+
param_types : Pointer(UInt64)
|
|
467
|
+
end
|
|
468
|
+
|
|
469
|
+
struct TypeClass # struct
|
|
470
|
+
g_type : UInt64
|
|
471
|
+
end
|
|
472
|
+
fun type_class_add_private = g_type_class_add_private(this : TypeClass*, private_size : UInt64) : Void
|
|
473
|
+
fun type_class_get_private = g_type_class_get_private(this : TypeClass*, private_type : UInt64) : Pointer(Void)
|
|
474
|
+
fun type_class_peek_parent = g_type_class_peek_parent(this : TypeClass*) : Pointer(LibGObject::TypeClass)
|
|
475
|
+
fun type_class_unref = g_type_class_unref(this : TypeClass*) : Void
|
|
476
|
+
fun type_class_adjust_private_offset = g_type_class_adjust_private_offset(g_class : Pointer(Void), private_size_or_offset : Pointer(Int32)) : Void
|
|
477
|
+
fun type_class_peek = g_type_class_peek(type : UInt64) : Pointer(LibGObject::TypeClass)
|
|
478
|
+
fun type_class_peek_static = g_type_class_peek_static(type : UInt64) : Pointer(LibGObject::TypeClass)
|
|
479
|
+
fun type_class_ref = g_type_class_ref(type : UInt64) : Pointer(LibGObject::TypeClass)
|
|
480
|
+
|
|
481
|
+
struct TypeFundamentalInfo # struct
|
|
482
|
+
type_flags : LibGObject::TypeFundamentalFlags
|
|
483
|
+
end
|
|
484
|
+
|
|
485
|
+
struct TypeInfo # struct
|
|
486
|
+
class_size : UInt16
|
|
487
|
+
base_init : LibGObject::BaseInitFunc
|
|
488
|
+
base_finalize : LibGObject::BaseFinalizeFunc
|
|
489
|
+
class_init : LibGObject::ClassInitFunc
|
|
490
|
+
class_finalize : LibGObject::ClassFinalizeFunc
|
|
491
|
+
class_data : Pointer(Void)
|
|
492
|
+
instance_size : UInt16
|
|
493
|
+
n_preallocs : UInt16
|
|
494
|
+
instance_init : LibGObject::InstanceInitFunc
|
|
495
|
+
value_table : Pointer(LibGObject::TypeValueTable)
|
|
496
|
+
end
|
|
497
|
+
|
|
498
|
+
struct TypeInstance # struct
|
|
499
|
+
g_class : Pointer(LibGObject::TypeClass)
|
|
500
|
+
end
|
|
501
|
+
fun type_instance_get_private = g_type_instance_get_private(this : TypeInstance*, private_type : UInt64) : Pointer(Void)
|
|
502
|
+
|
|
503
|
+
struct TypeInterface # struct
|
|
504
|
+
g_type : UInt64
|
|
505
|
+
g_instance_type : UInt64
|
|
506
|
+
end
|
|
507
|
+
fun type_interface_peek_parent = g_type_interface_peek_parent(this : TypeInterface*) : Pointer(LibGObject::TypeInterface)
|
|
508
|
+
fun type_interface_add_prerequisite = g_type_interface_add_prerequisite(interface_type : UInt64, prerequisite_type : UInt64) : Void
|
|
509
|
+
fun type_interface_get_plugin = g_type_interface_get_plugin(instance_type : UInt64, interface_type : UInt64) : Pointer(LibGObject::TypePlugin)
|
|
510
|
+
fun type_interface_instantiatable_prerequisite = g_type_interface_instantiatable_prerequisite(interface_type : UInt64) : UInt64
|
|
511
|
+
fun type_interface_peek = g_type_interface_peek(instance_class : Pointer(LibGObject::TypeClass), iface_type : UInt64) : Pointer(LibGObject::TypeInterface)
|
|
512
|
+
fun type_interface_prerequisites = g_type_interface_prerequisites(interface_type : UInt64, n_prerequisites : UInt32*) : Pointer(UInt64)
|
|
513
|
+
|
|
514
|
+
struct TypeModuleClass # struct
|
|
515
|
+
parent_class : LibGObject::ObjectClass
|
|
516
|
+
load : Pointer(LibGObject::TypeModule) -> LibC::Int
|
|
517
|
+
unload : Pointer(LibGObject::TypeModule) -> Void
|
|
518
|
+
reserved1 : -> Void
|
|
519
|
+
reserved2 : -> Void
|
|
520
|
+
reserved3 : -> Void
|
|
521
|
+
reserved4 : -> Void
|
|
522
|
+
end
|
|
523
|
+
|
|
524
|
+
struct TypePluginClass # struct
|
|
525
|
+
base_iface : LibGObject::TypeInterface
|
|
526
|
+
use_plugin : LibGObject::TypePluginUse
|
|
527
|
+
unuse_plugin : LibGObject::TypePluginUnuse
|
|
528
|
+
complete_type_info : LibGObject::TypePluginCompleteTypeInfo
|
|
529
|
+
complete_interface_info : LibGObject::TypePluginCompleteInterfaceInfo
|
|
530
|
+
end
|
|
531
|
+
|
|
532
|
+
struct TypeQuery # struct
|
|
533
|
+
type : UInt64
|
|
534
|
+
type_name : Pointer(UInt8)
|
|
535
|
+
class_size : UInt32
|
|
536
|
+
instance_size : UInt32
|
|
537
|
+
end
|
|
538
|
+
|
|
539
|
+
struct TypeValueTable # struct
|
|
540
|
+
value_init : Pointer(LibGObject::Value) -> Void
|
|
541
|
+
value_free : Pointer(LibGObject::Value) -> Void
|
|
542
|
+
value_copy : Pointer(LibGObject::Value), Pointer(LibGObject::Value) -> Void
|
|
543
|
+
value_peek_pointer : Pointer(LibGObject::Value) -> Pointer(Void)
|
|
544
|
+
collect_format : Pointer(UInt8)
|
|
545
|
+
collect_value : Pointer(LibGObject::Value), UInt32, Pointer(LibGObject::TypeCValue), UInt32 -> Pointer(UInt8)
|
|
546
|
+
lcopy_format : Pointer(UInt8)
|
|
547
|
+
lcopy_value : Pointer(LibGObject::Value), UInt32, Pointer(LibGObject::TypeCValue), UInt32 -> Pointer(UInt8)
|
|
548
|
+
end
|
|
549
|
+
|
|
550
|
+
struct Value # struct
|
|
551
|
+
g_type : UInt64
|
|
552
|
+
data : LibGObject::G_Value__data__union[2]
|
|
553
|
+
end
|
|
554
|
+
fun _g_value_get_type = g_value_get_type : UInt64
|
|
555
|
+
fun value_copy = g_value_copy(this : Value*, dest_value : Pointer(LibGObject::Value)) : Void
|
|
556
|
+
fun value_dup_object = g_value_dup_object(this : Value*) : Pointer(LibGObject::Object)
|
|
557
|
+
fun value_dup_string = g_value_dup_string(this : Value*) : Pointer(UInt8)
|
|
558
|
+
fun value_dup_variant = g_value_dup_variant(this : Value*) : Pointer(LibGLib::Variant)
|
|
559
|
+
fun value_fits_pointer = g_value_fits_pointer(this : Value*) : LibC::Int
|
|
560
|
+
fun value_get_boolean = g_value_get_boolean(this : Value*) : LibC::Int
|
|
561
|
+
fun value_get_boxed = g_value_get_boxed(this : Value*) : Pointer(Void)
|
|
562
|
+
fun value_get_char = g_value_get_char(this : Value*) : Int8
|
|
563
|
+
fun value_get_double = g_value_get_double(this : Value*) : Float64
|
|
564
|
+
fun value_get_enum = g_value_get_enum(this : Value*) : Int32
|
|
565
|
+
fun value_get_flags = g_value_get_flags(this : Value*) : UInt32
|
|
566
|
+
fun value_get_float = g_value_get_float(this : Value*) : Float32
|
|
567
|
+
fun value_get_gtype = g_value_get_gtype(this : Value*) : UInt64
|
|
568
|
+
fun value_get_int = g_value_get_int(this : Value*) : Int32
|
|
569
|
+
fun value_get_int64 = g_value_get_int64(this : Value*) : Int64
|
|
570
|
+
fun value_get_long = g_value_get_long(this : Value*) : Int64
|
|
571
|
+
fun value_get_object = g_value_get_object(this : Value*) : Pointer(LibGObject::Object)
|
|
572
|
+
fun value_get_param = g_value_get_param(this : Value*) : Pointer(LibGObject::ParamSpec)
|
|
573
|
+
fun value_get_pointer = g_value_get_pointer(this : Value*) : Pointer(Void)
|
|
574
|
+
fun value_get_schar = g_value_get_schar(this : Value*) : Int8
|
|
575
|
+
fun value_get_string = g_value_get_string(this : Value*) : Pointer(UInt8)
|
|
576
|
+
fun value_get_uchar = g_value_get_uchar(this : Value*) : UInt8
|
|
577
|
+
fun value_get_uint = g_value_get_uint(this : Value*) : UInt32
|
|
578
|
+
fun value_get_uint64 = g_value_get_uint64(this : Value*) : UInt64
|
|
579
|
+
fun value_get_ulong = g_value_get_ulong(this : Value*) : UInt64
|
|
580
|
+
fun value_get_variant = g_value_get_variant(this : Value*) : Pointer(LibGLib::Variant)
|
|
581
|
+
fun value_init = g_value_init(this : Value*, g_type : UInt64) : Pointer(LibGObject::Value)
|
|
582
|
+
fun value_init_from_instance = g_value_init_from_instance(this : Value*, instance : Pointer(LibGObject::TypeInstance)) : Void
|
|
583
|
+
fun value_peek_pointer = g_value_peek_pointer(this : Value*) : Pointer(Void)
|
|
584
|
+
fun value_reset = g_value_reset(this : Value*) : Pointer(LibGObject::Value)
|
|
585
|
+
fun value_set_boolean = g_value_set_boolean(this : Value*, v_boolean : LibC::Int) : Void
|
|
586
|
+
fun value_set_boxed = g_value_set_boxed(this : Value*, v_boxed : Pointer(Void)) : Void
|
|
587
|
+
fun value_set_boxed_take_ownership = g_value_set_boxed_take_ownership(this : Value*, v_boxed : Pointer(Void)) : Void
|
|
588
|
+
fun value_set_char = g_value_set_char(this : Value*, v_char : Int8) : Void
|
|
589
|
+
fun value_set_double = g_value_set_double(this : Value*, v_double : Float64) : Void
|
|
590
|
+
fun value_set_enum = g_value_set_enum(this : Value*, v_enum : Int32) : Void
|
|
591
|
+
fun value_set_flags = g_value_set_flags(this : Value*, v_flags : UInt32) : Void
|
|
592
|
+
fun value_set_float = g_value_set_float(this : Value*, v_float : Float32) : Void
|
|
593
|
+
fun value_set_gtype = g_value_set_gtype(this : Value*, v_gtype : UInt64) : Void
|
|
594
|
+
fun value_set_instance = g_value_set_instance(this : Value*, instance : Pointer(Void)) : Void
|
|
595
|
+
fun value_set_int = g_value_set_int(this : Value*, v_int : Int32) : Void
|
|
596
|
+
fun value_set_int64 = g_value_set_int64(this : Value*, v_int64 : Int64) : Void
|
|
597
|
+
fun value_set_interned_string = g_value_set_interned_string(this : Value*, v_string : Pointer(UInt8)) : Void
|
|
598
|
+
fun value_set_long = g_value_set_long(this : Value*, v_long : Int64) : Void
|
|
599
|
+
fun value_set_object = g_value_set_object(this : Value*, v_object : Pointer(LibGObject::Object)) : Void
|
|
600
|
+
fun value_set_param = g_value_set_param(this : Value*, param : Pointer(LibGObject::ParamSpec)) : Void
|
|
601
|
+
fun value_set_pointer = g_value_set_pointer(this : Value*, v_pointer : Pointer(Void)) : Void
|
|
602
|
+
fun value_set_schar = g_value_set_schar(this : Value*, v_char : Int8) : Void
|
|
603
|
+
fun value_set_static_boxed = g_value_set_static_boxed(this : Value*, v_boxed : Pointer(Void)) : Void
|
|
604
|
+
fun value_set_static_string = g_value_set_static_string(this : Value*, v_string : Pointer(UInt8)) : Void
|
|
605
|
+
fun value_set_string = g_value_set_string(this : Value*, v_string : Pointer(UInt8)) : Void
|
|
606
|
+
fun value_set_string_take_ownership = g_value_set_string_take_ownership(this : Value*, v_string : Pointer(UInt8)) : Void
|
|
607
|
+
fun value_set_uchar = g_value_set_uchar(this : Value*, v_uchar : UInt8) : Void
|
|
608
|
+
fun value_set_uint = g_value_set_uint(this : Value*, v_uint : UInt32) : Void
|
|
609
|
+
fun value_set_uint64 = g_value_set_uint64(this : Value*, v_uint64 : UInt64) : Void
|
|
610
|
+
fun value_set_ulong = g_value_set_ulong(this : Value*, v_ulong : UInt64) : Void
|
|
611
|
+
fun value_set_variant = g_value_set_variant(this : Value*, variant : Pointer(LibGLib::Variant)) : Void
|
|
612
|
+
fun value_take_boxed = g_value_take_boxed(this : Value*, v_boxed : Pointer(Void)) : Void
|
|
613
|
+
fun value_take_string = g_value_take_string(this : Value*, v_string : Pointer(UInt8)) : Void
|
|
614
|
+
fun value_take_variant = g_value_take_variant(this : Value*, variant : Pointer(LibGLib::Variant)) : Void
|
|
615
|
+
fun value_transform = g_value_transform(this : Value*, dest_value : Pointer(LibGObject::Value)) : LibC::Int
|
|
616
|
+
fun value_unset = g_value_unset(this : Value*) : Void
|
|
617
|
+
fun value_type_compatible = g_value_type_compatible(src_type : UInt64, dest_type : UInt64) : LibC::Int
|
|
618
|
+
fun value_type_transformable = g_value_type_transformable(src_type : UInt64, dest_type : UInt64) : LibC::Int
|
|
619
|
+
|
|
620
|
+
struct ValueArray # struct
|
|
621
|
+
n_values : UInt32
|
|
622
|
+
values : Pointer(LibGObject::Value)
|
|
623
|
+
n_prealloced : UInt32
|
|
624
|
+
end
|
|
625
|
+
fun _g_value_array_get_type = g_value_array_get_type : UInt64
|
|
626
|
+
fun value_array_new = g_value_array_new(n_prealloced : UInt32) : Pointer(LibGObject::ValueArray)
|
|
627
|
+
fun value_array_append = g_value_array_append(this : ValueArray*, value : Pointer(LibGObject::Value)) : Pointer(LibGObject::ValueArray)
|
|
628
|
+
fun value_array_copy = g_value_array_copy(this : ValueArray*) : Pointer(LibGObject::ValueArray)
|
|
629
|
+
fun value_array_get_nth = g_value_array_get_nth(this : ValueArray*, index_ : UInt32) : Pointer(LibGObject::Value)
|
|
630
|
+
fun value_array_insert = g_value_array_insert(this : ValueArray*, index_ : UInt32, value : Pointer(LibGObject::Value)) : Pointer(LibGObject::ValueArray)
|
|
631
|
+
fun value_array_prepend = g_value_array_prepend(this : ValueArray*, value : Pointer(LibGObject::Value)) : Pointer(LibGObject::ValueArray)
|
|
632
|
+
fun value_array_remove = g_value_array_remove(this : ValueArray*, index_ : UInt32) : Pointer(LibGObject::ValueArray)
|
|
633
|
+
fun value_array_sort = g_value_array_sort_with_data(this : ValueArray*, compare_func : LibGLib::CompareDataFunc, user_data : Pointer(Void)) : Pointer(LibGObject::ValueArray)
|
|
634
|
+
|
|
635
|
+
struct WeakRef # struct
|
|
636
|
+
_data : UInt8[0]
|
|
637
|
+
end
|
|
638
|
+
|
|
639
|
+
###########################################
|
|
640
|
+
## Constants
|
|
641
|
+
###########################################
|
|
642
|
+
PARAM_MASK = 255 # : Int32
|
|
643
|
+
PARAM_STATIC_STRINGS = 224 # : Int32
|
|
644
|
+
PARAM_USER_SHIFT = 8 # : Int32
|
|
645
|
+
SIGNAL_FLAGS_MASK = 511 # : Int32
|
|
646
|
+
SIGNAL_MATCH_MASK = 63 # : Int32
|
|
647
|
+
TYPE_FLAG_RESERVED_ID_BIT = 1u64 # : UInt64
|
|
648
|
+
TYPE_FUNDAMENTAL_MAX = 255 # : Int32
|
|
649
|
+
TYPE_FUNDAMENTAL_SHIFT = 2 # : Int32
|
|
650
|
+
TYPE_RESERVED_BSE_FIRST = 32 # : Int32
|
|
651
|
+
TYPE_RESERVED_BSE_LAST = 48 # : Int32
|
|
652
|
+
TYPE_RESERVED_GLIB_FIRST = 22 # : Int32
|
|
653
|
+
TYPE_RESERVED_GLIB_LAST = 31 # : Int32
|
|
654
|
+
TYPE_RESERVED_USER_FIRST = 49 # : Int32
|
|
655
|
+
VALUE_INTERNED_STRING = 268435456 # : Int32
|
|
656
|
+
VALUE_NOCOPY_CONTENTS = 134217728 # : Int32
|
|
657
|
+
|
|
658
|
+
###########################################
|
|
659
|
+
## Unions
|
|
660
|
+
###########################################
|
|
661
|
+
alias TypeCValue = Void*
|
|
662
|
+
|
|
663
|
+
union G_Value__data__union
|
|
664
|
+
v_int : Int32
|
|
665
|
+
v_uint : UInt32
|
|
666
|
+
v_long : Int64
|
|
667
|
+
v_ulong : UInt64
|
|
668
|
+
v_int64 : Int64
|
|
669
|
+
v_uint64 : UInt64
|
|
670
|
+
v_float : Float32
|
|
671
|
+
v_double : Float64
|
|
672
|
+
v_pointer : Pointer(Void)
|
|
673
|
+
end
|
|
674
|
+
|
|
675
|
+
###########################################
|
|
676
|
+
## Interfaces
|
|
677
|
+
###########################################
|
|
678
|
+
|
|
679
|
+
struct TypePlugin # interface
|
|
680
|
+
_data : UInt8[0]
|
|
681
|
+
end
|
|
682
|
+
fun _g_type_plugin_get_type = g_type_plugin_get_type : UInt64
|
|
683
|
+
fun type_plugin_complete_interface_info = g_type_plugin_complete_interface_info(this : TypePlugin*, instance_type : UInt64, interface_type : UInt64, info : Pointer(LibGObject::InterfaceInfo)) : Void
|
|
684
|
+
fun type_plugin_complete_type_info = g_type_plugin_complete_type_info(this : TypePlugin*, g_type : UInt64, info : Pointer(LibGObject::TypeInfo), value_table : Pointer(LibGObject::TypeValueTable)) : Void
|
|
685
|
+
fun type_plugin_unuse = g_type_plugin_unuse(this : TypePlugin*) : Void
|
|
686
|
+
fun type_plugin_use = g_type_plugin_use(this : TypePlugin*) : Void
|
|
687
|
+
|
|
688
|
+
###########################################
|
|
689
|
+
## Functions
|
|
690
|
+
###########################################
|
|
691
|
+
fun boxed_copy = g_boxed_copy(boxed_type : UInt64, src_boxed : Pointer(Void)) : Pointer(Void)
|
|
692
|
+
fun boxed_free = g_boxed_free(boxed_type : UInt64, boxed : Pointer(Void)) : Void
|
|
693
|
+
fun cclosure_marshal_BOOLEAN__BOXED_BOXED = g_cclosure_marshal_BOOLEAN__BOXED_BOXED(closure : Pointer(LibGObject::Closure), return_value : Pointer(LibGObject::Value), n_param_values : UInt32, param_values : Pointer(LibGObject::Value), invocation_hint : Pointer(Void), marshal_data : Pointer(Void)) : Void
|
|
694
|
+
fun cclosure_marshal_BOOLEAN__FLAGS = g_cclosure_marshal_BOOLEAN__FLAGS(closure : Pointer(LibGObject::Closure), return_value : Pointer(LibGObject::Value), n_param_values : UInt32, param_values : Pointer(LibGObject::Value), invocation_hint : Pointer(Void), marshal_data : Pointer(Void)) : Void
|
|
695
|
+
fun cclosure_marshal_STRING__OBJECT_POINTER = g_cclosure_marshal_STRING__OBJECT_POINTER(closure : Pointer(LibGObject::Closure), return_value : Pointer(LibGObject::Value), n_param_values : UInt32, param_values : Pointer(LibGObject::Value), invocation_hint : Pointer(Void), marshal_data : Pointer(Void)) : Void
|
|
696
|
+
fun cclosure_marshal_VOID__BOOLEAN = g_cclosure_marshal_VOID__BOOLEAN(closure : Pointer(LibGObject::Closure), return_value : Pointer(LibGObject::Value), n_param_values : UInt32, param_values : Pointer(LibGObject::Value), invocation_hint : Pointer(Void), marshal_data : Pointer(Void)) : Void
|
|
697
|
+
fun cclosure_marshal_VOID__BOXED = g_cclosure_marshal_VOID__BOXED(closure : Pointer(LibGObject::Closure), return_value : Pointer(LibGObject::Value), n_param_values : UInt32, param_values : Pointer(LibGObject::Value), invocation_hint : Pointer(Void), marshal_data : Pointer(Void)) : Void
|
|
698
|
+
fun cclosure_marshal_VOID__CHAR = g_cclosure_marshal_VOID__CHAR(closure : Pointer(LibGObject::Closure), return_value : Pointer(LibGObject::Value), n_param_values : UInt32, param_values : Pointer(LibGObject::Value), invocation_hint : Pointer(Void), marshal_data : Pointer(Void)) : Void
|
|
699
|
+
fun cclosure_marshal_VOID__DOUBLE = g_cclosure_marshal_VOID__DOUBLE(closure : Pointer(LibGObject::Closure), return_value : Pointer(LibGObject::Value), n_param_values : UInt32, param_values : Pointer(LibGObject::Value), invocation_hint : Pointer(Void), marshal_data : Pointer(Void)) : Void
|
|
700
|
+
fun cclosure_marshal_VOID__ENUM = g_cclosure_marshal_VOID__ENUM(closure : Pointer(LibGObject::Closure), return_value : Pointer(LibGObject::Value), n_param_values : UInt32, param_values : Pointer(LibGObject::Value), invocation_hint : Pointer(Void), marshal_data : Pointer(Void)) : Void
|
|
701
|
+
fun cclosure_marshal_VOID__FLAGS = g_cclosure_marshal_VOID__FLAGS(closure : Pointer(LibGObject::Closure), return_value : Pointer(LibGObject::Value), n_param_values : UInt32, param_values : Pointer(LibGObject::Value), invocation_hint : Pointer(Void), marshal_data : Pointer(Void)) : Void
|
|
702
|
+
fun cclosure_marshal_VOID__FLOAT = g_cclosure_marshal_VOID__FLOAT(closure : Pointer(LibGObject::Closure), return_value : Pointer(LibGObject::Value), n_param_values : UInt32, param_values : Pointer(LibGObject::Value), invocation_hint : Pointer(Void), marshal_data : Pointer(Void)) : Void
|
|
703
|
+
fun cclosure_marshal_VOID__INT = g_cclosure_marshal_VOID__INT(closure : Pointer(LibGObject::Closure), return_value : Pointer(LibGObject::Value), n_param_values : UInt32, param_values : Pointer(LibGObject::Value), invocation_hint : Pointer(Void), marshal_data : Pointer(Void)) : Void
|
|
704
|
+
fun cclosure_marshal_VOID__LONG = g_cclosure_marshal_VOID__LONG(closure : Pointer(LibGObject::Closure), return_value : Pointer(LibGObject::Value), n_param_values : UInt32, param_values : Pointer(LibGObject::Value), invocation_hint : Pointer(Void), marshal_data : Pointer(Void)) : Void
|
|
705
|
+
fun cclosure_marshal_VOID__OBJECT = g_cclosure_marshal_VOID__OBJECT(closure : Pointer(LibGObject::Closure), return_value : Pointer(LibGObject::Value), n_param_values : UInt32, param_values : Pointer(LibGObject::Value), invocation_hint : Pointer(Void), marshal_data : Pointer(Void)) : Void
|
|
706
|
+
fun cclosure_marshal_VOID__PARAM = g_cclosure_marshal_VOID__PARAM(closure : Pointer(LibGObject::Closure), return_value : Pointer(LibGObject::Value), n_param_values : UInt32, param_values : Pointer(LibGObject::Value), invocation_hint : Pointer(Void), marshal_data : Pointer(Void)) : Void
|
|
707
|
+
fun cclosure_marshal_VOID__POINTER = g_cclosure_marshal_VOID__POINTER(closure : Pointer(LibGObject::Closure), return_value : Pointer(LibGObject::Value), n_param_values : UInt32, param_values : Pointer(LibGObject::Value), invocation_hint : Pointer(Void), marshal_data : Pointer(Void)) : Void
|
|
708
|
+
fun cclosure_marshal_VOID__STRING = g_cclosure_marshal_VOID__STRING(closure : Pointer(LibGObject::Closure), return_value : Pointer(LibGObject::Value), n_param_values : UInt32, param_values : Pointer(LibGObject::Value), invocation_hint : Pointer(Void), marshal_data : Pointer(Void)) : Void
|
|
709
|
+
fun cclosure_marshal_VOID__UCHAR = g_cclosure_marshal_VOID__UCHAR(closure : Pointer(LibGObject::Closure), return_value : Pointer(LibGObject::Value), n_param_values : UInt32, param_values : Pointer(LibGObject::Value), invocation_hint : Pointer(Void), marshal_data : Pointer(Void)) : Void
|
|
710
|
+
fun cclosure_marshal_VOID__UINT = g_cclosure_marshal_VOID__UINT(closure : Pointer(LibGObject::Closure), return_value : Pointer(LibGObject::Value), n_param_values : UInt32, param_values : Pointer(LibGObject::Value), invocation_hint : Pointer(Void), marshal_data : Pointer(Void)) : Void
|
|
711
|
+
fun cclosure_marshal_VOID__UINT_POINTER = g_cclosure_marshal_VOID__UINT_POINTER(closure : Pointer(LibGObject::Closure), return_value : Pointer(LibGObject::Value), n_param_values : UInt32, param_values : Pointer(LibGObject::Value), invocation_hint : Pointer(Void), marshal_data : Pointer(Void)) : Void
|
|
712
|
+
fun cclosure_marshal_VOID__ULONG = g_cclosure_marshal_VOID__ULONG(closure : Pointer(LibGObject::Closure), return_value : Pointer(LibGObject::Value), n_param_values : UInt32, param_values : Pointer(LibGObject::Value), invocation_hint : Pointer(Void), marshal_data : Pointer(Void)) : Void
|
|
713
|
+
fun cclosure_marshal_VOID__VARIANT = g_cclosure_marshal_VOID__VARIANT(closure : Pointer(LibGObject::Closure), return_value : Pointer(LibGObject::Value), n_param_values : UInt32, param_values : Pointer(LibGObject::Value), invocation_hint : Pointer(Void), marshal_data : Pointer(Void)) : Void
|
|
714
|
+
fun cclosure_marshal_VOID__VOID = g_cclosure_marshal_VOID__VOID(closure : Pointer(LibGObject::Closure), return_value : Pointer(LibGObject::Value), n_param_values : UInt32, param_values : Pointer(LibGObject::Value), invocation_hint : Pointer(Void), marshal_data : Pointer(Void)) : Void
|
|
715
|
+
fun cclosure_marshal_generic = g_cclosure_marshal_generic(closure : Pointer(LibGObject::Closure), return_gvalue : Pointer(LibGObject::Value), n_param_values : UInt32, param_values : Pointer(LibGObject::Value), invocation_hint : Pointer(Void), marshal_data : Pointer(Void)) : Void
|
|
716
|
+
fun clear_signal_handler = g_clear_signal_handler(handler_id_ptr : Pointer(UInt64), instance : Pointer(LibGObject::Object)) : Void
|
|
717
|
+
fun enum_complete_type_info = g_enum_complete_type_info(g_enum_type : UInt64, info : LibGObject::TypeInfo*, const_values : Pointer(LibGObject::EnumValue)) : Void
|
|
718
|
+
fun enum_get_value = g_enum_get_value(enum_class : Pointer(LibGObject::EnumClass), value : Int32) : Pointer(LibGObject::EnumValue)
|
|
719
|
+
fun enum_get_value_by_name = g_enum_get_value_by_name(enum_class : Pointer(LibGObject::EnumClass), name : Pointer(UInt8)) : Pointer(LibGObject::EnumValue)
|
|
720
|
+
fun enum_get_value_by_nick = g_enum_get_value_by_nick(enum_class : Pointer(LibGObject::EnumClass), nick : Pointer(UInt8)) : Pointer(LibGObject::EnumValue)
|
|
721
|
+
fun enum_register_static = g_enum_register_static(name : Pointer(UInt8), const_static_values : Pointer(LibGObject::EnumValue)) : UInt64
|
|
722
|
+
fun enum_to_string = g_enum_to_string(g_enum_type : UInt64, value : Int32) : Pointer(UInt8)
|
|
723
|
+
fun flags_complete_type_info = g_flags_complete_type_info(g_flags_type : UInt64, info : LibGObject::TypeInfo*, const_values : Pointer(LibGObject::FlagsValue)) : Void
|
|
724
|
+
fun flags_get_first_value = g_flags_get_first_value(flags_class : Pointer(LibGObject::FlagsClass), value : UInt32) : Pointer(LibGObject::FlagsValue)
|
|
725
|
+
fun flags_get_value_by_name = g_flags_get_value_by_name(flags_class : Pointer(LibGObject::FlagsClass), name : Pointer(UInt8)) : Pointer(LibGObject::FlagsValue)
|
|
726
|
+
fun flags_get_value_by_nick = g_flags_get_value_by_nick(flags_class : Pointer(LibGObject::FlagsClass), nick : Pointer(UInt8)) : Pointer(LibGObject::FlagsValue)
|
|
727
|
+
fun flags_register_static = g_flags_register_static(name : Pointer(UInt8), const_static_values : Pointer(LibGObject::FlagsValue)) : UInt64
|
|
728
|
+
fun flags_to_string = g_flags_to_string(flags_type : UInt64, value : UInt32) : Pointer(UInt8)
|
|
729
|
+
fun gtype_get_type = g_gtype_get_type : UInt64
|
|
730
|
+
fun param_spec_boolean = g_param_spec_boolean(name : Pointer(UInt8), nick : Pointer(UInt8), blurb : Pointer(UInt8), default_value : LibC::Int, flags : LibGObject::ParamFlags) : Pointer(LibGObject::ParamSpec)
|
|
731
|
+
fun param_spec_boxed = g_param_spec_boxed(name : Pointer(UInt8), nick : Pointer(UInt8), blurb : Pointer(UInt8), boxed_type : UInt64, flags : LibGObject::ParamFlags) : Pointer(LibGObject::ParamSpec)
|
|
732
|
+
fun param_spec_char = g_param_spec_char(name : Pointer(UInt8), nick : Pointer(UInt8), blurb : Pointer(UInt8), minimum : Int8, maximum : Int8, default_value : Int8, flags : LibGObject::ParamFlags) : Pointer(LibGObject::ParamSpec)
|
|
733
|
+
fun param_spec_double = g_param_spec_double(name : Pointer(UInt8), nick : Pointer(UInt8), blurb : Pointer(UInt8), minimum : Float64, maximum : Float64, default_value : Float64, flags : LibGObject::ParamFlags) : Pointer(LibGObject::ParamSpec)
|
|
734
|
+
fun param_spec_enum = g_param_spec_enum(name : Pointer(UInt8), nick : Pointer(UInt8), blurb : Pointer(UInt8), enum_type : UInt64, default_value : Int32, flags : LibGObject::ParamFlags) : Pointer(LibGObject::ParamSpec)
|
|
735
|
+
fun param_spec_flags = g_param_spec_flags(name : Pointer(UInt8), nick : Pointer(UInt8), blurb : Pointer(UInt8), flags_type : UInt64, default_value : UInt32, flags : LibGObject::ParamFlags) : Pointer(LibGObject::ParamSpec)
|
|
736
|
+
fun param_spec_float = g_param_spec_float(name : Pointer(UInt8), nick : Pointer(UInt8), blurb : Pointer(UInt8), minimum : Float32, maximum : Float32, default_value : Float32, flags : LibGObject::ParamFlags) : Pointer(LibGObject::ParamSpec)
|
|
737
|
+
fun param_spec_gtype = g_param_spec_gtype(name : Pointer(UInt8), nick : Pointer(UInt8), blurb : Pointer(UInt8), is_a_type : UInt64, flags : LibGObject::ParamFlags) : Pointer(LibGObject::ParamSpec)
|
|
738
|
+
fun param_spec_int = g_param_spec_int(name : Pointer(UInt8), nick : Pointer(UInt8), blurb : Pointer(UInt8), minimum : Int32, maximum : Int32, default_value : Int32, flags : LibGObject::ParamFlags) : Pointer(LibGObject::ParamSpec)
|
|
739
|
+
fun param_spec_int64 = g_param_spec_int64(name : Pointer(UInt8), nick : Pointer(UInt8), blurb : Pointer(UInt8), minimum : Int64, maximum : Int64, default_value : Int64, flags : LibGObject::ParamFlags) : Pointer(LibGObject::ParamSpec)
|
|
740
|
+
fun param_spec_long = g_param_spec_long(name : Pointer(UInt8), nick : Pointer(UInt8), blurb : Pointer(UInt8), minimum : Int64, maximum : Int64, default_value : Int64, flags : LibGObject::ParamFlags) : Pointer(LibGObject::ParamSpec)
|
|
741
|
+
fun param_spec_object = g_param_spec_object(name : Pointer(UInt8), nick : Pointer(UInt8), blurb : Pointer(UInt8), object_type : UInt64, flags : LibGObject::ParamFlags) : Pointer(LibGObject::ParamSpec)
|
|
742
|
+
fun param_spec_param = g_param_spec_param(name : Pointer(UInt8), nick : Pointer(UInt8), blurb : Pointer(UInt8), param_type : UInt64, flags : LibGObject::ParamFlags) : Pointer(LibGObject::ParamSpec)
|
|
743
|
+
fun param_spec_pointer = g_param_spec_pointer(name : Pointer(UInt8), nick : Pointer(UInt8), blurb : Pointer(UInt8), flags : LibGObject::ParamFlags) : Pointer(LibGObject::ParamSpec)
|
|
744
|
+
fun param_spec_string = g_param_spec_string(name : Pointer(UInt8), nick : Pointer(UInt8), blurb : Pointer(UInt8), default_value : Pointer(UInt8), flags : LibGObject::ParamFlags) : Pointer(LibGObject::ParamSpec)
|
|
745
|
+
fun param_spec_uchar = g_param_spec_uchar(name : Pointer(UInt8), nick : Pointer(UInt8), blurb : Pointer(UInt8), minimum : UInt8, maximum : UInt8, default_value : UInt8, flags : LibGObject::ParamFlags) : Pointer(LibGObject::ParamSpec)
|
|
746
|
+
fun param_spec_uint = g_param_spec_uint(name : Pointer(UInt8), nick : Pointer(UInt8), blurb : Pointer(UInt8), minimum : UInt32, maximum : UInt32, default_value : UInt32, flags : LibGObject::ParamFlags) : Pointer(LibGObject::ParamSpec)
|
|
747
|
+
fun param_spec_uint64 = g_param_spec_uint64(name : Pointer(UInt8), nick : Pointer(UInt8), blurb : Pointer(UInt8), minimum : UInt64, maximum : UInt64, default_value : UInt64, flags : LibGObject::ParamFlags) : Pointer(LibGObject::ParamSpec)
|
|
748
|
+
fun param_spec_ulong = g_param_spec_ulong(name : Pointer(UInt8), nick : Pointer(UInt8), blurb : Pointer(UInt8), minimum : UInt64, maximum : UInt64, default_value : UInt64, flags : LibGObject::ParamFlags) : Pointer(LibGObject::ParamSpec)
|
|
749
|
+
fun param_spec_unichar = g_param_spec_unichar(name : Pointer(UInt8), nick : Pointer(UInt8), blurb : Pointer(UInt8), default_value : UInt8, flags : LibGObject::ParamFlags) : Pointer(LibGObject::ParamSpec)
|
|
750
|
+
fun param_spec_variant = g_param_spec_variant(name : Pointer(UInt8), nick : Pointer(UInt8), blurb : Pointer(UInt8), type : Pointer(LibGLib::VariantType), default_value : Pointer(LibGLib::Variant), flags : LibGObject::ParamFlags) : Pointer(LibGObject::ParamSpec)
|
|
751
|
+
fun param_type_register_static = g_param_type_register_static(name : Pointer(UInt8), pspec_info : Pointer(LibGObject::ParamSpecTypeInfo)) : UInt64
|
|
752
|
+
fun param_value_convert = g_param_value_convert(pspec : Pointer(LibGObject::ParamSpec), src_value : Pointer(LibGObject::Value), dest_value : Pointer(LibGObject::Value), strict_validation : LibC::Int) : LibC::Int
|
|
753
|
+
fun param_value_defaults = g_param_value_defaults(pspec : Pointer(LibGObject::ParamSpec), value : Pointer(LibGObject::Value)) : LibC::Int
|
|
754
|
+
fun param_value_set_default = g_param_value_set_default(pspec : Pointer(LibGObject::ParamSpec), value : Pointer(LibGObject::Value)) : Void
|
|
755
|
+
fun param_value_validate = g_param_value_validate(pspec : Pointer(LibGObject::ParamSpec), value : Pointer(LibGObject::Value)) : LibC::Int
|
|
756
|
+
fun param_values_cmp = g_param_values_cmp(pspec : Pointer(LibGObject::ParamSpec), value1 : Pointer(LibGObject::Value), value2 : Pointer(LibGObject::Value)) : Int32
|
|
757
|
+
fun pointer_type_register_static = g_pointer_type_register_static(name : Pointer(UInt8)) : UInt64
|
|
758
|
+
fun signal_accumulator_first_wins = g_signal_accumulator_first_wins(ihint : Pointer(LibGObject::SignalInvocationHint), return_accu : Pointer(LibGObject::Value), handler_return : Pointer(LibGObject::Value), dummy : Pointer(Void)) : LibC::Int
|
|
759
|
+
fun signal_accumulator_true_handled = g_signal_accumulator_true_handled(ihint : Pointer(LibGObject::SignalInvocationHint), return_accu : Pointer(LibGObject::Value), handler_return : Pointer(LibGObject::Value), dummy : Pointer(Void)) : LibC::Int
|
|
760
|
+
fun signal_add_emission_hook = g_signal_add_emission_hook(signal_id : UInt32, detail : UInt32, hook_func : LibGObject::SignalEmissionHook, hook_data : Pointer(Void), data_destroy : LibGLib::DestroyNotify) : UInt64
|
|
761
|
+
fun signal_chain_from_overridden = g_signal_chain_from_overridden(instance_and_params : Pointer(LibGObject::Value), return_value : Pointer(LibGObject::Value)) : Void
|
|
762
|
+
fun signal_connect_closure = g_signal_connect_closure(instance : Pointer(LibGObject::Object), detailed_signal : Pointer(UInt8), closure : Pointer(LibGObject::Closure), after : LibC::Int) : UInt64
|
|
763
|
+
fun signal_connect_closure_by_id = g_signal_connect_closure_by_id(instance : Pointer(LibGObject::Object), signal_id : UInt32, detail : UInt32, closure : Pointer(LibGObject::Closure), after : LibC::Int) : UInt64
|
|
764
|
+
fun signal_emitv = g_signal_emitv(instance_and_params : Pointer(LibGObject::Value), signal_id : UInt32, detail : UInt32, return_value : LibGObject::Value*) : Void
|
|
765
|
+
fun signal_get_invocation_hint = g_signal_get_invocation_hint(instance : Pointer(LibGObject::Object)) : Pointer(LibGObject::SignalInvocationHint)
|
|
766
|
+
fun signal_handler_block = g_signal_handler_block(instance : Pointer(LibGObject::Object), handler_id : UInt64) : Void
|
|
767
|
+
fun signal_handler_disconnect = g_signal_handler_disconnect(instance : Pointer(LibGObject::Object), handler_id : UInt64) : Void
|
|
768
|
+
fun signal_handler_find = g_signal_handler_find(instance : Pointer(LibGObject::Object), mask : LibGObject::SignalMatchType, signal_id : UInt32, detail : UInt32, closure : Pointer(LibGObject::Closure), func : Pointer(Void), data : Pointer(Void)) : UInt64
|
|
769
|
+
fun signal_handler_is_connected = g_signal_handler_is_connected(instance : Pointer(LibGObject::Object), handler_id : UInt64) : LibC::Int
|
|
770
|
+
fun signal_handler_unblock = g_signal_handler_unblock(instance : Pointer(LibGObject::Object), handler_id : UInt64) : Void
|
|
771
|
+
fun signal_handlers_block_matched = g_signal_handlers_block_matched(instance : Pointer(LibGObject::Object), mask : LibGObject::SignalMatchType, signal_id : UInt32, detail : UInt32, closure : Pointer(LibGObject::Closure), func : Pointer(Void), data : Pointer(Void)) : UInt32
|
|
772
|
+
fun signal_handlers_destroy = g_signal_handlers_destroy(instance : Pointer(LibGObject::Object)) : Void
|
|
773
|
+
fun signal_handlers_disconnect_matched = g_signal_handlers_disconnect_matched(instance : Pointer(LibGObject::Object), mask : LibGObject::SignalMatchType, signal_id : UInt32, detail : UInt32, closure : Pointer(LibGObject::Closure), func : Pointer(Void), data : Pointer(Void)) : UInt32
|
|
774
|
+
fun signal_handlers_unblock_matched = g_signal_handlers_unblock_matched(instance : Pointer(LibGObject::Object), mask : LibGObject::SignalMatchType, signal_id : UInt32, detail : UInt32, closure : Pointer(LibGObject::Closure), func : Pointer(Void), data : Pointer(Void)) : UInt32
|
|
775
|
+
fun signal_has_handler_pending = g_signal_has_handler_pending(instance : Pointer(LibGObject::Object), signal_id : UInt32, detail : UInt32, may_be_blocked : LibC::Int) : LibC::Int
|
|
776
|
+
fun signal_is_valid_name = g_signal_is_valid_name(name : Pointer(UInt8)) : LibC::Int
|
|
777
|
+
fun signal_list_ids = g_signal_list_ids(itype : UInt64, n_ids : UInt32*) : Pointer(UInt32)
|
|
778
|
+
fun signal_lookup = g_signal_lookup(name : Pointer(UInt8), itype : UInt64) : UInt32
|
|
779
|
+
fun signal_name = g_signal_name(signal_id : UInt32) : Pointer(UInt8)
|
|
780
|
+
fun signal_override_class_closure = g_signal_override_class_closure(signal_id : UInt32, instance_type : UInt64, class_closure : Pointer(LibGObject::Closure)) : Void
|
|
781
|
+
fun signal_parse_name = g_signal_parse_name(detailed_signal : Pointer(UInt8), itype : UInt64, signal_id_p : UInt32*, detail_p : UInt32*, force_detail_quark : LibC::Int) : LibC::Int
|
|
782
|
+
fun signal_query = g_signal_query(signal_id : UInt32, query : LibGObject::SignalQuery*) : Void
|
|
783
|
+
fun signal_remove_emission_hook = g_signal_remove_emission_hook(signal_id : UInt32, hook_id : UInt64) : Void
|
|
784
|
+
fun signal_set_va_marshaller = g_signal_set_va_marshaller(signal_id : UInt32, instance_type : UInt64, va_marshaller : Void*) : Void
|
|
785
|
+
fun signal_stop_emission = g_signal_stop_emission(instance : Pointer(LibGObject::Object), signal_id : UInt32, detail : UInt32) : Void
|
|
786
|
+
fun signal_stop_emission_by_name = g_signal_stop_emission_by_name(instance : Pointer(LibGObject::Object), detailed_signal : Pointer(UInt8)) : Void
|
|
787
|
+
fun signal_type_cclosure_new = g_signal_type_cclosure_new(itype : UInt64, struct_offset : UInt32) : Pointer(LibGObject::Closure)
|
|
788
|
+
fun source_set_closure = g_source_set_closure(source : Pointer(LibGLib::Source), closure : Pointer(LibGObject::Closure)) : Void
|
|
789
|
+
fun source_set_dummy_callback = g_source_set_dummy_callback(source : Pointer(LibGLib::Source)) : Void
|
|
790
|
+
fun strdup_value_contents = g_strdup_value_contents(value : Pointer(LibGObject::Value)) : Pointer(UInt8)
|
|
791
|
+
fun type_add_class_private = g_type_add_class_private(class_type : UInt64, private_size : UInt64) : Void
|
|
792
|
+
fun type_add_instance_private = g_type_add_instance_private(class_type : UInt64, private_size : UInt64) : Int32
|
|
793
|
+
fun type_add_interface_dynamic = g_type_add_interface_dynamic(instance_type : UInt64, interface_type : UInt64, plugin : Pointer(LibGObject::TypePlugin)) : Void
|
|
794
|
+
fun type_add_interface_static = g_type_add_interface_static(instance_type : UInt64, interface_type : UInt64, info : Pointer(LibGObject::InterfaceInfo)) : Void
|
|
795
|
+
fun type_check_class_is_a = g_type_check_class_is_a(g_class : Pointer(LibGObject::TypeClass), is_a_type : UInt64) : LibC::Int
|
|
796
|
+
fun type_check_instance = g_type_check_instance(instance : Pointer(LibGObject::TypeInstance)) : LibC::Int
|
|
797
|
+
fun type_check_instance_is_a = g_type_check_instance_is_a(instance : Pointer(LibGObject::TypeInstance), iface_type : UInt64) : LibC::Int
|
|
798
|
+
fun type_check_instance_is_fundamentally_a = g_type_check_instance_is_fundamentally_a(instance : Pointer(LibGObject::TypeInstance), fundamental_type : UInt64) : LibC::Int
|
|
799
|
+
fun type_check_is_value_type = g_type_check_is_value_type(type : UInt64) : LibC::Int
|
|
800
|
+
fun type_check_value = g_type_check_value(value : Pointer(LibGObject::Value)) : LibC::Int
|
|
801
|
+
fun type_check_value_holds = g_type_check_value_holds(value : Pointer(LibGObject::Value), type : UInt64) : LibC::Int
|
|
802
|
+
fun type_children = g_type_children(type : UInt64, n_children : UInt32*) : Pointer(UInt64)
|
|
803
|
+
fun type_class_adjust_private_offset = g_type_class_adjust_private_offset(g_class : Pointer(Void), private_size_or_offset : Pointer(Int32)) : Void
|
|
804
|
+
fun type_class_peek = g_type_class_peek(type : UInt64) : Pointer(LibGObject::TypeClass)
|
|
805
|
+
fun type_class_peek_static = g_type_class_peek_static(type : UInt64) : Pointer(LibGObject::TypeClass)
|
|
806
|
+
fun type_class_ref = g_type_class_ref(type : UInt64) : Pointer(LibGObject::TypeClass)
|
|
807
|
+
fun type_default_interface_peek = g_type_default_interface_peek(g_type : UInt64) : Pointer(LibGObject::TypeInterface)
|
|
808
|
+
fun type_default_interface_ref = g_type_default_interface_ref(g_type : UInt64) : Pointer(LibGObject::TypeInterface)
|
|
809
|
+
fun type_default_interface_unref = g_type_default_interface_unref(g_iface : Pointer(LibGObject::TypeInterface)) : Void
|
|
810
|
+
fun type_depth = g_type_depth(type : UInt64) : UInt32
|
|
811
|
+
fun type_ensure = g_type_ensure(type : UInt64) : Void
|
|
812
|
+
fun type_free_instance = g_type_free_instance(instance : Pointer(LibGObject::TypeInstance)) : Void
|
|
813
|
+
fun type_from_name = g_type_from_name(name : Pointer(UInt8)) : UInt64
|
|
814
|
+
fun type_fundamental = g_type_fundamental(type_id : UInt64) : UInt64
|
|
815
|
+
fun type_fundamental_next = g_type_fundamental_next : UInt64
|
|
816
|
+
fun type_get_instance_count = g_type_get_instance_count(type : UInt64) : Int32
|
|
817
|
+
fun type_get_plugin = g_type_get_plugin(type : UInt64) : Pointer(LibGObject::TypePlugin)
|
|
818
|
+
fun type_get_qdata = g_type_get_qdata(type : UInt64, quark : UInt32) : Pointer(Void)
|
|
819
|
+
fun type_get_type_registration_serial = g_type_get_type_registration_serial : UInt32
|
|
820
|
+
fun type_init = g_type_init : Void
|
|
821
|
+
fun type_init_with_debug_flags = g_type_init_with_debug_flags(debug_flags : LibGObject::TypeDebugFlags) : Void
|
|
822
|
+
fun type_interface_add_prerequisite = g_type_interface_add_prerequisite(interface_type : UInt64, prerequisite_type : UInt64) : Void
|
|
823
|
+
fun type_interface_get_plugin = g_type_interface_get_plugin(instance_type : UInt64, interface_type : UInt64) : Pointer(LibGObject::TypePlugin)
|
|
824
|
+
fun type_interface_instantiatable_prerequisite = g_type_interface_instantiatable_prerequisite(interface_type : UInt64) : UInt64
|
|
825
|
+
fun type_interface_peek = g_type_interface_peek(instance_class : Pointer(LibGObject::TypeClass), iface_type : UInt64) : Pointer(LibGObject::TypeInterface)
|
|
826
|
+
fun type_interface_prerequisites = g_type_interface_prerequisites(interface_type : UInt64, n_prerequisites : UInt32*) : Pointer(UInt64)
|
|
827
|
+
fun type_interfaces = g_type_interfaces(type : UInt64, n_interfaces : UInt32*) : Pointer(UInt64)
|
|
828
|
+
fun type_is_a = g_type_is_a(type : UInt64, is_a_type : UInt64) : LibC::Int
|
|
829
|
+
fun type_name = g_type_name(type : UInt64) : Pointer(UInt8)
|
|
830
|
+
fun type_name_from_class = g_type_name_from_class(g_class : Pointer(LibGObject::TypeClass)) : Pointer(UInt8)
|
|
831
|
+
fun type_name_from_instance = g_type_name_from_instance(instance : Pointer(LibGObject::TypeInstance)) : Pointer(UInt8)
|
|
832
|
+
fun type_next_base = g_type_next_base(leaf_type : UInt64, root_type : UInt64) : UInt64
|
|
833
|
+
fun type_parent = g_type_parent(type : UInt64) : UInt64
|
|
834
|
+
fun type_qname = g_type_qname(type : UInt64) : UInt32
|
|
835
|
+
fun type_query = g_type_query(type : UInt64, query : LibGObject::TypeQuery*) : Void
|
|
836
|
+
fun type_register_dynamic = g_type_register_dynamic(parent_type : UInt64, type_name : Pointer(UInt8), plugin : Pointer(LibGObject::TypePlugin), flags : LibGObject::TypeFlags) : UInt64
|
|
837
|
+
fun type_register_fundamental = g_type_register_fundamental(type_id : UInt64, type_name : Pointer(UInt8), info : Pointer(LibGObject::TypeInfo), finfo : Pointer(LibGObject::TypeFundamentalInfo), flags : LibGObject::TypeFlags) : UInt64
|
|
838
|
+
fun type_register_static = g_type_register_static(parent_type : UInt64, type_name : Pointer(UInt8), info : Pointer(LibGObject::TypeInfo), flags : LibGObject::TypeFlags) : UInt64
|
|
839
|
+
fun type_set_qdata = g_type_set_qdata(type : UInt64, quark : UInt32, data : Pointer(Void)) : Void
|
|
840
|
+
fun type_test_flags = g_type_test_flags(type : UInt64, flags : UInt32) : LibC::Int
|
|
841
|
+
fun value_type_compatible = g_value_type_compatible(src_type : UInt64, dest_type : UInt64) : LibC::Int
|
|
842
|
+
fun value_type_transformable = g_value_type_transformable(src_type : UInt64, dest_type : UInt64) : LibC::Int
|
|
843
|
+
|
|
844
|
+
###########################################
|
|
845
|
+
## Callbacks
|
|
846
|
+
###########################################
|
|
847
|
+
alias BaseFinalizeFunc = Pointer(LibGObject::TypeClass) -> Void
|
|
848
|
+
alias BaseInitFunc = Pointer(LibGObject::TypeClass) -> Void
|
|
849
|
+
alias BindingTransformFunc = Pointer(LibGObject::Binding), Pointer(LibGObject::Value), Pointer(LibGObject::Value), Pointer(Void) -> LibC::Int
|
|
850
|
+
alias BoxedCopyFunc = Pointer(Void) -> Pointer(Void)
|
|
851
|
+
alias BoxedFreeFunc = Pointer(Void) -> Void
|
|
852
|
+
alias Callback = -> Void
|
|
853
|
+
alias ClassFinalizeFunc = Pointer(LibGObject::TypeClass), Pointer(Void) -> Void
|
|
854
|
+
alias ClassInitFunc = Pointer(LibGObject::TypeClass), Pointer(Void) -> Void
|
|
855
|
+
alias ClosureMarshal = Pointer(LibGObject::Closure), Pointer(LibGObject::Value), UInt32, Pointer(LibGObject::Value), Pointer(Void), Pointer(Void) -> Void
|
|
856
|
+
alias ClosureNotify = Pointer(Void), Pointer(LibGObject::Closure) -> Void
|
|
857
|
+
alias InstanceInitFunc = Pointer(LibGObject::TypeInstance), Pointer(LibGObject::TypeClass) -> Void
|
|
858
|
+
alias InterfaceFinalizeFunc = Pointer(LibGObject::TypeInterface), Pointer(Void) -> Void
|
|
859
|
+
alias InterfaceInitFunc = Pointer(LibGObject::TypeInterface), Pointer(Void) -> Void
|
|
860
|
+
alias ObjectFinalizeFunc = Pointer(LibGObject::Object) -> Void
|
|
861
|
+
alias ObjectGetPropertyFunc = Pointer(LibGObject::Object), UInt32, Pointer(LibGObject::Value), Pointer(LibGObject::ParamSpec) -> Void
|
|
862
|
+
alias ObjectSetPropertyFunc = Pointer(LibGObject::Object), UInt32, Pointer(LibGObject::Value), Pointer(LibGObject::ParamSpec) -> Void
|
|
863
|
+
alias SignalAccumulator = Pointer(LibGObject::SignalInvocationHint), Pointer(LibGObject::Value), Pointer(LibGObject::Value), Pointer(Void) -> LibC::Int
|
|
864
|
+
alias SignalEmissionHook = Pointer(LibGObject::SignalInvocationHint), UInt32, Pointer(LibGObject::Value), Pointer(Void) -> LibC::Int
|
|
865
|
+
alias ToggleNotify = Pointer(Void), Pointer(LibGObject::Object), LibC::Int -> Void
|
|
866
|
+
alias TypeClassCacheFunc = Pointer(Void), Pointer(LibGObject::TypeClass) -> LibC::Int
|
|
867
|
+
alias TypeInterfaceCheckFunc = Pointer(Void), Pointer(LibGObject::TypeInterface) -> Void
|
|
868
|
+
alias TypePluginCompleteInterfaceInfo = Pointer(LibGObject::TypePlugin), UInt64, UInt64, Pointer(LibGObject::InterfaceInfo) -> Void
|
|
869
|
+
alias TypePluginCompleteTypeInfo = Pointer(LibGObject::TypePlugin), UInt64, Pointer(LibGObject::TypeInfo), Pointer(LibGObject::TypeValueTable) -> Void
|
|
870
|
+
alias TypePluginUnuse = Pointer(LibGObject::TypePlugin) -> Void
|
|
871
|
+
alias TypePluginUse = Pointer(LibGObject::TypePlugin) -> Void
|
|
872
|
+
alias ValueTransform = Pointer(LibGObject::Value), Pointer(LibGObject::Value) -> Void
|
|
873
|
+
alias WeakNotify = Pointer(Void), Pointer(LibGObject::Object) -> Void
|
|
874
|
+
end
|