desktop_gnome_file_sharing.schemas.in

来自「本书是学习GTK+少有的书籍」· IN 代码 · 共 28 行

IN
28
字号
<?xml version="1.0"?><gconfschemafile>  <schemalist>    <schema>      <key>/schemas/desktop/gnome/file_sharing/enabled</key>      <applyto>/desktop/gnome/file_sharing/enabled</applyto>      <owner>gnome-user-share</owner>      <type>bool</type>      <default>false</default>      <locale name="C">        <short>Share Public directory</short>        <long>If this is true, the Public directory in the users home directory will be shared when the user is logged in.</long>      </locale>    </schema>    <schema>      <key>/schemas/desktop/gnome/file_sharing/require_password</key>      <applyto>/desktop/gnome/file_sharing/require_password</applyto>      <owner>gnome-user-share</owner>      <type>string</type>      <default>never</default>      <locale name="C">        <short>When to require passwords</short>	<long>When to ask for passwords. Possible values are "never", "on_write", and "always".</long>      </locale>    </schema>  </schemalist></gconfschemafile>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?