aboutsummaryrefslogtreecommitdiff
path: root/src/generate-id.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-12-08 15:19:44 -0600
committerTed Gould <ted@gould.cx>2010-12-08 15:19:44 -0600
commit0d8a2c601b50a1d9ce6ccd1140f624c84558cf9d (patch)
treeba70d1960abc1fbf7892f1f870f47416cf13e3ee /src/generate-id.h
parent6d73d549745eddea81b38c7effa0f48509fcbb8d (diff)
parent5b8d8f97aa46c2d56e7c4bbc244dafe378b60e8d (diff)
downloadlibayatana-appindicator-0d8a2c601b50a1d9ce6ccd1140f624c84558cf9d.tar.gz
libayatana-appindicator-0d8a2c601b50a1d9ce6ccd1140f624c84558cf9d.tar.bz2
libayatana-appindicator-0d8a2c601b50a1d9ce6ccd1140f624c84558cf9d.zip
Switching the library over to using GDBus
Diffstat (limited to 'src/generate-id.h')
-rw-r--r--src/generate-id.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/generate-id.h b/src/generate-id.h
index 9d3167d..2c31921 100644
--- a/src/generate-id.h
+++ b/src/generate-id.h
@@ -25,6 +25,6 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
#include <glib.h>
#include "app-indicator.h"
-guint32 generate_id (const AppIndicatorCategory category, const gchar * id);
+guint32 _generate_id (const AppIndicatorCategory category, const gchar * id);
#endif /* __GENERATE_ID_H__ */