diff options
Diffstat (limited to 'src/dbus-shared-names.h')
-rw-r--r-- | src/dbus-shared-names.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/dbus-shared-names.h b/src/dbus-shared-names.h index c4ccd05..13ad227 100644 --- a/src/dbus-shared-names.h +++ b/src/dbus-shared-names.h @@ -20,6 +20,15 @@ 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 { + UP_TO_DATE, + CHECKING_FOR_UPDATES, + UPDATES_AVAILABLE, + FINISHED_CHECKING, + UPDATING, + RESTART_NEEDED +}AptState; + #ifndef __DBUS_SHARED_NAMES_H__ #define __DBUS_SHARED_NAMES_H__ 1 |