[glib/wip/xclaesse/doc-part1: 3/5] 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: 3/5] Doc: Mark a few things as private
- Date: Thu, 5 Feb 2015 19:39:08 +0000 (UTC)
commit b3d0f8610eb944f00e91db5d3c7f491af5da1c70
Author: Xavier Claessens <xavier claessens collabora com>
Date: Thu Feb 5 13:17:06 2015 -0500
Doc: Mark a few things as private
gio/gresource.c | 2 +-
gio/gresource.h | 1 +
gio/gsettingsbackend.h | 1 +
3 files changed, 3 insertions(+), 1 deletions(-)
---
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]