Go to the source code of this file.
◆ GtkModuleDisplayInitFunc
      
        
          | typedef void(* GtkModuleDisplayInitFunc) (GdkDisplay *display) | 
      
 
 
◆ GtkModuleInitFunc
      
        
          | typedef void(* GtkModuleInitFunc) (gint *argc, gchar ***argv) | 
      
 
 
◆ _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 | 
        
          |  | ) |  |  |