From 939499b64a070365f3963bd75180e8686fa84159 Mon Sep 17 00:00:00 2001 From: Nick Schermer <nick@xfce.org> Date: Fri, 28 Nov 2008 17:30:26 +0000 Subject: [PATCH] * docs/reference/thunarx/thunarx-docs.sgml: Update links to the glib reference manual in the docs. Patch by Mike Massonnet. Bug #4555. (Old svn revision: 28939) --- ChangeLog | 6 ++++++ docs/reference/thunarx/thunarx-docs.sgml | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 73798e567..dc3ae0f37 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-11-28 Nick Schermer <nick@xfce.org> + + * docs/reference/thunarx/thunarx-docs.sgml: Update links to the + glib reference manual in the docs. Patch by Mike Massonnet. + Bug #4555. + 2008-11-27 Nick Schermer <nick@xfce.org> * thunar-vfs/thunar-vfs-mime-info.c: Fix crash when unreffing the diff --git a/docs/reference/thunarx/thunarx-docs.sgml b/docs/reference/thunarx/thunarx-docs.sgml index ff9fb23a7..e8a8bb6c4 100644 --- a/docs/reference/thunarx/thunarx-docs.sgml +++ b/docs/reference/thunarx/thunarx-docs.sgml @@ -66,7 +66,7 @@ <para> It is based on the <ulink type="http" - url="http://developer.gnome.org/doc/API/2.0/gobject/ch02.html">GLib Dynamic Type + url="http://library.gnome.org/devel/gobject/unstable/chapter-gtype.html">GLib Dynamic Type System</ulink> and loads the extensions on demand to reduce the system resources allocated for the file manager process. </para> @@ -105,10 +105,10 @@ therefore people that already know how to write Nautilus extensions must be careful when writing extensions for Thunar, because Thunar actually unloads the extension when it's no longer needed. The <ulink type="http" - url="http://developer.gnome.org/doc/API/2.0/gobject/GTypePlugin.html">GTypePlugin</ulink> + url="http://library.gnome.org/devel/gobject/unstable/GTypePlugin.html">GTypePlugin</ulink> and <ulink type="http" - url="http://developer.gnome.org/doc/API/2.0/gobject/GTypeModule.html">GTypeModule</ulink> - sections in the <ulink type="http" url="http://developer.gnome.org/doc/API/2.0/gobject/">GObject + url="http://library.gnome.org/devel/gobject/unstable/GTypeModule.html">GTypeModule</ulink> + sections in the <ulink type="http" url="http://library.gnome.org/devel/gobject/unstable/">GObject Reference Manual</ulink> provide details about the handling of dynamic type plugins. </listitem> -- GitLab