Index: docs/reference/thunarx/thunarx-docs.sgml
===================================================================
--- docs/reference/thunarx/thunarx-docs.sgml (révision 28577)
+++ docs/reference/thunarx/thunarx-docs.sgml (copie de travail)
@@ -66,7 +66,7 @@
It is based on the GLib Dynamic Type
+ url="http://library.gnome.org/devel/gobject/unstable/chapter-gtype.html">GLib Dynamic Type
System and loads the extensions on demand to reduce the system resources
allocated for the file manager process.
@@ -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 GTypePlugin
+ url="http://library.gnome.org/devel/gobject/unstable/GTypePlugin.html">GTypePlugin
and GTypeModule
- sections in the GObject
+ url="http://library.gnome.org/devel/gobject/unstable/GTypeModule.html">GTypeModule
+ sections in the GObject
Reference Manual provide details about the handling of dynamic type plugins.