Skip to content

Commit

Permalink
do not publish private variables
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Nov 3, 2014
1 parent af2cf8b commit d0f9747
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/modules/Bootloader.rb
Expand Up @@ -833,23 +833,14 @@ def handle_failed_write
publish :function => :Reset, :type => "void ()"
publish :function => :Write, :type => "boolean ()"
publish :function => :FlagOnetimeBoot, :type => "boolean (string)"
publish :function => :ReadOrProposeIfNeeded, :type => "void ()"
publish :function => :getDefaultSection, :type => "string ()"
publish :function => :getKernelParam, :type => "string (string, string)"
publish :function => :getLoaderType, :type => "string ()"
publish :variable => :proposed_cfg_changed, :type => "boolean"
publish :function => :blExport, :type => "map ()"
publish :function => :blImport, :type => "boolean (map)"
publish :function => :blRead, :type => "boolean (boolean, boolean)"
publish :function => :blReset, :type => "void (boolean)"
publish :function => :blPropose, :type => "void ()"
publish :function => :blSave, :type => "boolean (boolean, boolean, boolean)"
publish :function => :blSummary, :type => "list <string> ()"
publish :function => :blUpdate, :type => "void ()"
publish :function => :blWrite, :type => "boolean ()"
publish :function => :blWidgetMaps, :type => "map <string, map <string, any>> ()"
publish :function => :blDialogs, :type => "map <string, symbol ()> ()"
publish :function => :blFlagOnetimeBoot, :type => "boolean (string)"
publish :variable => :test_abort, :type => "boolean ()"
publish :function => :ResetEx, :type => "void (boolean)"
publish :function => :Summary, :type => "list <string> ()"
Expand Down

0 comments on commit d0f9747

Please sign in to comment.