From c3c9e7977edfa0179b017d29deb3189a156235c4 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 24 Oct 2017 16:40:50 +0200 Subject: API documentation: Suppress some warnings being thrown. --- src/app-indicator.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/app-indicator.c') diff --git a/src/app-indicator.c b/src/app-indicator.c index b94b060..4df3d3f 100644 --- a/src/app-indicator.c +++ b/src/app-indicator.c @@ -57,9 +57,6 @@ License version 3 and version 2.1 along with this program. If not, see /** * AppIndicatorPrivate: - * All of the private data in an instance of an application indicator. - * - * Private Fields * @id: The ID of the indicator. Maps to AppIndicator:id. * @category: Which category the indicator is. Maps to AppIndicator:category. * @status: The status of the indicator. Maps to AppIndicator:status. @@ -67,6 +64,9 @@ License version 3 and version 2.1 along with this program. If not, see * @attention_icon_name: The name of the attention icon to use. Maps to AppIndicator:attention-icon-name. * @menu: The menu for this indicator. Maps to AppIndicator:menu * @watcher_proxy: The proxy connection to the watcher we're connected to. If we're not connected to one this will be %NULL. + * + * All of the private data in an instance of an application indicator. + * */ struct _AppIndicatorPrivate { /*< Private >*/ @@ -547,7 +547,7 @@ app_indicator_class_init (AppIndicatorClass *klass) * AppIndicator::new-label: * @arg0: The #AppIndicator object * @arg1: The string for the label - * @arg1: The string for the guide + * @arg2: The string for the guide * * Emitted when either #AppIndicator:label or #AppIndicator:label-guide are * changed. -- cgit v1.2.3