[glib/wip/xclaesse/doc-part1: 105/107] Doc: Mark a few things as private
- From: Xavier Claessens <xclaesse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/wip/xclaesse/doc-part1: 105/107] Doc: Mark a few things as private
- Date: Thu, 12 Mar 2015 17:21:26 +0000 (UTC)
commit 1c185fb1f232750988f62e1094db8b3b15ca3200
Author: Xavier Claessens <xavier claessens collabora com>
Date: Thu Feb 5 13:10:14 2015 -0500
Doc: Mark a few things as private
docs/reference/gio/gio-sections.txt | 5 +++++
gio/gresource.c | 2 +-
gio/gresource.h | 1 +
gio/gsettingsbackend.h | 1 +
4 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/docs/reference/gio/gio-sections.txt b/docs/reference/gio/gio-sections.txt
index eedeb22..d598338 100644
--- a/docs/reference/gio/gio-sections.txt
+++ b/docs/reference/gio/gio-sections.txt
@@ -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>
diff --git a/gio/gresource.c b/gio/gresource.c
index 0b05646..78a1232 100644
--- a/gio/gresource.c
+++ b/gio/gresource.c
@@ -186,7 +186,7 @@ g_resource_unref (GResource *resource)
}
}
-/**
+/*
* g_resource_new_from_table:
* @table: (transfer full): a GvdbTable
*
diff --git a/gio/gresource.h b/gio/gresource.h
index 9c79db9..e29c13b 100644
--- a/gio/gresource.h
+++ b/gio/gresource.h
@@ -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;
diff --git a/gio/gsettingsbackend.h b/gio/gsettingsbackend.h
index 96ce141..dca1af4 100644
--- a/gio/gsettingsbackend.h
+++ b/gio/gsettingsbackend.h
@@ -110,6 +110,7 @@ struct _GSettingsBackendClass
const gchar *key,
const GVariantType *expected_type);
+ /* <private> */
gpointer padding[23];
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]