mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +02:00
gio: Add missing documentation for G{Proxy,Socket}AddressEnumerator
Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
@@ -49,12 +49,19 @@ typedef struct _GProxyAddressEnumeratorPrivate GProxyAddressEnumeratorPrivate;
|
||||
|
||||
struct _GProxyAddressEnumerator
|
||||
{
|
||||
/*< private >*/
|
||||
GSocketAddressEnumerator parent_instance;
|
||||
GProxyAddressEnumeratorPrivate *priv;
|
||||
};
|
||||
|
||||
/**
|
||||
* GProxyAddressEnumeratorClass:
|
||||
*
|
||||
* Class structure for #GProxyAddressEnumerator.
|
||||
*/
|
||||
struct _GProxyAddressEnumeratorClass
|
||||
{
|
||||
/*< private >*/
|
||||
GSocketAddressEnumeratorClass parent_class;
|
||||
|
||||
void (*_g_reserved1) (void);
|
||||
|
Reference in New Issue
Block a user