[xdg-desktop-portal-gnome/gnome-42] shellintrospect: Trivial cleanup



commit 57e7cbd5098d0c41d008b157529b53834e2dd9b9
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]