diff options
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, |