diff options
author | Ted Gould <ted@gould.cx> | 2010-04-01 14:57:30 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-04-01 14:57:30 -0500 |
commit | bf2c8f10f0bf8b18693f9987e420a87f8b060753 (patch) | |
tree | c60117e2f3076ffd71b338d28eb64dc10acaca14 /src/libappindicator/app-indicator.h | |
parent | d6bb68c1ba7e9c0d3cfe1f7f4aeeacd01f3af55b (diff) | |
parent | 5055af870eadff1cdd0f472298047514e25b3af0 (diff) | |
download | ayatana-indicator-application-bf2c8f10f0bf8b18693f9987e420a87f8b060753.tar.gz ayatana-indicator-application-bf2c8f10f0bf8b18693f9987e420a87f8b060753.tar.bz2 ayatana-indicator-application-bf2c8f10f0bf8b18693f9987e420a87f8b060753.zip |
Catch up to trunk
Diffstat (limited to 'src/libappindicator/app-indicator.h')
-rw-r--r-- | src/libappindicator/app-indicator.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libappindicator/app-indicator.h b/src/libappindicator/app-indicator.h index 03656ce..d490c8c 100644 --- a/src/libappindicator/app-indicator.h +++ b/src/libappindicator/app-indicator.h @@ -189,6 +189,7 @@ struct _AppIndicatorClass { /** AppIndicator: @parent: Parent object. + @priv: Internal data. A application indicator represents the values that are needed to show a unique status in the panel for an application. In general, applications @@ -198,7 +199,7 @@ struct _AppIndicatorClass { struct _AppIndicator { GObject parent; - AppIndicatorPrivate *priv; + AppIndicatorPrivate *priv; }; /* GObject Stuff */ |