pygobject / pgi-docgen

API Documentation Generator for PyGObject
https://lazka.github.io/pgi-docs/
GNU Lesser General Public License v2.1
127 stars 36 forks source link

Extend symbol mapping #107

Closed lazka closed 8 years ago

lazka commented 8 years ago

C functions can be mapped to multiple Python functions e.g. g_regex_match_simple gets exposed as GLib.Regex.match_simple and GLib.regex_match_simple but currently only save one of them.

This is needed so we can show links to the C source for both entries