Skip to content
Commit a8595350 authored by Anoop Chandu's avatar Anoop Chandu Committed by Christian Hergert
Browse files

symbols: Adding IdeCodeIndexer & IdeCodeIndexEntry

IdeCodeIndexEntry represents an entry in code index.
IdeCodeIndexer interface has to be implemented by plugins
which want to provide indexing service for a language
source file. This interface will take file as input and
generates IdeCodeIndexEntries using which index entries
can be retrieved for that file.

https://bugzilla.gnome.org/show_bug.cgi?id=786700
parent 80118f9e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment