Ardour  9.0-pre0-582-g084a23a80d
gtkmodules.h File Reference
#include <gtk/gtksettings.h>
Include dependency graph for gtkmodules.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef void(* GtkModuleInitFunc) (gint *argc, gchar ***argv)
 
typedef void(* GtkModuleDisplayInitFunc) (GdkDisplay *display)
 

Functions

G_BEGIN_DECLS gchar * _gtk_find_module (const gchar *name, const gchar *type)
 
gchar ** _gtk_get_module_path (const gchar *type)
 
void _gtk_modules_init (gint *argc, gchar ***argv, const gchar *gtk_modules_args)
 
void _gtk_modules_settings_changed (GtkSettings *settings, const gchar *modules)
 

Typedef Documentation

◆ GtkModuleDisplayInitFunc

typedef void(* GtkModuleDisplayInitFunc) (GdkDisplay *display)

Definition at line 48 of file gtkmodules.h.

◆ GtkModuleInitFunc

typedef void(* GtkModuleInitFunc) (gint *argc, gchar ***argv)

Definition at line 46 of file gtkmodules.h.

Function Documentation

◆ _gtk_find_module()

G_BEGIN_DECLS gchar* _gtk_find_module ( const gchar *  name,
const gchar *  type 
)

◆ _gtk_get_module_path()

gchar** _gtk_get_module_path ( const gchar *  type)

◆ _gtk_modules_init()

void _gtk_modules_init ( gint *  argc,
gchar ***  argv,
const gchar *  gtk_modules_args 
)

◆ _gtk_modules_settings_changed()

void _gtk_modules_settings_changed ( GtkSettings settings,
const gchar *  modules 
)