mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Doc: Mark a few things as private
This commit is contained in:
parent
8b654e24a5
commit
15a4af545e
@ -4257,6 +4257,11 @@ g_task_get_type
|
||||
<FILE>gnetworking</FILE>
|
||||
<TITLE>gnetworking.h</TITLE>
|
||||
g_networking_init
|
||||
<SUBSECTION Private>
|
||||
CMSG_LEN
|
||||
CMSG_SPACE
|
||||
GLIB_ALIGN_TO_SIZEOF
|
||||
T_SRV
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
|
@ -186,7 +186,7 @@ g_resource_unref (GResource *resource)
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
/*< internal >
|
||||
* g_resource_new_from_table:
|
||||
* @table: (transfer full): a GvdbTable
|
||||
*
|
||||
|
@ -51,6 +51,7 @@ GQuark g_resource_error_quark (void);
|
||||
typedef struct _GStaticResource GStaticResource;
|
||||
|
||||
struct _GStaticResource {
|
||||
/*< private >*/
|
||||
const guint8 *data;
|
||||
gsize data_len;
|
||||
GResource *resource;
|
||||
|
@ -110,6 +110,7 @@ struct _GSettingsBackendClass
|
||||
const gchar *key,
|
||||
const GVariantType *expected_type);
|
||||
|
||||
/*< private >*/
|
||||
gpointer padding[23];
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user