Ardour  8.7-14-g57a6773833
gtksearchenginesimple.h File Reference
#include "gtksearchengine.h"
Include dependency graph for gtksearchenginesimple.h:

Go to the source code of this file.

Classes

struct  _GtkSearchEngineSimple
 
struct  _GtkSearchEngineSimpleClass
 

Macros

#define GTK_TYPE_SEARCH_ENGINE_SIMPLE   (_gtk_search_engine_simple_get_type ())
 
#define GTK_SEARCH_ENGINE_SIMPLE(obj)   (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_SEARCH_ENGINE_SIMPLE, GtkSearchEngineSimple))
 
#define GTK_SEARCH_ENGINE_SIMPLE_CLASS(klass)   (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_SEARCH_ENGINE_SIMPLE, GtkSearchEngineSimpleClass))
 
#define GTK_IS_SEARCH_ENGINE_SIMPLE(obj)   (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_SEARCH_ENGINE_SIMPLE))
 
#define GTK_IS_SEARCH_ENGINE_SIMPLE_CLASS(klass)   (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_SEARCH_ENGINE_SIMPLE))
 
#define GTK_SEARCH_ENGINE_SIMPLE_GET_CLASS(obj)   (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_SEARCH_ENGINE_SIMPLE, GtkSearchEngineSimpleClass))
 

Typedefs

typedef struct _GtkSearchEngineSimple GtkSearchEngineSimple
 
typedef struct _GtkSearchEngineSimpleClass GtkSearchEngineSimpleClass
 
typedef struct _GtkSearchEngineSimplePrivate GtkSearchEngineSimplePrivate
 

Functions

GType _gtk_search_engine_simple_get_type (void)
 
GtkSearchEngine_gtk_search_engine_simple_new (void)
 

Macro Definition Documentation

◆ GTK_IS_SEARCH_ENGINE_SIMPLE

#define GTK_IS_SEARCH_ENGINE_SIMPLE (   obj)    (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_SEARCH_ENGINE_SIMPLE))

Definition at line 33 of file gtksearchenginesimple.h.

◆ GTK_IS_SEARCH_ENGINE_SIMPLE_CLASS

#define GTK_IS_SEARCH_ENGINE_SIMPLE_CLASS (   klass)    (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_SEARCH_ENGINE_SIMPLE))

Definition at line 34 of file gtksearchenginesimple.h.

◆ GTK_SEARCH_ENGINE_SIMPLE

#define GTK_SEARCH_ENGINE_SIMPLE (   obj)    (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_SEARCH_ENGINE_SIMPLE, GtkSearchEngineSimple))

Definition at line 31 of file gtksearchenginesimple.h.

◆ GTK_SEARCH_ENGINE_SIMPLE_CLASS

#define GTK_SEARCH_ENGINE_SIMPLE_CLASS (   klass)    (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_SEARCH_ENGINE_SIMPLE, GtkSearchEngineSimpleClass))

Definition at line 32 of file gtksearchenginesimple.h.

◆ GTK_SEARCH_ENGINE_SIMPLE_GET_CLASS

#define GTK_SEARCH_ENGINE_SIMPLE_GET_CLASS (   obj)    (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_SEARCH_ENGINE_SIMPLE, GtkSearchEngineSimpleClass))

Definition at line 35 of file gtksearchenginesimple.h.

◆ GTK_TYPE_SEARCH_ENGINE_SIMPLE

#define GTK_TYPE_SEARCH_ENGINE_SIMPLE   (_gtk_search_engine_simple_get_type ())

Definition at line 30 of file gtksearchenginesimple.h.

Typedef Documentation

◆ GtkSearchEngineSimple

Definition at line 28 of file gtksearchenginesimple.h.

◆ GtkSearchEngineSimpleClass

◆ GtkSearchEngineSimplePrivate

typedef struct _GtkSearchEngineSimplePrivate GtkSearchEngineSimplePrivate

Definition at line 28 of file gtksearchenginesimple.h.

Function Documentation

◆ _gtk_search_engine_simple_get_type()

GType _gtk_search_engine_simple_get_type ( void  )

◆ _gtk_search_engine_simple_new()

GtkSearchEngine* _gtk_search_engine_simple_new ( void  )