[at-spi2-core: 2/47] Make function static
- From: Federico Mena Quintero <federico src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [at-spi2-core: 2/47] Make function static
- Date: Wed, 13 Jul 2022 03:08:24 +0000 (UTC)
commit 0688a04dd906633219c62e0295612ed125aeae33
Author: Federico Mena Quintero <federico gnome org>
Date: Tue Nov 23 18:16:28 2021 -0600
Make function static
atspi/atspi-misc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/atspi/atspi-misc.c b/atspi/atspi-misc.c
index 1fb39929..710ac34c 100644
--- a/atspi/atspi-misc.c
+++ b/atspi/atspi-misc.c
@@ -410,7 +410,7 @@ add_app_to_desktop (AtspiAccessible *a, const char *bus_name)
return (obj != NULL);
}
-void
+static void
get_reference_from_iter (DBusMessageIter *iter, const char **app_name, const char **path)
{
DBusMessageIter iter_struct;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]