Skip to content

Instantly share code, notes, and snippets.

@filter-eq
Created September 2, 2021 10:23
Show Gist options
  • Save filter-eq/bdb24f8bacd0cf633531ecebdcc4531f to your computer and use it in GitHub Desktop.
Save filter-eq/bdb24f8bacd0cf633531ecebdcc4531f to your computer and use it in GitHub Desktop.
Gtk4 && devhelp
https://developer-old.gnome.org/gtk4/
download file
gtk4-html-3.90.0.tar.gz
$ cp -r gtk4-html-3.90.0/ /usr/share/gtk-doc/html/gtk4
devhelp -> preferences
disable "Gtk+3 Reference Manual"
@Patitotective
Copy link

Thanks for the information, it worked for me but I found it a little bit confusing so here are an instructions I find clearer.

Download https://developer-old.gnome.org/gtk4/gtk4-html-3.90.0.tar.gz
Extract it
Run this under command the directory you extracted it:
$ cp -r gtk4-html-3.90.0/ /usr/share/gtk-doc/html/gtk4
Open DevHelp and go to preferences
Disable "Gtk+3 Reference Manual"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment