summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2012-07-13 10:32:36 +0200
committerStef Walter <stefw@gnome.org>2012-07-13 10:40:25 +0200
commit5cc30b2b68f551506bd9bbbe1306a24009e14eca (patch)
treec1695c2920e4cf8645ab6b4f7dc05a9514bb8356 /docs
parent931f677c7ac8af0a6ebed2e3ef7472a7076bc8be (diff)
downloadlibsecret-5cc30b2b68f551506bd9bbbe1306a24009e14eca.tar.gz
Rename the library subdirectory to libsecret
* Death by a thousand paper cuts from gir and vapi not liking the fact that the secret.h file was not usable uninstalled and installed in the same way.
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/libsecret/Makefile.am8
-rw-r--r--docs/reference/libsecret/libsecret-sections.txt20
2 files changed, 14 insertions, 14 deletions
diff --git a/docs/reference/libsecret/Makefile.am b/docs/reference/libsecret/Makefile.am
index eb2b19e..5f05319 100644
--- a/docs/reference/libsecret/Makefile.am
+++ b/docs/reference/libsecret/Makefile.am
@@ -21,7 +21,7 @@ DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml
# gtk-doc will search all .c & .h files beneath here for inline comments
# documenting the functions and macros.
# e.g. DOC_SOURCE_DIR=../../../gtk
-DOC_SOURCE_DIR=$(top_srcdir)/library
+DOC_SOURCE_DIR=$(top_srcdir)/libsecret
# Extra options to pass to gtkdoc-scangobj. Not normally needed.
SCANGOBJ_OPTIONS=
@@ -48,8 +48,8 @@ FIXXREF_OPTIONS=
# Used for dependencies. The docs will be rebuilt if any of these change.
# e.g. HFILE_GLOB=$(top_srcdir)/gtk/*.h
# e.g. CFILE_GLOB=$(top_srcdir)/gtk/*.c
-HFILE_GLOB=$(top_srcdir)/library/*.h
-CFILE_GLOB=$(top_srcdir)/library/*.c
+HFILE_GLOB=$(top_srcdir)/libsecret/*.h
+CFILE_GLOB=$(top_srcdir)/libsecret/*.c
# Extra header to include when scanning, which are not under DOC_SOURCE_DIR
# e.g. EXTRA_HFILES=$(top_srcdir}/contrib/extra.h
@@ -86,7 +86,7 @@ expand_content_files = \
# e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
GTKDOC_CFLAGS= -I$(top_srcdir) -I$(top_builddir) $(GLIB_CFLAGS) -Wno-error
GTKDOC_LIBS= $(GLIB_LIBS) $(GOBJECT_LIBS) \
- $(top_builddir)/library/libsecret-@SECRET_MAJOR@.la
+ $(top_builddir)/libsecret/libsecret-@SECRET_MAJOR@.la
# This includes the standard gtk-doc make rules, copied by gtkdocize.
include $(top_srcdir)/gtk-doc.make
diff --git a/docs/reference/libsecret/libsecret-sections.txt b/docs/reference/libsecret/libsecret-sections.txt
index 04057fe..245f1b8 100644
--- a/docs/reference/libsecret/libsecret-sections.txt
+++ b/docs/reference/libsecret/libsecret-sections.txt
@@ -1,6 +1,6 @@
<SECTION>
<FILE>secret-collection</FILE>
-<INCLUDE>secret/secret-unstable.h</INCLUDE>
+<INCLUDE>libsecret/secret-unstable.h</INCLUDE>
SecretCollection
SecretCollectionClass
SecretCollectionFlags
@@ -48,7 +48,7 @@ secret_collection_create_flags_get_type
<SECTION>
<FILE>secret-item</FILE>
-<INCLUDE>secret/secret-unstable.h</INCLUDE>
+<INCLUDE>libsecret/secret-unstable.h</INCLUDE>
SecretItem
SecretItemClass
SecretItemFlags
@@ -100,7 +100,7 @@ secret_item_create_flags_get_type
<SECTION>
<FILE>secret-error</FILE>
-<INCLUDE>secret/secret.h</INCLUDE>
+<INCLUDE>libsecret/secret.h</INCLUDE>
SECRET_ERROR
SecretError
<SUBSECTION Standard>
@@ -111,7 +111,7 @@ secret_error_get_type
<SECTION>
<FILE>secret-password</FILE>
-<INCLUDE>secret/secret.h</INCLUDE>
+<INCLUDE>libsecret/secret.h</INCLUDE>
SECRET_COLLECTION_DEFAULT
SECRET_COLLECTION_SESSION
secret_password_store
@@ -138,7 +138,7 @@ secret_password_free
<SECTION>
<FILE>secret-schema</FILE>
-<INCLUDE>secret/secret.h</INCLUDE>
+<INCLUDE>libsecret/secret.h</INCLUDE>
SECRET_SCHEMA_NOTE
SECRET_SCHEMA_COMPAT_NETWORK
SecretSchema
@@ -160,7 +160,7 @@ SECRET_TYPE_SCHEMA_ATTRIBUTE_TYPE
<SECTION>
<FILE>secret-prompt</FILE>
-<INCLUDE>secret/secret-unstable.h</INCLUDE>
+<INCLUDE>libsecret/secret-unstable.h</INCLUDE>
SecretPrompt
SecretPromptClass
secret_prompt_perform
@@ -180,7 +180,7 @@ secret_prompt_get_type
<SECTION>
<FILE>secret-service</FILE>
-<INCLUDE>secret/secret-unstable.h</INCLUDE>
+<INCLUDE>libsecret/secret-unstable.h</INCLUDE>
SecretService
SecretServiceClass
SecretServiceFlags
@@ -242,7 +242,7 @@ secret_service_get_type
<SECTION>
<FILE>secret-paths</FILE>
-<INCLUDE>secret/secret-unstable.h</INCLUDE>
+<INCLUDE>libsecret/secret-unstable.h</INCLUDE>
secret_collection_new_for_dbus_path
secret_collection_new_for_dbus_path_finish
secret_collection_new_for_dbus_path_sync
@@ -290,7 +290,7 @@ secret_service_set_alias_to_dbus_path_sync
<SECTION>
<FILE>secret-value</FILE>
-<INCLUDE>secret/secret-unstable.h</INCLUDE>
+<INCLUDE>libsecret/secret-unstable.h</INCLUDE>
SecretValue
secret_value_new
secret_value_new_full
@@ -305,7 +305,7 @@ secret_value_get_type
<SECTION>
<FILE>secret-attributes</FILE>
-<INCLUDE>secret/secret-unstable.h</INCLUDE>
+<INCLUDE>libsecret/secret-unstable.h</INCLUDE>
secret_attributes_build
secret_attributes_buildv
</SECTION>