[at-spi2-core: 1/2] Add missing atspi_application_get_type prototype



commit 5413a14f1cb232a293a3181f2477d05ee3152f91
Author: Samuel Thibault <samuel thibault ens-lyon org>
Date:   Thu Aug 1 11:18:45 2019 +0200

    Add missing atspi_application_get_type prototype
    
    This is needed to be able to use macros such as ATSPI_APPLICATION().

 atspi/atspi-application.h | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/atspi/atspi-application.h b/atspi/atspi-application.h
index a3826d5..15fb57a 100644
--- a/atspi/atspi-application.h
+++ b/atspi/atspi-application.h
@@ -64,6 +64,8 @@ struct _AtspiApplicationClass
 AtspiApplication *
 _atspi_application_new (const char *bus_name);
 
+GType atspi_application_get_type (void);
+
 G_END_DECLS
 
 #endif /* _ATSPI_APPLICATION_H_ */


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