mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
Avoid a filename conflict
svn path=/trunk/; revision=7192
This commit is contained in:
@@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user