Remove gtk_main_do_event from public API

This commit is contained in:
Matthias Clasen 2020-02-09 10:55:56 -05:00
parent 057f41532b
commit 688f8bf085
2 changed files with 1 additions and 2 deletions

View File

@ -112,8 +112,6 @@ GtkTextDirection gtk_get_locale_direction (void);
GDK_AVAILABLE_IN_ALL
gboolean gtk_events_pending (void);
GDK_AVAILABLE_IN_ALL
void gtk_main_do_event (GdkEvent *event);
GDK_AVAILABLE_IN_ALL
void gtk_main (void);
GDK_AVAILABLE_IN_ALL

View File

@ -93,6 +93,7 @@ gboolean _gtk_translate_keyboard_accel_state (GdkKeymap *keymap,
gboolean gtk_propagate_event_internal (GtkWidget *widget,
GdkEvent *event,
GtkWidget *topmost);
void gtk_main_do_event (GdkEvent *event);
gdouble _gtk_get_slowdown (void);
void _gtk_set_slowdown (gdouble slowdown_factor);