summaryrefslogtreecommitdiff
path: root/libmdock/matcher.h
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2015-01-19 00:44:17 +0100
committerJavier <dev.git@javispedro.com>2015-01-19 00:44:17 +0100
commit8069ebf9a157ce0952fd9f3ed6a4edcdce071911 (patch)
tree50249ee1554cc8353c427a2c7f336e7d710754be /libmdock/matcher.h
parentcd89c60570d17cad28928f3495eded7af2b45431 (diff)
downloadmdock-8069ebf9a157ce0952fd9f3ed6a4edcdce071911.tar.gz
mdock-8069ebf9a157ce0952fd9f3ed6a4edcdce071911.zip
fixing enums
Diffstat (limited to 'libmdock/matcher.h')
-rw-r--r--libmdock/matcher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmdock/matcher.h b/libmdock/matcher.h
index 46fe4a6..3585605 100644
--- a/libmdock/matcher.h
+++ b/libmdock/matcher.h
@@ -22,6 +22,6 @@
#include "app-id.h"
-const gchar * match_application_to_desktop_file(AppId *appid);
+const gchar * match_appid_to_desktopid(AppId *appid);
#endif /* _MDOCK_MATCHER_H_ */