diff options
author | Ted Gould <ted@gould.cx> | 2010-12-08 15:19:44 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-12-08 15:19:44 -0600 |
commit | 0d8a2c601b50a1d9ce6ccd1140f624c84558cf9d (patch) | |
tree | ba70d1960abc1fbf7892f1f870f47416cf13e3ee /src/generate-id.h | |
parent | 6d73d549745eddea81b38c7effa0f48509fcbb8d (diff) | |
parent | 5b8d8f97aa46c2d56e7c4bbc244dafe378b60e8d (diff) | |
download | libayatana-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.h | 2 |
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__ */ |