Documents on Gconf Integration


<michael_>     try
<michael_>     {
<michael_>         // Query XNameAccess interface of the
<michael_> org.openoffice.Office.Common/ExternalMailer
<michael_>         // configuration node to retriece the users preferred email
<michael_> application. This may
<michael_>         // transparently by redirected to e.g. the corresponding GConf
<michael_> setting in GNOME.
<michael_>         OUString aConfigRoot = OUString( 
<michael_> RTL_CONSTASCII_USTRINGPARAM( "org.openoffice.Office.Common/ExternalMailer" ) );
<michael_> .
<michael_> that is from shell/source/cmdmail/cmdmailsuppl.cxx or thereabouts I think.

* shell/ Has a lot of code for gconf
* Just a snip revealed that therz a backend class which is inherited by gconfbackend
  which redirects configuration
