Re: tags for glib

Hideki IWAMOTO <[email protected]> Sat, 23 Jun 2018 10:17:49 +0900
Newsgroups gmane.comp.gnu.global.general
Message-ID <[email protected]>
HI.

This is normal behavior.
Gtags treats function prototypes as references rather than definitions.

On Sat, 23 Jun 2018 00:07:02 +0300
Иван Трусков <[email protected]> wrote:

> Hello
> I am trying to generate tags for GLib, and i have run into the following
> problem: vast majorioty of symbols are not present in GTAGS. For example,
> from glib/ghash.h, only 2 macros are present, but none of the functions
> (such as g_hash_table_new and such).
> I suspect the reason lies in the fact all functions have macro
> GLIB_AVAILABLE_IN_ALL preceding them.
> How can i generate proper tags that include all symbols in this case?

-- 
Hideki IWAMOTO <[email protected]>