diff options
| author | Ted Gould <ted@canonical.com> | 2009-01-12 16:17:25 -0600 |
|---|---|---|
| committer | Ted Gould <ted@canonical.com> | 2009-01-12 16:17:25 -0600 |
| commit | 3d55f9063f2ee1a1a472f5a7b0b4bfa4a798b1f9 (patch) | |
| tree | a878282484487ac32b9cf6af56e27588fbacfed9 /libindicate/indicator.h | |
| parent | b687b3aefb3b7a231d18dea06ca511b990049487 (diff) | |
| download | libayatana-indicator-3d55f9063f2ee1a1a472f5a7b0b4bfa4a798b1f9.tar.gz libayatana-indicator-3d55f9063f2ee1a1a472f5a7b0b4bfa4a798b1f9.tar.bz2 libayatana-indicator-3d55f9063f2ee1a1a472f5a7b0b4bfa4a798b1f9.zip | |
Basic show hide support in the indicator
Diffstat (limited to 'libindicate/indicator.h')
| -rw-r--r-- | libindicate/indicator.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libindicate/indicator.h b/libindicate/indicator.h index 976e4b6..cfa93aa 100644 --- a/libindicate/indicator.h +++ b/libindicate/indicator.h @@ -16,6 +16,8 @@ /* This is a signal that signals to the indicator that the user * has done an action where they'd like this indicator to be * displayed. */ +#define INDICATE_INDICATOR_SIGNAL_HIDE "hide" +#define INDICATE_INDICATOR_SIGNAL_SHOW "show" #define INDICATE_INDICATOR_SIGNAL_DISPLAY "user-display" typedef struct _IndicateIndicator IndicateIndicator; |
