diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-10-12 16:12:14 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-10-12 21:43:17 -0400 |
commit | 3bfb32e699cb7b230382fec5e2058722d3a57515 (patch) | |
tree | 1b554a6eaf714613d9a65cf4e655fb4964d28997 | |
parent | 5eb482ebaadcd078abad5cfcec7e9dfbc2c57c99 (diff) | |
download | gtk+-3bfb32e699cb7b230382fec5e2058722d3a57515.tar.gz |
Cosmetics
-rw-r--r-- | gtk/gtkaccessibleprivate.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkaccessibleprivate.h b/gtk/gtkaccessibleprivate.h index 05351d4526..092f9c2d9c 100644 --- a/gtk/gtkaccessibleprivate.h +++ b/gtk/gtkaccessibleprivate.h @@ -37,7 +37,7 @@ GtkATContext * gtk_accessible_get_at_context (GtkAccessible *self); const char * gtk_accessible_role_to_name (GtkAccessibleRole role, const char *domain); -void gtk_accessible_platform_changed (GtkAccessible *self, - GtkAccessiblePlatformChange change); +void gtk_accessible_platform_changed (GtkAccessible *self, + GtkAccessiblePlatformChange change); G_END_DECLS |