diff options
Diffstat (limited to 'src/app-indicator.h')
-rw-r--r-- | src/app-indicator.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/app-indicator.h b/src/app-indicator.h index 8ae20b0..b8f888a 100644 --- a/src/app-indicator.h +++ b/src/app-indicator.h @@ -233,15 +233,14 @@ struct _AppIndicatorClass { /** * AppIndicator: - * - * A application indicator represents the values that are needed to show a + * parent: Parent object. + * priv: Internal data. + * + * An application indicator represents the values that are needed to show a * unique status in the panel for an application. In general, applications * should try to fit in the other indicators that are available on the * panel before using this. But, sometimes it is necissary. * - * Private fields - * @parent: Parent object. - * @priv: Internal data. */ struct _AppIndicator { GObject parent; |