diff --git a/docs/reference/gio/migrating.xml b/docs/reference/gio/migrating.xml index 166da1b79..ab4682d26 100644 --- a/docs/reference/gio/migrating.xml +++ b/docs/reference/gio/migrating.xml @@ -174,6 +174,11 @@ start_monitoring_trash (void) responsible for configuring that setting continues to update the value in both places. + + It is always a good idea to have a look at how others have handled + similar problems before. An examplaric conversion can be found e.g. + in the gsettings-tutorial branch of gnome-utils. +