diff options
Diffstat (limited to 'src/shell-tp-client.c')
-rw-r--r-- | src/shell-tp-client.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shell-tp-client.c b/src/shell-tp-client.c index b6232e5b..400b8296 100644 --- a/src/shell-tp-client.c +++ b/src/shell-tp-client.c @@ -35,7 +35,7 @@ struct _ShellTpClientPrivate * if possible * @channels: (element-type TelepathyGLib.Channel): a #GList of #TpChannel, * all having %TP_CHANNEL_FEATURE_CORE prepared if possible - * @dispatch_operation: (allow-none): a #TpChannelDispatchOperation or %NULL; + * @dispatch_operation: (nullable): a #TpChannelDispatchOperation or %NULL; * the dispatch_operation is not guaranteed to be prepared * @requests: (element-type TelepathyGLib.ChannelRequest): a #GList of * #TpChannelRequest, all having their object-path defined but are not @@ -54,7 +54,7 @@ struct _ShellTpClientPrivate * if possible * @channels: (element-type TelepathyGLib.Channel): a #GList of #TpChannel, * all having %TP_CHANNEL_FEATURE_CORE prepared if possible - * @dispatch_operation: (allow-none): a #TpChannelDispatchOperation or %NULL; + * @dispatch_operation: (nullable): a #TpChannelDispatchOperation or %NULL; * the dispatch_operation is not guaranteed to be prepared * @context: a #TpAddDispatchOperationContext representing the context of this * D-Bus call |