Ardour
9.0-pre0-384-ga76afae0e9
|
#include "gtksearchengine.h"
Go to the source code of this file.
Classes | |
struct | _GtkSearchEngineQuartz |
struct | _GtkSearchEngineQuartzClass |
Macros | |
#define | GTK_TYPE_SEARCH_ENGINE_QUARTZ (_gtk_search_engine_quartz_get_type ()) |
#define | GTK_SEARCH_ENGINE_QUARTZ(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_SEARCH_ENGINE_QUARTZ, GtkSearchEngineQuartz)) |
#define | GTK_SEARCH_ENGINE_QUARTZ_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_SEARCH_ENGINE_QUARTZ, GtkSearchEngineQuartzClass)) |
#define | GTK_IS_SEARCH_ENGINE_QUARTZ(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_SEARCH_ENGINE_QUARTZ)) |
#define | GTK_IS_SEARCH_ENGINE_QUARTZ_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_SEARCH_ENGINE_QUARTZ)) |
#define | GTK_SEARCH_ENGINE_QUARTZ_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_SEARCH_ENGINE_QUARTZ, GtkSearchEngineQuartzClass)) |
Typedefs | |
typedef struct _GtkSearchEngineQuartz | GtkSearchEngineQuartz |
typedef struct _GtkSearchEngineQuartzClass | GtkSearchEngineQuartzClass |
typedef struct _GtkSearchEngineQuartzPrivate | GtkSearchEngineQuartzPrivate |
Functions | |
GType | _gtk_search_engine_quartz_get_type (void) |
GtkSearchEngine * | _gtk_search_engine_quartz_new (void) |
#define GTK_IS_SEARCH_ENGINE_QUARTZ | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_SEARCH_ENGINE_QUARTZ)) |
Definition at line 29 of file gtksearchenginequartz.h.
#define GTK_IS_SEARCH_ENGINE_QUARTZ_CLASS | ( | klass | ) | (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_SEARCH_ENGINE_QUARTZ)) |
Definition at line 30 of file gtksearchenginequartz.h.
#define GTK_SEARCH_ENGINE_QUARTZ | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_SEARCH_ENGINE_QUARTZ, GtkSearchEngineQuartz)) |
Definition at line 27 of file gtksearchenginequartz.h.
#define GTK_SEARCH_ENGINE_QUARTZ_CLASS | ( | klass | ) | (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_SEARCH_ENGINE_QUARTZ, GtkSearchEngineQuartzClass)) |
Definition at line 28 of file gtksearchenginequartz.h.
#define GTK_SEARCH_ENGINE_QUARTZ_GET_CLASS | ( | obj | ) | (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_SEARCH_ENGINE_QUARTZ, GtkSearchEngineQuartzClass)) |
Definition at line 31 of file gtksearchenginequartz.h.
#define GTK_TYPE_SEARCH_ENGINE_QUARTZ (_gtk_search_engine_quartz_get_type ()) |
Definition at line 26 of file gtksearchenginequartz.h.
typedef struct _GtkSearchEngineQuartz GtkSearchEngineQuartz |
Definition at line 24 of file gtksearchenginequartz.h.
typedef struct _GtkSearchEngineQuartzClass GtkSearchEngineQuartzClass |
Definition at line 24 of file gtksearchenginequartz.h.
typedef struct _GtkSearchEngineQuartzPrivate GtkSearchEngineQuartzPrivate |
Definition at line 24 of file gtksearchenginequartz.h.
GType _gtk_search_engine_quartz_get_type | ( | void | ) |
GtkSearchEngine* _gtk_search_engine_quartz_new | ( | void | ) |