view packagekit.h @ 1:483f5fe9d2b2

change icon and tooltip of the tray icon
author Pavol Rusnak <stick@gk2.sk>
date Mon, 26 Sep 2011 18:59:14 +0200
parents f5e03fc667f8
children 847ae02bc13b
line wrap: on
line source

#ifndef PACKAGEKIT_H
#define PACKAGEKIT_H 1

struct UpdatesInfo {
	int normal;
	int critical;
};

void query_packagekit(struct UpdatesInfo *info);

#endif