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-cdma-manual-activation-properties.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-cdma-manual-activation-properties.c')
-rw-r--r-- | libmm-glib/mm-cdma-manual-activation-properties.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libmm-glib/mm-cdma-manual-activation-properties.c b/libmm-glib/mm-cdma-manual-activation-properties.c index 6265d26a..d5c1f921 100644 --- a/libmm-glib/mm-cdma-manual-activation-properties.c +++ b/libmm-glib/mm-cdma-manual-activation-properties.c @@ -570,6 +570,9 @@ mm_cdma_manual_activation_properties_set_prl_bytearray (MMCdmaManualActivationPr /*****************************************************************************/ +/** + * mm_cdma_manual_activation_properties_get_dictionary: (skip) + */ GVariant * mm_cdma_manual_activation_properties_get_dictionary (MMCdmaManualActivationProperties *self) { @@ -696,6 +699,9 @@ consume_variant (MMCdmaManualActivationProperties *self, return FALSE; } +/** + * mm_cdma_manual_activation_properties_new_from_dictionary: (skip) + */ MMCdmaManualActivationProperties * mm_cdma_manual_activation_properties_new_from_dictionary (GVariant *dictionary, GError **error) @@ -833,6 +839,9 @@ key_value_foreach (const gchar *key, &ctx->error); } +/** + * mm_cdma_manual_activation_properties_new_from_string: (skip) + */ MMCdmaManualActivationProperties * mm_cdma_manual_activation_properties_new_from_string (const gchar *str, GError **error) |