diff options
| author | Ted Gould <ted@canonical.com> | 2009-01-07 20:36:35 -0600 |
|---|---|---|
| committer | Ted Gould <ted@canonical.com> | 2009-01-07 20:36:35 -0600 |
| commit | 9389a6a60d0439f659348da14c2b5ad861a1e345 (patch) | |
| tree | 808ee9de20e0c7161b35d81ec9d2172f4486d8bc /libindicate/indicator.h | |
| parent | 4381e65e5c848433f2c3cac37d911f29fc7a5282 (diff) | |
| download | libayatana-indicator-9389a6a60d0439f659348da14c2b5ad861a1e345.tar.gz libayatana-indicator-9389a6a60d0439f659348da14c2b5ad861a1e345.tar.bz2 libayatana-indicator-9389a6a60d0439f659348da14c2b5ad861a1e345.zip | |
Fixing stuff so that everything links all together
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__ */ |
