diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-07-20 18:17:49 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-07-20 18:17:49 +0100 |
commit | ec2941976b938e93fc94cdc4309a221b3194c881 (patch) | |
tree | 6b31e639a1ac96070d5f8451231976aefd736323 /src/dbus-shared-names.h | |
parent | 34a5a7289ede2d662d6c64457afcd1c22354d21b (diff) | |
download | ayatana-indicator-session-ec2941976b938e93fc94cdc4309a221b3194c881.tar.gz ayatana-indicator-session-ec2941976b938e93fc94cdc4309a221b3194c881.tar.bz2 ayatana-indicator-session-ec2941976b938e93fc94cdc4309a221b3194c881.zip |
apt watcher now controlling menuitem with signals and methods in place
Diffstat (limited to 'src/dbus-shared-names.h')
-rw-r--r-- | src/dbus-shared-names.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/dbus-shared-names.h b/src/dbus-shared-names.h index c4ccd05..f2dbede 100644 --- a/src/dbus-shared-names.h +++ b/src/dbus-shared-names.h @@ -20,6 +20,13 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ +typedef enum { + RESTART_NEEDED, + UPDATES_IN_PROGRESS, + UPDATES_AVAILABLE, + UP_TO_DATE, +}AptState; + #ifndef __DBUS_SHARED_NAMES_H__ #define __DBUS_SHARED_NAMES_H__ 1 |