[xdg-desktop-portal-gnome/gbsneto/window-restore: 6/6] shellintrospect: Trivial cleanup




commit 01d3275ed918b62e6f84acd9b5ae5ea286acacff
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Thu Aug 4 22:39:51 2022 -0300

    shellintrospect: Trivial cleanup
    
    The function parameter name does not match the .c counterpart. Fix
    that.

 src/shellintrospect.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/shellintrospect.h b/src/shellintrospect.h
index a8378dc..f63ecee 100644
--- a/src/shellintrospect.h
+++ b/src/shellintrospect.h
@@ -42,7 +42,7 @@ const uint64_t window_get_id (Window *window);
 
 GPtrArray * shell_introspect_get_windows (ShellIntrospect *shell_introspect);
 
-gboolean shell_introspect_are_animations_enabled (ShellIntrospect *introspect,
+gboolean shell_introspect_are_animations_enabled (ShellIntrospect *shell_introspect,
                                                   gboolean        *enable_animations);
 
 void shell_introspect_wait_for_windows (ShellIntrospect *shell_introspect);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]