From f5a00fffb64542d11a4e531b21ade48c10d3dbea Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Fri, 25 May 2012 14:30:33 -0400 Subject: [PATCH] Fix introspection warnings https://bugs.freedesktop.org/show_bug.cgi?id=50361 --- telepathy-logger/call-channel.c | 2 +- telepathy-logger/channel.c | 2 +- telepathy-logger/conf.c | 6 +++--- telepathy-logger/event.c | 10 +++++----- telepathy-logger/log-manager.c | 14 +++++++------- telepathy-logger/streamed-media-channel.c | 2 +- telepathy-logger/text-channel.c | 2 +- telepathy-logger/text-event.c | 18 +++++++++--------- 8 files changed, 28 insertions(+), 28 deletions(-) diff --git a/telepathy-logger/call-channel.c b/telepathy-logger/call-channel.c index 0ba1a67..3c188c0 100644 --- a/telepathy-logger/call-channel.c +++ b/telepathy-logger/call-channel.c @@ -465,7 +465,7 @@ _tpl_call_channel_init (TplCallChannel *self) /** - * _tpl_call_channel_new + * _tpl_call_channel_new: * @conn: TpConnection instance owning the channel * @object_path: the channel's DBus path * @tp_chan_props: channel's immutable properties, obtained for example by diff --git a/telepathy-logger/channel.c b/telepathy-logger/channel.c index 1a55de6..93e84da 100644 --- a/telepathy-logger/channel.c +++ b/telepathy-logger/channel.c @@ -34,7 +34,7 @@ _tpl_channel_default_init (TplChannelInterface *iface) /** - * tpl_channel_prepare_async + * tpl_channel_prepare_async: * @self: a TplChannel instance * @cb: a callback * @user_data: user's data passed to the callback diff --git a/telepathy-logger/conf.c b/telepathy-logger/conf.c index 5f4073f..fea99fa 100644 --- a/telepathy-logger/conf.c +++ b/telepathy-logger/conf.c @@ -182,7 +182,7 @@ _tpl_conf_init (TplConf *self) /** - * _tpl_conf_dup + * _tpl_conf_dup: * * Convenience function to obtain a TPL Configuration object, which is a * singleton. @@ -198,7 +198,7 @@ _tpl_conf_dup (void) /** - * _tpl_conf_is_globally_enabled + * _tpl_conf_is_globally_enabled: * @self: a TplConf instance * * Whether TPL is globally enabled or not. If it's not globally enabled, no @@ -221,7 +221,7 @@ _tpl_conf_is_globally_enabled (TplConf *self) /** - * _tpl_conf_globally_enable + * _tpl_conf_globally_enable: * @self: a TplConf instance * @enable: wether to globally enable or globally disable logging. * diff --git a/telepathy-logger/event.c b/telepathy-logger/event.c index 9210bf6..f061ce0 100644 --- a/telepathy-logger/event.c +++ b/telepathy-logger/event.c @@ -265,7 +265,7 @@ tpl_event_init (TplEvent *self) } /** - * tpl_event_get_timestamp + * tpl_event_get_timestamp: * @self: a #TplEvent * * Returns: the same timestamp as the #TplEvent:timestamp property @@ -280,7 +280,7 @@ tpl_event_get_timestamp (TplEvent *self) /** - * tpl_event_get_sender + * tpl_event_get_sender: * @self: a #TplEvent * * Returns: (transfer none): the same #TplEntity as the #TplEvent:sender property @@ -294,7 +294,7 @@ tpl_event_get_sender (TplEvent *self) } /** - * tpl_event_get_receiver + * tpl_event_get_receiver: * @self: a #TplEvent * * Returns: (transfer none): the same #TplEntity as the #TplEvent:receiver property @@ -342,7 +342,7 @@ _tpl_event_target_is_room (TplEvent *self) /** - * tpl_event_get_account + * tpl_event_get_account_path: * @self: a #TplEvent * * @@ -389,7 +389,7 @@ tpl_event_equal (TplEvent *self, } /** - * tpl_event_get_account + * tpl_event_get_account: * @self: a #TplEvent * * diff --git a/telepathy-logger/log-manager.c b/telepathy-logger/log-manager.c index c477bd1..d37ab85 100644 --- a/telepathy-logger/log-manager.c +++ b/telepathy-logger/log-manager.c @@ -305,7 +305,7 @@ tpl_log_manager_init (TplLogManager *self) /** - * tpl_log_manager_dup_singleton + * tpl_log_manager_dup_singleton: * * Returns: (transfer full): a new reference on the log manager */ @@ -317,7 +317,7 @@ tpl_log_manager_dup_singleton (void) /* - * _tpl_log_manager_add_event + * _tpl_log_manager_add_event: * @manager: the log manager * @event: a TplEvent subclass's instance * @error: the memory location of GError, filled if an error occurs @@ -385,7 +385,7 @@ _tpl_log_manager_add_event (TplLogManager *manager, /* - * _tpl_log_manager_register_log_store + * _tpl_log_manager_register_log_store: * @self: the log manager * @logstore: a TplLogStore interface implementation * @@ -610,7 +610,7 @@ _tpl_log_manager_get_filtered_events (TplLogManager *manager, /* - * _tpl_log_manager_get_entities + * _tpl_log_manager_get_entities: * @manager: the log manager * @account: a TpAccount the query will return data related to * @@ -723,7 +723,7 @@ _tpl_log_manager_search_hit_free (TplLogSearchHit *hit) /** - * tpl_log_manager_search_free: (skip): + * tpl_log_manager_search_free: (skip) * @hits: a #GList of #TplLogSearchHit * * Free @hits and its content. @@ -990,7 +990,7 @@ _get_events_for_date_async_thread (GSimpleAsyncResult *simple, /** - * tpl_log_manager_get_events_for_date_async + * tpl_log_manager_get_events_for_date_async: * @manager: a #TplLogManager * @account: a #TpAccount * @target: a non-NULL #TplEntity @@ -1043,7 +1043,7 @@ tpl_log_manager_get_events_for_date_async (TplLogManager *manager, /** - * tpl_log_manager_get_events_for_date_finish + * tpl_log_manager_get_events_for_date_finish: * @self: a #TplLogManager * @result: a #GAsyncResult * @events: (out) (transfer full) (element-type TelepathyLogger.Event): a diff --git a/telepathy-logger/streamed-media-channel.c b/telepathy-logger/streamed-media-channel.c index 5f03bcf..ff4d501 100644 --- a/telepathy-logger/streamed-media-channel.c +++ b/telepathy-logger/streamed-media-channel.c @@ -599,7 +599,7 @@ _tpl_streamed_media_channel_init (TplStreamedMediaChannel *self) /** - * _tpl_streamed_media_channel_new + * _tpl_streamed_media_channel_new: * @conn: TpConnection instance owning the channel * @object_path: the channel's DBus path * @tp_chan_props: channel's immutable properties, obtained for example by diff --git a/telepathy-logger/text-channel.c b/telepathy-logger/text-channel.c index 622cb12..fa98eba 100644 --- a/telepathy-logger/text-channel.c +++ b/telepathy-logger/text-channel.c @@ -832,7 +832,7 @@ _tpl_text_channel_init (TplTextChannel *self) /** - * _tpl_text_channel_new + * _tpl_text_channel_new: * @conn: TpConnection instance owning the channel * @object_path: the channel's DBus path * @tp_chan_props: channel's immutable properties, obtained for example by diff --git a/telepathy-logger/text-event.c b/telepathy-logger/text-event.c index c86522a..3e7e188 100644 --- a/telepathy-logger/text-event.c +++ b/telepathy-logger/text-event.c @@ -250,7 +250,7 @@ tpl_text_event_init (TplTextEvent *self) /** - * _tpl_text_event_message_type_from_str + * _tpl_text_event_message_type_from_str: * @type_str: string to transform into a #TpChannelTextMessageType * * Maps strings into enum #TpChannelTextMessageType values. @@ -272,7 +272,7 @@ _tpl_text_event_message_type_from_str (const gchar *type_str) /** - * _tpl_text_event_message_type_to_str + * _tpl_text_event_message_type_to_str: * @msg_type: message type to transform into a string * * Maps enum #TpChannelTextMessageType values into strings @@ -290,7 +290,7 @@ _tpl_text_event_message_type_to_str (TpChannelTextMessageType msg_type) /** - * tpl_text_event_get_message + * tpl_text_event_get_message: * @self: a #TplTextEvent * * Returns: the same message as the #TplTextEvent:message property @@ -305,7 +305,7 @@ tpl_text_event_get_message (TplTextEvent *self) /** - * tpl_text_event_get_message_token + * tpl_text_event_get_message_token: * @self: a #TplTextEvent * * Returns: the same message as the #TplTextEvent:message-token property @@ -320,7 +320,7 @@ tpl_text_event_get_message_token (TplTextEvent *self) /** - * tpl_text_event_get_supersedes_token + * tpl_text_event_get_supersedes_token: * @self: a #TplTextEvent * * Returns: the same message as the #TplTextEvent:supersedes-token property @@ -335,7 +335,7 @@ tpl_text_event_get_supersedes_token (TplTextEvent *self) /** - * _tpl_text_event_add_supersedes + * _tpl_text_event_add_supersedes: * @self: a #TplTextEvent * @old_event: (transfer none): an #TplTextEvent which this one supersedes * @@ -361,7 +361,7 @@ _tpl_text_event_add_supersedes (TplTextEvent *self, /** - * tpl_text_event_get_supersedes + * tpl_text_event_get_supersedes: * @self: a #TplTextEvent * * Returns: (transfer none) (element-type TelepathyLogger.TextEvent): A #GList @@ -376,7 +376,7 @@ tpl_text_event_get_supersedes (TplTextEvent *self) /** - * tpl_text_event_get_message_type + * tpl_text_event_get_message_type: * @self: a #TplTextEvent * * Returns: the same message as the #TplTextEvent:message-type property @@ -392,7 +392,7 @@ tpl_text_event_get_message_type (TplTextEvent *self) /** - * tpl_text_event_get_edit_timestamp + * tpl_text_event_get_edit_timestamp: * @self: a #TplTextEvent * * Returns: the same value as the #TplTextEvent:edit-timestamp property -- 1.7.10.1