I spent some time to get comfortable with GTK naming conventions. Now, I have to re-learn several things. For test purpose, I tried to find a useful function pango_cairo_show_layout
on this page: https://docs.gtk.org/PangoCairo/index.html but I could not.
The fulltext search has helped, the function is found, and it is listed on the page above, but under a different name: show_layout
, i.e. without the prefix. I see that the prefix is redundant. But now I must operate with two different types/sets of function names, with and without prefixes. The word PangoLayout
in the description does not work as a link anymore. However we get a link to the source code of the function. There are losses, there are wins…
BTW, what will happen to doc packages that are installed locally from a repo? Would they be updated, and if yes, then regarding the content only, or the representation too?