diff options
Diffstat (limited to 'libindicate/indicator.h')
-rw-r--r-- | libindicate/indicator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libindicate/indicator.h b/libindicate/indicator.h index dd21c9d..e427f25 100644 --- a/libindicate/indicator.h +++ b/libindicate/indicator.h @@ -48,7 +48,7 @@ guint indicate_indicator_get_id (IndicateIndicator * indicator); /* Every entry has a type. This should be created by the * subclass and exported through this pretty function */ -const gchar * indicate_indicator_get_type (IndicateIndicator * indicator); +const gchar * indicate_indicator_get_indicator_type (IndicateIndicator * indicator); #endif /* INDICATE_INDICATOR_H_INCLUDED__ */ |