Class

DevhelpKeywordModel

Description

class Devhelp.KeywordModel : GObject.Object {
  parent_instance: GObject
}
No description available.

Ancestors

Implements

Constructors

dh_keyword_model_new
No description available.

Instance methods

dh_keyword_model_filter

Searches in the DhBookList of profile the list of DhLinks that correspond to search_string, and fills the model with that list (erasing the previous content).

Methods inherited from GObject (43)
Methods inherited from GtkTreeModel (28)

Signals

Signals inherited from GObject (1)
GObject.Object::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Signals inherited from GtkTreeModel (5)
Gtk.TreeModel::row-changed

This signal is emitted when a row in the model has changed.

Gtk.TreeModel::row-deleted

This signal is emitted when a row has been deleted.

Gtk.TreeModel::row-has-child-toggled

This signal is emitted when a row has gotten the first child row or lost its last child row.

Gtk.TreeModel::row-inserted

This signal is emitted when a new row has been inserted in the model.

Gtk.TreeModel::rows-reordered

This signal is emitted when the children of a node in the GtkTreeModel have been reordered.

Class structure

struct DevhelpKeywordModelClass {
  GObjectClass parent_class;
  None padding;
  
}
Class members
parent_class
GObjectClass
  No description available.
padding
None
  No description available.