mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-24 14:36:13 +01:00
Avoid a filename conflict
svn path=/trunk/; revision=7192
This commit is contained in:
parent
6dba7df4b1
commit
981f9ed840
@ -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
|
||||
|
@ -215,7 +215,7 @@
|
||||
|
||||
</chapter>
|
||||
|
||||
<chapter id="gio-extension-points">
|
||||
<chapter id="extending-gio">
|
||||
<title>Extending GIO</title>
|
||||
|
||||
<para>
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user