summaryrefslogtreecommitdiff
path: root/atspi/atspi-application.h
diff options
context:
space:
mode:
Diffstat (limited to 'atspi/atspi-application.h')
-rw-r--r--atspi/atspi-application.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/atspi/atspi-application.h b/atspi/atspi-application.h
index 0662031f..691e1c40 100644
--- a/atspi/atspi-application.h
+++ b/atspi/atspi-application.h
@@ -4,7 +4,7 @@
*
* Copyright 2002 Ximian, Inc.
* 2002 Sun Microsystems Inc.
- *
+ *
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -27,18 +27,18 @@
#include <dbus/dbus.h>
-#include "atspi-types.h"
#include "atspi-accessible.h"
+#include "atspi-types.h"
#include <sys/time.h>
G_BEGIN_DECLS
-#define ATSPI_TYPE_APPLICATION (atspi_application_get_type ())
-#define ATSPI_APPLICATION(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), ATSPI_TYPE_APPLICATION, AtspiApplication))
-#define ATSPI_APPLICATION_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), ATSPI_TYPE_APPLICATION, AtspiAccessibleClass))
-#define ATSPI_IS_APPLICATION(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), ATSPI_TYPE_APPLICATION))
-#define ATSPI_IS_APPLICATION_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), ATSPI_TYPE_APPLICATION))
-#define ATSPI_APPLICATION_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), ATSPI_TYPE_APPLICATION, AtspiAccessibleClass))
+#define ATSPI_TYPE_APPLICATION (atspi_application_get_type ())
+#define ATSPI_APPLICATION(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), ATSPI_TYPE_APPLICATION, AtspiApplication))
+#define ATSPI_APPLICATION_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), ATSPI_TYPE_APPLICATION, AtspiAccessibleClass))
+#define ATSPI_IS_APPLICATION(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), ATSPI_TYPE_APPLICATION))
+#define ATSPI_IS_APPLICATION_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), ATSPI_TYPE_APPLICATION))
+#define ATSPI_APPLICATION_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), ATSPI_TYPE_APPLICATION, AtspiAccessibleClass))
typedef struct _AtspiApplication AtspiApplication;
struct _AtspiApplication
@@ -68,4 +68,4 @@ GType atspi_application_get_type (void);
G_END_DECLS
-#endif /* _ATSPI_APPLICATION_H_ */
+#endif /* _ATSPI_APPLICATION_H_ */