diff options
author | Stefan Schmidt <stefan@osg.samsung.com> | 2016-08-08 14:47:46 +0200 |
---|---|---|
committer | Stefan Schmidt <stefan@osg.samsung.com> | 2016-08-08 14:59:57 +0200 |
commit | a5fd63067d608bc9c92c1ffa29f17070d6139095 (patch) | |
tree | 2fa093ba44ede3ab92b26aade2c33bdb9127f1ea /src/lib | |
parent | be461b8f1bf608f79fe68cf017974e387dbe46c3 (diff) |
eina: safepointer: add since tags to new eina safepointer EAPI
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/eina/eina_safepointer.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/eina/eina_safepointer.h b/src/lib/eina/eina_safepointer.h index 02ee2763e7..16a52ce8ed 100644 --- a/src/lib/eina/eina_safepointer.h +++ b/src/lib/eina/eina_safepointer.h | |||
@@ -74,6 +74,8 @@ typedef struct _Eina_Safepointer Eina_Safepointer; | |||
74 | * | 74 | * |
75 | * @note The returned pointer can be used like a pointer, but can not | 75 | * @note The returned pointer can be used like a pointer, but can not |
76 | * be touched except with Eina_Safepointer functions. | 76 | * be touched except with Eina_Safepointer functions. |
77 | * | ||
78 | * @since 1.18 | ||
77 | */ | 79 | */ |
78 | EAPI const Eina_Safepointer *eina_safepointer_register(const void *target); | 80 | EAPI const Eina_Safepointer *eina_safepointer_register(const void *target); |
79 | 81 | ||
@@ -83,6 +85,8 @@ EAPI const Eina_Safepointer *eina_safepointer_register(const void *target); | |||
83 | * @param safe The index to unregister from the mapping. | 85 | * @param safe The index to unregister from the mapping. |
84 | * | 86 | * |
85 | * @note This function will ignore the lower 2 bits of the given pointer. | 87 | * @note This function will ignore the lower 2 bits of the given pointer. |
88 | * | ||
89 | * @since 1.18 | ||
86 | */ | 90 | */ |
87 | EAPI void eina_safepointer_unregister(const Eina_Safepointer *safe); | 91 | EAPI void eina_safepointer_unregister(const Eina_Safepointer *safe); |
88 | 92 | ||