diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2019-10-24 22:58:42 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2019-10-28 10:28:31 +0100 |
commit | 08d23dd64d4566423579d8fbe609ec6145eae861 (patch) | |
tree | a89c7e51adba9ea1670a0d35b28e9aa138fda831 /libmm-glib/mm-unlock-retries.h | |
parent | 53a7dc2f63ac26edb1a3a8db8368b52cf0417de7 (diff) |
docs,libmm-glib: provide per-version indices
Diffstat (limited to 'libmm-glib/mm-unlock-retries.h')
-rw-r--r-- | libmm-glib/mm-unlock-retries.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libmm-glib/mm-unlock-retries.h b/libmm-glib/mm-unlock-retries.h index e993821e..279c7f4d 100644 --- a/libmm-glib/mm-unlock-retries.h +++ b/libmm-glib/mm-unlock-retries.h @@ -36,6 +36,8 @@ G_BEGIN_DECLS * MM_UNLOCK_RETRIES_UNKNOWN: * * Identifier for reporting unknown unlock retries. + * + * Since: 1.0 */ #define MM_UNLOCK_RETRIES_UNKNOWN 999 @@ -76,6 +78,8 @@ guint mm_unlock_retries_get (MMUnlockRetries *self, * @user_data: data passed to the function. * * Specifies the type of function passed to mm_unlock_retries_foreach(). + * + * Since: 1.0 */ typedef void (* MMUnlockRetriesForeachCb) (MMModemLock lock, guint count, |