DhAssistant

DhAssistant

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBin
                    ╰── GtkWindow
                        ╰── GtkApplicationWindow
                            ╰── DhAssistant

Implemented Interfaces

DhAssistant implements AtkImplementorIface, GtkBuildable, GActionGroup and GActionMap.

Description

Functions

dh_assistant_new ()

GtkWidget *
dh_assistant_new (DhApp *application);

Create a new DhAssistant object.

Parameters

application

the parent DhApp

 

Returns

a new DhAssistant object


dh_assistant_search ()

gboolean
dh_assistant_search (DhAssistant *assistant,
                     const gchar *str);

Search for str in the current assistant.

Parameters

assistant

a DhAssistant object

 

str

the search query

 

Returns

TRUE if str was found, FALSE otherwise

Types and Values

struct DhAssistant

struct DhAssistant;

struct DhAssistantClass

struct DhAssistantClass {
        GtkApplicationWindowClass parent_class;
};