/usr/include/elementary-1/elm_systray_watcher.h is in libelementary-dev 1.8.5-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 | #ifndef ELM_SYSTRAY_WATCHER_H
#define ELM_SYSTRAY_WATCHER_H
Eina_Bool _elm_systray_watcher_status_notifier_item_register(const char *obj);
Eina_Bool _elm_systray_watcher_init(void);
void _elm_systray_watcher_shutdown(void);
#endif
|