diff options
author | Ted Gould <ted@gould.cx> | 2012-01-13 16:52:42 +0100 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-01-13 16:52:42 +0100 |
commit | 530b2112773545b4449879ef45118e1469946a22 (patch) | |
tree | 8c0a9b1a02aab35ba56879f8470a740242f716ed /tests/dummy-indicator-entry-func.h | |
parent | 347ab41628cd47e996663d47244749d2d9fa1ea7 (diff) | |
download | libayatana-indicator-530b2112773545b4449879ef45118e1469946a22.tar.gz libayatana-indicator-530b2112773545b4449879ef45118e1469946a22.tar.bz2 libayatana-indicator-530b2112773545b4449879ef45118e1469946a22.zip |
Adding some public values to know if functions were called
Diffstat (limited to 'tests/dummy-indicator-entry-func.h')
-rw-r--r-- | tests/dummy-indicator-entry-func.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/dummy-indicator-entry-func.h b/tests/dummy-indicator-entry-func.h index 1134ee7..f5c8264 100644 --- a/tests/dummy-indicator-entry-func.h +++ b/tests/dummy-indicator-entry-func.h @@ -47,6 +47,10 @@ struct _DummyIndicatorEntryFuncClass { struct _DummyIndicatorEntryFunc { IndicatorObject parent; + + gboolean entry_activate_called; + gboolean entry_activate_window_called; + gboolean entry_close_called; }; #endif /* __DUMMY_INDICATOR_ENTRY_FUNC__ */ |