]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkmain.h
Accelerate the animation when it has been running for a while. (#143647).
[~andy/gtk] / gtk / gtkmain.h
index a159aff0a3c9c02b60b247e6024bba07c1b4c417..03d0bf38b7545ee6395cd1e7f83c48dcbb72fdd2 100644 (file)
@@ -57,9 +57,6 @@ extern "C" {
 
 #endif /* GTK_DISABLE_DEPRECATED */
 
-typedef void   (*GtkModuleInitFunc)        (gint         *argc,
-                                            gchar      ***argv);
-typedef void   (*GtkModuleDisplayInitFunc) (GdkDisplay   *display);
 typedef gint   (*GtkKeySnoopFunc)          (GtkWidget    *grab_widget,
                                             GdkEventKey  *event,
                                             gpointer      func_data);
@@ -89,6 +86,9 @@ gchar* gtk_check_version (guint       required_major,
 /* Initialization, exit, mainloop and miscellaneous routines
  */
 
+gboolean gtk_parse_args           (int    *argc,
+                                  char ***argv);
+
 void     gtk_init                 (int    *argc,
                                    char ***argv);
 
@@ -122,7 +122,7 @@ void     gtk_exit                 (gint    error_code);
 void           gtk_disable_setlocale    (void);
 gchar *        gtk_set_locale           (void);
 PangoLanguage *gtk_get_default_language (void);
-gint           gtk_events_pending       (void);
+gboolean       gtk_events_pending       (void);
 
 /* The following is the event func GTK+ registers with GDK
  * we expose it mainly to allow filtering of events between
@@ -211,10 +211,6 @@ gboolean _gtk_boolean_handled_accumulator (GSignalInvocationHint *ihint,
                                    const GValue          *handler_return,
                                    gpointer               dummy);
 
-gchar * _gtk_find_module     (const gchar *name,
-                             const gchar *type);
-gchar **_gtk_get_module_path (const gchar *type);
-
 gchar *_gtk_get_lc_ctype (void);
 
 #ifdef __cplusplus