Top | ![]() |
![]() |
![]() |
![]() |
DhBook * | dh_book_new () |
GList * | dh_book_get_keywords () |
GList * | dh_book_get_completions () |
GNode * | dh_book_get_tree () |
const gchar * | dh_book_get_name () |
const gchar * | dh_book_get_title () |
const gchar * | dh_book_get_language () |
const gchar * | dh_book_get_path () |
gboolean | dh_book_get_enabled () |
void | dh_book_set_enabled () |
gint | dh_book_cmp_by_path () |
gint | dh_book_cmp_by_path_str () |
gint | dh_book_cmp_by_name () |
gint | dh_book_cmp_by_name_str () |
gint | dh_book_cmp_by_title () |
GList *
dh_book_get_keywords (DhBook *book
);
Get the GList of keywords associated with the book.
GList *
dh_book_get_completions (DhBook *book
);
Get the GList of completions associated with the book.
GNode *
dh_book_get_tree (DhBook *book
);
Get the GNode representing the book tree.
gboolean
dh_book_get_enabled (DhBook *book
);
Get the current state of the book.
void dh_book_set_enabled (DhBook *book
,gboolean enabled
);
Enable or disable completely the book.
gint dh_book_cmp_by_path (DhBook *a
,DhBook *b
);
Compare the DhBook a
and b
by their paths.
gint dh_book_cmp_by_path_str (DhBook *a
,const gchar *b_path
);
dh_book_cmp_by_path_str
is deprecated and should not be used in newly-written code.
Compare the path of the DhBook a with b_path
.
gint dh_book_cmp_by_name (DhBook *a
,DhBook *b
);
Compare the DhBook a
and b
by their name.
gint dh_book_cmp_by_name_str (DhBook *a
,const gchar *b_name
);
dh_book_cmp_by_name_str
is deprecated and should not be used in newly-written code.
Compare the name of the DhBook a with b_name
.
“deleted”
signalvoid user_function (DhBook *book, gpointer user_data)
book |
the book on which the signal is emitted |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run Last
“disabled”
signalvoid user_function (DhBook *book, gpointer user_data)
book |
the book on which the signal is emitted |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run Last
“enabled”
signalvoid user_function (DhBook *book, gpointer user_data)
book |
the book on which the signal is emitted |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run Last