glib r7192 - in trunk: docs/reference docs/reference/gio gio



Author: matthiasc
Date: Wed Jul 16 06:30:12 2008
New Revision: 7192
URL: http://svn.gnome.org/viewvc/glib?rev=7192&view=rev

Log:
Avoid a filename conflict


Modified:
   trunk/docs/reference/ChangeLog
   trunk/docs/reference/gio/overview.xml
   trunk/gio/gdesktopappinfo.h
   trunk/gio/giomodule.c
   trunk/gio/gvfs.h

Modified: trunk/docs/reference/gio/overview.xml
==============================================================================
--- trunk/docs/reference/gio/overview.xml	(original)
+++ trunk/docs/reference/gio/overview.xml	Wed Jul 16 06:30:12 2008
@@ -215,7 +215,7 @@
 
   </chapter>
 
-  <chapter id="gio-extension-points">
+  <chapter id="extending-gio">
     <title>Extending GIO</title>
 
     <para>

Modified: trunk/gio/gdesktopappinfo.h
==============================================================================
--- trunk/gio/gdesktopappinfo.h	(original)
+++ trunk/gio/gdesktopappinfo.h	Wed Jul 16 06:30:12 2008
@@ -63,7 +63,7 @@
  * 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"
 

Modified: trunk/gio/giomodule.c
==============================================================================
--- trunk/gio/giomodule.c	(original)
+++ trunk/gio/giomodule.c	Wed Jul 16 06:30:12 2008
@@ -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 

Modified: trunk/gio/gvfs.h
==============================================================================
--- trunk/gio/gvfs.h	(original)
+++ trunk/gio/gvfs.h	Wed Jul 16 06:30:12 2008
@@ -42,7 +42,7 @@
  * 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"
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]