diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2019-10-26 23:43:08 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2019-10-28 10:28:31 +0100 |
commit | 5dd829174f63a950b528c76f411e2b3ee276b4b6 (patch) | |
tree | e8b84339b2d24c84d5e681abb2fd2894ab35aba5 /libmm-glib/mm-unlock-retries.c | |
parent | 037b774b189b03eea0144899812c0b1f56d5f770 (diff) |
libmm-glib: flag as (skip) all non-API methods
So that the GI scanner ignores them.
Diffstat (limited to 'libmm-glib/mm-unlock-retries.c')
-rw-r--r-- | libmm-glib/mm-unlock-retries.c | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/libmm-glib/mm-unlock-retries.c b/libmm-glib/mm-unlock-retries.c index d3feb049..08b10a27 100644 --- a/libmm-glib/mm-unlock-retries.c +++ b/libmm-glib/mm-unlock-retries.c @@ -40,6 +40,9 @@ struct _MMUnlockRetriesPrivate { /*****************************************************************************/ +/** + * mm_unlock_retries_set: (skip) + */ void mm_unlock_retries_set (MMUnlockRetries *self, MMModemLock lock, @@ -50,6 +53,9 @@ mm_unlock_retries_set (MMUnlockRetries *self, GUINT_TO_POINTER (retries)); } +/** + * mm_unlock_retries_unset: (skip) + */ void mm_unlock_retries_unset (MMUnlockRetries *self, MMModemLock lock) @@ -87,6 +93,9 @@ mm_unlock_retries_get (MMUnlockRetries *self, /*****************************************************************************/ +/** + * mm_unlock_retries_cmp: (skip) + */ gboolean mm_unlock_retries_cmp (MMUnlockRetries *a, MMUnlockRetries *b) @@ -139,6 +148,9 @@ mm_unlock_retries_foreach (MMUnlockRetries *self, /*****************************************************************************/ +/** + * mm_unlock_retries_get_dictionary: (skip) + */ GVariant * mm_unlock_retries_get_dictionary (MMUnlockRetries *self) { @@ -165,6 +177,9 @@ mm_unlock_retries_get_dictionary (MMUnlockRetries *self) /*****************************************************************************/ +/** + * mm_unlock_retries_new_from_dictionary: (skip) + */ MMUnlockRetries * mm_unlock_retries_new_from_dictionary (GVariant *dictionary) { @@ -188,6 +203,9 @@ mm_unlock_retries_new_from_dictionary (GVariant *dictionary) /*****************************************************************************/ +/** + * mm_unlock_retries_build_string: (skip) + */ gchar * mm_unlock_retries_build_string (MMUnlockRetries *self) { @@ -215,6 +233,9 @@ mm_unlock_retries_build_string (MMUnlockRetries *self) /*****************************************************************************/ +/** + * mm_unlock_retries_new: (skip) + */ MMUnlockRetries * mm_unlock_retries_new (void) { |