mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-15 14:50:06 +00:00
Remove gtk_main_do_event from public API
This commit is contained in:
parent
057f41532b
commit
688f8bf085
@ -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
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user