Ardour
9.0-pre0-582-g084a23a80d
|
#include "gtksearchengine.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) |
#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.
#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.
#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.
#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.
#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.
#define GTK_TYPE_SEARCH_ENGINE_SIMPLE (_gtk_search_engine_simple_get_type ()) |
Definition at line 30 of file gtksearchenginesimple.h.
typedef struct _GtkSearchEngineSimple GtkSearchEngineSimple |
Definition at line 28 of file gtksearchenginesimple.h.
typedef struct _GtkSearchEngineSimpleClass GtkSearchEngineSimpleClass |
Definition at line 28 of file gtksearchenginesimple.h.
typedef struct _GtkSearchEngineSimplePrivate GtkSearchEngineSimplePrivate |
Definition at line 28 of file gtksearchenginesimple.h.
GType _gtk_search_engine_simple_get_type | ( | void | ) |
GtkSearchEngine* _gtk_search_engine_simple_new | ( | void | ) |