File: overview-settings.page

package info (click to toggle)
gnome-devel-docs 40.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 79,188 kB
  • sloc: javascript: 2,514; xml: 2,407; ansic: 2,229; python: 1,854; makefile: 805; sh: 499; cpp: 131
file content (68 lines) | stat: -rw-r--r-- 2,819 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="topic" style="task" id="overview-settings" xml:lang="ko">
  <info>
    <link type="guide" xref="index" group="settings"/>
    <revision version="0.1" date="2013-08-06" status="review"/>

    <credit type="author copyright">
      <name>David King</name>
      <email its:translate="no">davidk@gnome.org</email>
      <years>2013</years>
    </credit>

    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>

    <desc>유연한 사용자 설정 시스템.</desc>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>조성호</mal:name>
      <mal:email>shcho@gnome.org</mal:email>
      <mal:years>2016, 2017, 2018.</mal:years>
    </mal:credit>
  </info>

<title>설정 관리</title>

<list>
  <item>
    <p><em style="strong">프로그램 설정시 고수준 접근</em></p>
  </item>
  <item>
    <p><em style="strong">UI 구성 요소로의 쉬운 설정 연결</em></p>
  </item>
  <item>
    <p><em style="strong">꾸러미 처리자와 시스템 관리자에 맞는 유연한 중복 우선 적용</em></p>
  </item>
</list>

<p>GSettings로 사용자 설정을 저장하고 프로그램에서 설정 내용에 따라 자동으로 반응하게 하십시오. 쉬운 중복 우선 설정 적용은 시스템 관리자에 맞춰서 기본으로 처리합니다. 정수, 문자열 배열 같은 여러가지 데이터를 쉽게 저장하십시오.</p>

<section id="what">
  <title>뭘 할 수 있을까요?</title>

  <p><em style="strong">프로그램 설정</em>을 읽고 쓰려면 GIO의 <em style="strong" xref="tech-gsettings">GSettings</em> API를 활용하십시오. GSettings는 <em style="strong">플랫폼 설정 데이터베이스를 정직하게 활용</em>하여, 플랫폼별 설정 도구를 활용할 수 있습니다. 단일 함수에서 <em style="strong">설정에 따라 UI 컨트롤을 업데이트하게</em> 하십시오.</p>

</section>

<!-- TODO: Write code sample.
<section id="samples">
 <title>Code samples</title>
 <list>
  <item><p>A sample we should write</p></item>
  <item><p><link xref="samples">More…</link></p></item>
 </list>
</section>
-->

<section id="realworld">
  <title>실제 예제</title>

  <p>거의 모든 그놈 프로그램에서는 GSettings를 활용합니다.</p>
  <list>
    <item>
      <p><em style="strong">dconf 편집기</em>는 GSettings로 dconf 데이터베이스에 저장한 프로그램 설정을 관리하는 GUI 도구입니다.</p>
      <p>( <link href="https://wiki.gnome.org/Apps/DconfEditor">Website</link> | <link href="https://gitlab.gnome.org/GNOME/dconf-editor/">Source code</link> )</p>
    </item>
  </list>
</section>
</page>