• Places
    • Home
    • Graphs
    • Prefixes
  • Admin
    • Users
    • Settings
    • Plugins
    • Statistics
  • Repository
    • Load local file
    • Load from HTTP
    • Load from library
    • Remove triples
    • Clear repository
    • RDF quality heuristics
  • Query
    • YASGUI SPARQL Editor
    • Simple Form
    • SWISH Prolog shell
  • Help
    • Documentation
    • Tutorial
    • Roadmap
    • HTTP Services
  • Login

B.8 Hooks for integrating libraries
AllApplicationManualNameSummaryHelp

  • Documentation
    • Reference manual
      • Hackers corner
        • Hooks for integrating libraries
          • prolog_list_goal/1
          • debug_control_hook/1
          • help_hook/1
    • Packages
prolog:help_hook(+Action)
Hook into help/0 and help/1. If the hook succeeds, the built-in actions are not executed. For example, ?- help(picture). is caught by the XPCE help hook to give help on the class picture. Defined actions are:
help
User entered plain help/0 to give default help. The default performs help(help/1), giving help on help.
help(What)
Hook in help/1 on the topic What.
apropos(What)
Hook in apropos/1 on the topic What.
ClioPatria (version V3.1.1-40-g9d9e003)