diff options
Diffstat (limited to 'libmm-glib/mm-bearer.h')
-rw-r--r-- | libmm-glib/mm-bearer.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/libmm-glib/mm-bearer.h b/libmm-glib/mm-bearer.h index 67901284..988cc8d5 100644 --- a/libmm-glib/mm-bearer.h +++ b/libmm-glib/mm-bearer.h @@ -30,13 +30,9 @@ G_BEGIN_DECLS /** * MMBearerIpConfig: - * @method: a #MMBearerIpMethod. - * @address: IP address, only if @method is #MM_BEARER_IP_METHOD_STATIC. - * @prefix: Numeric CIDR network prefix, only if @method is #MM_BEARER_IP_METHOD_STATIC. - * @dns: Array of DNS server IP addresses, only if @method is #MM_BEARER_IP_METHOD_STATIC. - * @gateway: IP address of the default gateway, only if @method is #MM_BEARER_IP_METHOD_STATIC. * - * Addressing details for assignment to the data interface + * Addressing details for assignment to the data interface. + * This is an opaque struct. */ typedef struct _MMBearerIpConfig MMBearerIpConfig; |