Skip to content

Commit

Permalink
Some minor documentation corrections.
Browse files Browse the repository at this point in the history
  • Loading branch information
PengZheng authored Feb 26, 2024
1 parent 102cd33 commit 6af4f40
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions libs/framework/include/celix_bundle_context.h
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ CELIX_FRAMEWORK_EXPORT celix_array_list_t* celix_bundleContext_findServicesWithO
* @brief Use the service with the provided service id using the provided callback. The Celix framework will ensure that
* the targeted service cannot be removed during the callback.
*
* @deprecated Use celix_bundleContext_trackService* combined with celix_bundleContext_useServiceTracker* functions
* @deprecated Use celix_bundleContext_trackService* combined with celix_bundleContext_useTrackedService* functions
* instead.
*
* The svc is should only be considered valid during the callback.
Expand All @@ -417,7 +417,7 @@ CELIX_FRAMEWORK_DEPRECATED_EXPORT bool celix_bundleContext_useServiceWithId(celi
/**
* @brief Use the highest ranking service with the provided service name using the provided callback.
*
* @deprecated Use celix_bundleContext_trackService* combined with celix_bundleContext_useServiceTracker* functions
* @deprecated Use celix_bundleContext_trackService* combined with celix_bundleContext_useTrackedService* functions
* instead.
*
* The Celix framework will ensure that the targeted service cannot be removed during the callback.
Expand All @@ -444,7 +444,7 @@ CELIX_FRAMEWORK_DEPRECATED_EXPORT bool celix_bundleContext_useService(
/**
* @brief Use the services with the provided service name using the provided callback.
*
* @deprecated Use celix_bundleContext_trackService* combined with celix_bundleContext_useServiceTracker* functions
* @deprecated Use celix_bundleContext_trackService* combined with celix_bundleContext_useTrackedService* functions
* instead.
*
* The Celix framework will ensure that the targeted service cannot be removed during the callback.
Expand Down Expand Up @@ -548,7 +548,7 @@ typedef struct celix_service_use_options {
/**
* @brief Use the highest ranking service satisfying the provided service filter options using the provided callback.
*
* @deprecated Use celix_bundleContext_trackService* combined with celix_bundleContext_useServiceTracker* functions
* @deprecated Use celix_bundleContext_trackService* combined with celix_bundleContext_useTrackedService* functions
* instead.
*
* The Celix framework will ensure that the targeted service cannot be removed during the callback.
Expand All @@ -572,7 +572,7 @@ CELIX_FRAMEWORK_DEPRECATED_EXPORT bool celix_bundleContext_useServiceWithOptions
/**
* @brief Use the services with the provided service filter options using the provided callback.
*
* @deprecated Use celix_bundleContext_trackService* combined with celix_bundleContext_useServiceTracker* functions
* @deprecated Use celix_bundleContext_trackService* combined with celix_bundleContext_useTrackedService* functions
* instead.
*
* The Celix framework will ensure that the targeted service cannot be removed during the callback.
Expand Down

0 comments on commit 6af4f40

Please sign in to comment.