diff options
author | Ted Gould <ted@gould.cx> | 2010-12-08 16:02:08 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-12-08 16:02:08 -0600 |
commit | 67140a70be29d91ccfca36095b6d393acfbd901a (patch) | |
tree | ee4b8652ce2d85c8dd246f184c15a2a0c239412b /src/generate-id.h | |
parent | a413ebac8c43f24d72cfeb983170204418201b58 (diff) | |
parent | 6698a1a3c73d1a4131d40eafbbbc38b6e946dbda (diff) | |
download | libayatana-appindicator-67140a70be29d91ccfca36095b6d393acfbd901a.tar.gz libayatana-appindicator-67140a70be29d91ccfca36095b6d393acfbd901a.tar.bz2 libayatana-appindicator-67140a70be29d91ccfca36095b6d393acfbd901a.zip |
Import upstream version 0.2.91
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__ */ |