TermList
Object Hierarchy:
Description:
[
CCode ( type_id =
"dee_term_list_get_type ()" ) ]
public class TermList :
Object
All fields in the DeeTermList structure are private and should never be accessed directly
Content:
Properties:
Creation methods:
Methods:
- public unowned string @get (uint index)
- public virtual unowned TermList add_term (string term)
Add a term to the termlist.
- public virtual unowned TermList clear ()
Remove all terms from a term list making it ready for reuse.
- public virtual TermList clone ()
Create a copy of this that shares the
underlying string pool and containing a list of terms as currently set in this.
- public virtual unowned string get_term (uint n)
Get the n'th term in the list.
- public virtual uint num_terms ()
Inherited Members:
All known members inherited from class GLib.Object