~ubuntu-branches/ubuntu/trusty/gnome-shell/trusty

« back to all changes in this revision

Viewing changes to docs/reference/st/html/st-st-theme.html

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2013-07-31 21:29:20 UTC
  • mfrom: (1.1.51)
  • Revision ID: package-import@ubuntu.com-20130731212920-mz92zheiqgq2ggd1
Tags: 3.8.4-0ubuntu1
* New upstream release.
* debian/patches/git-dont-crash-for-unstaged-widgets.patch:
  - Dropped, applied in new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="up" href="styling.html" title="Styling">
9
9
<link rel="prev" href="styling.html" title="Styling">
10
10
<link rel="next" href="st-st-theme-context.html" title="st-theme-context">
11
 
<meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.19 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
</head>
14
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
40
40
<pre class="synopsis"><a class="link" href="st-st-theme-node.html#StTheme"><span class="returnvalue">StTheme</span></a> *           <a class="link" href="st-st-theme.html#st-theme-new" title="st_theme_new ()">st_theme_new</a>                        (<em class="parameter"><code>const <span class="type">char</span> *application_stylesheet</code></em>,
41
41
                                                         <em class="parameter"><code>const <span class="type">char</span> *theme_stylesheet</code></em>,
42
42
                                                         <em class="parameter"><code>const <span class="type">char</span> *default_stylesheet</code></em>);
43
 
<span class="returnvalue">gboolean</span>            <a class="link" href="st-st-theme.html#st-theme-load-stylesheet" title="st_theme_load_stylesheet ()">st_theme_load_stylesheet</a>            (<em class="parameter"><code><a class="link" href="st-st-theme-node.html#StTheme"><span class="type">StTheme</span></a> *theme</code></em>,
 
43
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="st-st-theme.html#st-theme-load-stylesheet" title="st_theme_load_stylesheet ()">st_theme_load_stylesheet</a>            (<em class="parameter"><code><a class="link" href="st-st-theme-node.html#StTheme"><span class="type">StTheme</span></a> *theme</code></em>,
44
44
                                                         <em class="parameter"><code>const <span class="type">char</span> *path</code></em>,
45
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
 
45
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
46
46
<span class="returnvalue">void</span>                <a class="link" href="st-st-theme.html#st-theme-unload-stylesheet" title="st_theme_unload_stylesheet ()">st_theme_unload_stylesheet</a>          (<em class="parameter"><code><a class="link" href="st-st-theme-node.html#StTheme"><span class="type">StTheme</span></a> *theme</code></em>,
47
47
                                                         <em class="parameter"><code>const <span class="type">char</span> *path</code></em>);
48
 
<span class="returnvalue">GSList</span> *            <a class="link" href="st-st-theme.html#st-theme-get-custom-stylesheets" title="st_theme_get_custom_stylesheets ()">st_theme_get_custom_stylesheets</a>     (<em class="parameter"><code><a class="link" href="st-st-theme-node.html#StTheme"><span class="type">StTheme</span></a> *theme</code></em>);
 
48
<a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> *            <a class="link" href="st-st-theme.html#st-theme-get-custom-stylesheets" title="st_theme_get_custom_stylesheets ()">st_theme_get_custom_stylesheets</a>     (<em class="parameter"><code><a class="link" href="st-st-theme-node.html#StTheme"><span class="type">StTheme</span></a> *theme</code></em>);
49
49
                    <a class="link" href="st-st-theme.html#StThemeClass" title="StThemeClass">StThemeClass</a>;
50
50
</pre>
51
51
</div>
74
74
<tr>
75
75
<td><p><span class="term"><em class="parameter"><code>application_stylesheet</code></em> :</span></p></td>
76
76
<td>The highest priority stylesheet, representing application-specific
77
 
styling; this is associated with the CSS "author" stylesheet, may be <code class="literal">NULL</code>
 
77
styling; this is associated with the CSS "author" stylesheet, may be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
78
78
</td>
79
79
</tr>
80
80
<tr>
81
81
<td><p><span class="term"><em class="parameter"><code>theme_stylesheet</code></em> :</span></p></td>
82
82
<td>The second priority stylesheet, representing theme-specific styling ;
83
 
this is associated with the CSS "user" stylesheet, may be <code class="literal">NULL</code>
 
83
this is associated with the CSS "user" stylesheet, may be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
84
84
</td>
85
85
</tr>
86
86
<tr>
87
87
<td><p><span class="term"><em class="parameter"><code>default_stylesheet</code></em> :</span></p></td>
88
88
<td>The lowest priority stylesheet, representing global default styling;
89
 
this is associated with the CSS "user agent" stylesheet, may be <code class="literal">NULL</code>
 
89
this is associated with the CSS "user agent" stylesheet, may be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
90
90
</td>
91
91
</tr>
92
92
<tr>
99
99
<hr>
100
100
<div class="refsect2">
101
101
<a name="st-theme-load-stylesheet"></a><h3>st_theme_load_stylesheet ()</h3>
102
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            st_theme_load_stylesheet            (<em class="parameter"><code><a class="link" href="st-st-theme-node.html#StTheme"><span class="type">StTheme</span></a> *theme</code></em>,
 
102
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            st_theme_load_stylesheet            (<em class="parameter"><code><a class="link" href="st-st-theme-node.html#StTheme"><span class="type">StTheme</span></a> *theme</code></em>,
103
103
                                                         <em class="parameter"><code>const <span class="type">char</span> *path</code></em>,
104
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
 
104
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
105
105
</div>
106
106
<hr>
107
107
<div class="refsect2">
112
112
<hr>
113
113
<div class="refsect2">
114
114
<a name="st-theme-get-custom-stylesheets"></a><h3>st_theme_get_custom_stylesheets ()</h3>
115
 
<pre class="programlisting"><span class="returnvalue">GSList</span> *            st_theme_get_custom_stylesheets     (<em class="parameter"><code><a class="link" href="st-st-theme-node.html#StTheme"><span class="type">StTheme</span></a> *theme</code></em>);</pre>
 
115
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> *            st_theme_get_custom_stylesheets     (<em class="parameter"><code><a class="link" href="st-st-theme-node.html#StTheme"><span class="type">StTheme</span></a> *theme</code></em>);</pre>
116
116
<div class="variablelist"><table border="0" class="variablelist">
117
117
<colgroup>
118
118
<col align="left" valign="top">
142
142
</div>
143
143
<div class="footer">
144
144
<hr>
145
 
          Generated by GTK-Doc V1.18.1</div>
 
145
          Generated by GTK-Doc V1.19</div>
146
146
</body>
147
147
</html>
 
 
b'\\ No newline at end of file'