aboutsummaryrefslogtreecommitdiff
path: root/tests/dummy-indicator-entry-func.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/dummy-indicator-entry-func.h')
-rw-r--r--tests/dummy-indicator-entry-func.h16
1 files changed, 9 insertions, 7 deletions
diff --git a/tests/dummy-indicator-entry-func.h b/tests/dummy-indicator-entry-func.h
index c1fa8d3..97b3a04 100644
--- a/tests/dummy-indicator-entry-func.h
+++ b/tests/dummy-indicator-entry-func.h
@@ -2,9 +2,11 @@
Test for libindicator
Copyright 2012 Canonical Ltd.
+Copyright 2021 AyatanaIndicators
Authors:
Ted Gould <ted@canonical.com>
+ Robert Tari <robert@tari.in>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
@@ -26,8 +28,8 @@ License along with this library. If not, see
#include <glib.h>
#include <glib-object.h>
-#include "libayatana-indicator/indicator.h"
-#include "libayatana-indicator/indicator-object.h"
+#include "indicator.h"
+#include "indicator-object.h"
G_BEGIN_DECLS
@@ -42,15 +44,15 @@ typedef struct _DummyIndicatorEntryFunc DummyIndicatorEntryFunc;
typedef struct _DummyIndicatorEntryFuncClass DummyIndicatorEntryFuncClass;
struct _DummyIndicatorEntryFuncClass {
- IndicatorObjectClass parent_class;
+ IndicatorObjectClass parent_class;
};
struct _DummyIndicatorEntryFunc {
- IndicatorObject parent;
+ IndicatorObject parent;
- gboolean entry_activate_called;
- gboolean entry_activate_window_called;
- gboolean entry_close_called;
+ gboolean entry_activate_called;
+ gboolean entry_activate_window_called;
+ gboolean entry_close_called;
};
#endif /* __DUMMY_INDICATOR_ENTRY_FUNC__ */