How do you implement help (using mallard) for the gtk3 application?

I am trying to create my own gtk3 application. I like to use mallard to display some help on how to use my application. However, I don’t know how to encode such a code when clicking the help menu item displays help (mallard). I already have .page files.

Please note: I am not asking how to create help files using mallard. Here's how to integrate mallard into my gtk3 help.

+5
source share
1 answer
Good question. In such cases, I always look at git.gnome.org to find out how Gedit does it. This is a great app for example.

-, , :

help
  \--C
  |  \--*.page
  \--Makefile.am
  \--ar
  \--bg
  \--ca
  \--...other languages...

help/Makefile.am @YELP_HELP_RULES@ ( YELP_HELP_INIT configure.ac.)

, "/", URI help:gedit help:gedit/link_id gtk_show_uri() (. gedit_app_show_help_impl() gedit_app_help_link_id_impl()). , , , Yelp.

+5

All Articles