aboutsummaryrefslogtreecommitdiff
path: root/src/generate-id.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-08-11 12:11:34 -0500
committerTed Gould <ted@gould.cx>2010-08-11 12:11:34 -0500
commit68b74230e9641ddd34e2ff48f9be982f15ea58c6 (patch)
tree1992840ebd3c863d3e797fed2df9b8f37658b8a3 /src/generate-id.h
parent5dcb1d4db537966b7cc685dcba2a6e5352476232 (diff)
parent0dd2e79a84c137ed4846bfd145ce362dcade3477 (diff)
downloadlibayatana-appindicator-68b74230e9641ddd34e2ff48f9be982f15ea58c6.tar.gz
libayatana-appindicator-68b74230e9641ddd34e2ff48f9be982f15ea58c6.tar.bz2
libayatana-appindicator-68b74230e9641ddd34e2ff48f9be982f15ea58c6.zip
* Upstream Merge
* Cleaning up the ID creation and ordering to put low numbers to the right.
Diffstat (limited to 'src/generate-id.h')
-rw-r--r--src/generate-id.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/generate-id.h b/src/generate-id.h
index 3713158..9d3167d 100644
--- a/src/generate-id.h
+++ b/src/generate-id.h
@@ -23,7 +23,8 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
#define __GENERATE_ID_H__
#include <glib.h>
+#include "app-indicator.h"
-guint32 generate_id (const gchar category, const gchar * id);
+guint32 generate_id (const AppIndicatorCategory category, const gchar * id);
#endif /* __GENERATE_ID_H__ */