mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 06:56:14 +01:00
docs: Move the GInetAddressMask SECTION
Move it to the struct docs. Signed-off-by: Philip Withnall <philip@tecnocode.co.uk> Helps: #3037
This commit is contained in:
parent
d424383877
commit
55bf188365
@ -30,22 +30,13 @@
|
||||
#include "gioenumtypes.h"
|
||||
#include "glibintl.h"
|
||||
|
||||
/**
|
||||
* SECTION:ginetaddressmask
|
||||
* @short_description: An IPv4/IPv6 address mask
|
||||
* @include: gio/gio.h
|
||||
*
|
||||
* #GInetAddressMask represents a range of IPv4 or IPv6 addresses
|
||||
* described by a base address and a length indicating how many bits
|
||||
* of the base address are relevant for matching purposes. These are
|
||||
* often given in string form. Eg, "10.0.0.0/8", or "fe80::/10".
|
||||
*/
|
||||
|
||||
/**
|
||||
* GInetAddressMask:
|
||||
*
|
||||
* A combination of an IPv4 or IPv6 base address and a length,
|
||||
* representing a range of IP addresses.
|
||||
* `GInetAddressMask` represents a range of IPv4 or IPv6 addresses
|
||||
* described by a base address and a length indicating how many bits
|
||||
* of the base address are relevant for matching purposes. These are
|
||||
* often given in string form. For example, `10.0.0.0/8`, or `fe80::/10`.
|
||||
*
|
||||
* Since: 2.32
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user