Avoid a filename conflict

svn path=/trunk/; revision=7192
This commit is contained in:
Matthias Clasen 2008-07-16 06:30:12 +00:00
parent 6dba7df4b1
commit 981f9ed840
5 changed files with 11 additions and 4 deletions

View File

@ -1,3 +1,10 @@
2008-07-16 Matthias Clasen <mclasen@redhat.com>
Bug 543220 Case collision on gio-extension-points.html
Reported by Ryan Schmidt
* gio/overview.xml: Rename id to avoid filename conflict.
2008-07-16 Matthias Clasen <mclasen@redhat.com>
Bug 543168 Description of G_SLICE=debug-blocks discourages its use

View File

@ -215,7 +215,7 @@
</chapter>
<chapter id="gio-extension-points">
<chapter id="extending-gio">
<title>Extending GIO</title>
<para>

View File

@ -63,7 +63,7 @@ void g_desktop_app_info_set_desktop_env (const char *desktop_env);
* G_DESKTOP_APP_INFO_LOOKUP_EXTENSION_POINT_NAME:
*
* Extension point for default handler to URI association. See
* <link linkend="gio-extension-points">Extending GIO</link>.
* <link linkend="extending-gio">Extending GIO</link>.
*/
#define G_DESKTOP_APP_INFO_LOOKUP_EXTENSION_POINT_NAME "gio-desktop-app-info-lookup"

View File

@ -50,7 +50,7 @@
* SECTION:extensionpoints
* @short_description: Extension Points
* @include: gio.h
* @see_also: <link linkend="gio-extension-points">Extending GIO</link>
* @see_also: <link linkend="extending-gio">Extending GIO</link>
*
* #GIOExtensionPoint provides a mechanism for modules to extend the
* functionality of the library or application that loaded it in an

View File

@ -42,7 +42,7 @@ G_BEGIN_DECLS
* G_VFS_EXTENSION_POINT_NAME:
*
* Extension point for #GVfs functionality.
* See <link linkend="gio-extension-points">Extending GIO</link>.
* See <link linkend="extending-gio">Extending GIO</link>.
*/
#define G_VFS_EXTENSION_POINT_NAME "gio-vfs"