mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-14 06:10:21 +00:00
Fix inconsistent naming
This commit is contained in:
parent
f00c5a9a46
commit
23a14d86fd
@ -358,7 +358,7 @@ gtk_accesskit_root_new (GtkRoot *root_widget)
|
||||
}
|
||||
|
||||
static void
|
||||
remove_update_from_queue (GtkAccessKitRoot *self, guint id)
|
||||
remove_from_update_queue (GtkAccessKitRoot *self, guint id)
|
||||
{
|
||||
guint i;
|
||||
|
||||
@ -409,7 +409,7 @@ void
|
||||
gtk_accesskit_root_remove_context (GtkAccessKitRoot *self, guint32 id)
|
||||
{
|
||||
g_hash_table_remove (self->contexts, GUINT_TO_POINTER (id));
|
||||
remove_update_from_queue (self, id);
|
||||
remove_from_update_queue (self, id);
|
||||
}
|
||||
|
||||
static accesskit_tree_update *
|
||||
|
Loading…
Reference in New Issue
Block a user