diff --git a/libsecret/secret-paths.c b/libsecret/secret-paths.c index 96ffa07..49e8427 100644 --- a/libsecret/secret-paths.c +++ b/libsecret/secret-paths.c @@ -112,7 +112,7 @@ secret_collection_new_for_dbus_path_finish (GAsyncResult *result, * * Get a new collection proxy for a collection in the secret service. * - * If @service is %NULL, then [funcService.get_sync] will be called to get + * If @service is %NULL, then [func@Service.get_sync] will be called to get * the default [class@Service] proxy. * * This method may block indefinitely and should not be used in user interface @@ -163,7 +163,7 @@ secret_collection_new_for_dbus_path_sync (SecretService *service, * * Get a new item proxy for a secret item in the secret service. * - * If @service is %NULL, then [funcService.get] will be called to get + * If @service is %NULL, then [func@Service.get] will be called to get * the default [class@Service] proxy. * * This method will return immediately and complete asynchronously. @@ -240,7 +240,7 @@ secret_item_new_for_dbus_path_finish (GAsyncResult *result, * * Get a new item proxy for a secret item in the secret service. * - * If @service is %NULL, then [funcService.get_sync] will be called to get + * If @service is %NULL, then [func@Service.get_sync] will be called to get * the default [class@Service] proxy. * * This method may block indefinitely and should not be used in user interface