In tagmanager/src/tm_ctags_wrappers.h:

> + */
> +
> +#ifndef TM_CTAGS_WRAPPERS
> +#define TM_CTAGS_WRAPPERS
> +
> +#include <glib.h>
> +
> +#include "tm_parser.h"
> +
> +#include "entry.h" /* for sTagEntryInfo */
> +
> +
> +G_BEGIN_DECLS
> +
> +typedef gboolean (*tm_ctags_callback) (const tagEntryInfo *const tag,
> +	gboolean invalidate, void *user_data);

Yes, it looks like something like this but apparently it doesn't happen very often, at least judging from the projects I tested it on so the question is whether it's worth it.


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub