mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-30 20:33:08 +02: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 "gioenumtypes.h"
|
||||||
#include "glibintl.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:
|
* GInetAddressMask:
|
||||||
*
|
*
|
||||||
* A combination of an IPv4 or IPv6 base address and a length,
|
* `GInetAddressMask` represents a range of IPv4 or IPv6 addresses
|
||||||
* representing a range of IP 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
|
* Since: 2.32
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user