| Top |
| guint | begin-line | Read / Write / Construct |
| guint | begin-line-offset | Read / Write / Construct |
| guint | end-line | Read / Write / Construct |
| guint | end-line-offset | Read / Write / Construct |
| gint | flags | Read / Write / Construct |
| gchar * | key | Read / Write / Construct |
| gint | kind | Read / Write / Construct |
| gchar * | name | Read / Write / Construct |
const gchar *
ide_code_index_entry_get_key (IdeCodeIndexEntry *self);
const gchar *
ide_code_index_entry_get_name (IdeCodeIndexEntry *self);
IdeSymbolKind
ide_code_index_entry_get_kind (IdeCodeIndexEntry *self);
IdeSymbolFlags
ide_code_index_entry_get_flags (IdeCodeIndexEntry *self);
void ide_code_index_entry_get_range (IdeCodeIndexEntry *self,guint *begin_line,guint *begin_line_offset,guint *end_line,guint *end_line_offset);
struct IdeCodeIndexEntryClass {
GObjectClass parent;
/*< private */
gpointer _padding[16];
};
“begin-line” property“begin-line” guint
Begin Line of declaration.
Flags: Read / Write / Construct
Default value: 0
“begin-line-offset” property“begin-line-offset” guint
Begin Line Offset of declaration.
Flags: Read / Write / Construct
Default value: 0
“end-line” property“end-line” guint
End Line of declaration.
Flags: Read / Write / Construct
Default value: 0
“end-line-offset” property“end-line-offset” guint
End Line Offset of declaration.
Flags: Read / Write / Construct
Default value: 0
“flags” property“flags” gint
Flags of declaration.
Flags: Read / Write / Construct
Default value: 0
“key” property“key” gchar *
A key unique to declaration.
Flags: Read / Write / Construct
Default value: NULL
“kind” property“kind” gint
Kind of declaration.
Flags: Read / Write / Construct
Default value: 0
“name” property“name” gchar *
Name of declaration.
Flags: Read / Write / Construct
Default value: NULL