ruby-libnotify 0.5.0 → 0.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/AUTHORS.rdoc +0 -0
- data/CHANGELOG.rdoc +4 -0
- data/COPYING +0 -0
- data/README.rdoc +1 -1
- data/doc/Notify.html +392 -392
- data/doc/Notify/Notification.html +819 -770
- data/doc/created.rid +3 -3
- data/doc/ext/rnotify_c.html +38 -38
- data/doc/index.html +80 -78
- data/doc/lib/RNotify_rb.html +46 -42
- data/doc/rdoc.css +365 -308
- data/examples/action.rb +1 -1
- data/examples/base.rb +1 -1
- data/examples/info.rb +1 -1
- data/examples/markup.rb +1 -1
- data/examples/multi-actions.rb +1 -1
- data/examples/update.rb +1 -1
- data/examples/urgency.rb +1 -1
- data/examples/xy.rb +1 -1
- data/ext/extconf.rb +25 -24
- data/ext/rnotify.c +39 -8
- data/lib/RNotify.rb +2 -2
- data/setup.rb +0 -0
- metadata +58 -62
data/AUTHORS.rdoc
CHANGED
File without changes
|
data/CHANGELOG.rdoc
CHANGED
data/COPYING
CHANGED
File without changes
|
data/README.rdoc
CHANGED
data/doc/Notify.html
CHANGED
@@ -1,190 +1,191 @@
|
|
1
|
-
<?xml version="1.0" encoding="
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
2
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
3
|
-
|
3
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
4
4
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
5
5
|
<head>
|
6
|
-
|
6
|
+
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
|
7
7
|
|
8
|
-
|
8
|
+
<title>Module: Notify</title>
|
9
9
|
|
10
|
-
|
10
|
+
<link rel="stylesheet" href="./rdoc.css" type="text/css" media="screen" />
|
11
11
|
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
<script src="./js/quicksearch.js" type="text/javascript"
|
17
|
-
charset="utf-8"></script>
|
18
|
-
<script src="./js/darkfish.js" type="text/javascript"
|
19
|
-
charset="utf-8"></script>
|
12
|
+
<script src="./js/jquery.js" type="text/javascript" charset="utf-8"></script>
|
13
|
+
<script src="./js/thickbox-compressed.js" type="text/javascript" charset="utf-8"></script>
|
14
|
+
<script src="./js/quicksearch.js" type="text/javascript" charset="utf-8"></script>
|
15
|
+
<script src="./js/darkfish.js" type="text/javascript" charset="utf-8"></script>
|
20
16
|
|
21
17
|
</head>
|
22
|
-
<body class="module">
|
18
|
+
<body id="top" class="module">
|
23
19
|
|
24
|
-
|
25
|
-
|
26
|
-
|
20
|
+
<div id="metadata">
|
21
|
+
<div id="home-metadata">
|
22
|
+
<div id="home-section" class="section">
|
27
23
|
<h3 class="section-header">
|
28
24
|
<a href="./index.html">Home</a>
|
29
25
|
<a href="./index.html#classes">Classes</a>
|
30
26
|
<a href="./index.html#methods">Methods</a>
|
31
27
|
</h3>
|
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
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
</
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
28
|
+
</div>
|
29
|
+
</div>
|
30
|
+
|
31
|
+
<div id="file-metadata">
|
32
|
+
<div id="file-list-section" class="section">
|
33
|
+
<h3 class="section-header">In Files</h3>
|
34
|
+
<div class="section-body">
|
35
|
+
<ul>
|
36
|
+
|
37
|
+
<li><a href="./ext/rnotify_c.html?TB_iframe=true&height=550&width=785"
|
38
|
+
class="thickbox" title="ext/rnotify.c">ext/rnotify.c</a></li>
|
39
|
+
|
40
|
+
<li><a href="./lib/RNotify_rb.html?TB_iframe=true&height=550&width=785"
|
41
|
+
class="thickbox" title="lib/RNotify.rb">lib/RNotify.rb</a></li>
|
42
|
+
|
43
|
+
</ul>
|
44
|
+
</div>
|
45
|
+
</div>
|
46
|
+
|
47
|
+
|
48
|
+
</div>
|
49
|
+
|
50
|
+
<div id="class-metadata">
|
51
|
+
|
52
|
+
|
53
|
+
|
54
|
+
|
55
|
+
|
56
|
+
<!-- Namespace Contents -->
|
57
|
+
<div id="namespace-list-section" class="section">
|
58
|
+
<h3 class="section-header">Namespace</h3>
|
59
|
+
<ul class="link-list">
|
60
|
+
|
61
|
+
<li><span class="type">CLASS</span> <a href="Notify/Notification.html">Notify::Notification</a></li>
|
62
|
+
|
63
|
+
</ul>
|
64
|
+
</div>
|
65
|
+
|
66
|
+
|
67
|
+
|
68
|
+
<!-- Method Quickref -->
|
69
|
+
<div id="method-list-section" class="section">
|
70
|
+
<h3 class="section-header">Methods</h3>
|
71
|
+
<ul class="link-list">
|
72
|
+
|
73
|
+
<li><a href="#method-c-init">::init</a></li>
|
74
|
+
|
75
|
+
<li><a href="#method-c-init-3F">::init?</a></li>
|
76
|
+
|
77
|
+
<li><a href="#method-c-name">::name</a></li>
|
78
|
+
|
79
|
+
<li><a href="#method-c-name-3D">::name=</a></li>
|
80
|
+
|
81
|
+
<li><a href="#method-c-server_caps">::server_caps</a></li>
|
82
|
+
|
83
|
+
<li><a href="#method-c-server_info">::server_info</a></li>
|
84
|
+
|
85
|
+
<li><a href="#method-c-uninit">::uninit</a></li>
|
86
|
+
|
87
|
+
</ul>
|
88
|
+
</div>
|
89
|
+
|
90
|
+
|
91
|
+
|
92
|
+
</div>
|
93
|
+
|
94
|
+
<div id="project-metadata">
|
95
|
+
|
96
|
+
|
97
|
+
|
98
|
+
<div id="classindex-section" class="section project-section">
|
99
|
+
<h3 class="section-header">Class/Module Index
|
100
|
+
<span class="search-toggle"><img src="./images/find.png"
|
101
|
+
height="16" width="16" alt="[+]"
|
102
|
+
title="show/hide quicksearch" /></span></h3>
|
103
|
+
<form action="#" method="get" accept-charset="utf-8" class="initially-hidden">
|
104
|
+
<fieldset>
|
105
|
+
<legend>Quicksearch</legend>
|
106
|
+
<input type="text" name="quicksearch" value=""
|
107
|
+
class="quicksearch-field" />
|
108
|
+
</fieldset>
|
109
|
+
</form>
|
110
|
+
|
111
|
+
<ul class="link-list">
|
112
|
+
|
113
|
+
<li><a href="./Notify.html">Notify</a></li>
|
114
|
+
|
115
|
+
<li><a href="./Notify/Notification.html">Notify::Notification</a></li>
|
116
|
+
|
117
|
+
</ul>
|
118
|
+
<div id="no-class-search-results" style="display: none;">No matching classes.</div>
|
119
|
+
</div>
|
120
|
+
|
121
|
+
|
122
|
+
</div>
|
123
|
+
</div>
|
124
|
+
|
125
|
+
<div id="documentation">
|
126
|
+
<h1 class="module">Notify</h1>
|
127
|
+
|
128
|
+
<div id="description" class="description">
|
129
|
+
|
130
|
+
</div><!-- description -->
|
131
|
+
|
132
|
+
|
133
|
+
|
134
|
+
|
135
|
+
<div id="5Buntitled-5D" class="documentation-section">
|
136
|
+
|
137
|
+
|
138
|
+
|
139
|
+
|
140
|
+
|
141
|
+
<!-- Constants -->
|
142
|
+
<div id="constants-list" class="section">
|
143
|
+
<h3 class="section-header">Constants</h3>
|
144
|
+
<dl>
|
145
|
+
|
146
|
+
<dt><a name="VERSION">VERSION</a></dt>
|
147
|
+
|
148
|
+
<dd class="description"></dd>
|
149
|
+
|
150
|
+
|
151
|
+
</dl>
|
152
|
+
</div>
|
153
|
+
|
154
|
+
|
155
|
+
|
156
|
+
|
157
|
+
<!-- Methods -->
|
158
|
+
|
159
|
+
<div id="public-class-method-details" class="method-section section">
|
160
|
+
<h3 class="section-header">Public Class Methods</h3>
|
161
|
+
|
162
|
+
|
163
|
+
<div id="init-method" class="method-detail ">
|
164
|
+
<a name="method-c-init"></a>
|
165
|
+
|
166
|
+
|
167
|
+
|
168
|
+
<div class="method-heading">
|
169
|
+
<span class="method-callseq">init(name)</span>
|
170
|
+
|
171
|
+
<span class="method-click-advice">click to toggle source</span>
|
172
|
+
|
173
|
+
</div>
|
174
|
+
|
175
|
+
|
176
|
+
|
177
|
+
<div class="method-description">
|
178
|
+
|
179
|
+
<p>name = application name (required)</p>
|
180
|
+
|
181
|
+
<p>Initialize libnotify. This must be called before any other functions. Throw
|
182
|
+
an expection If name is empty or nil</p>
|
183
|
+
|
184
|
+
<p>Returns TRUE if the library initialized properly, FALSE otherwise</p>
|
185
|
+
|
186
|
+
|
187
|
+
|
188
|
+
<div class="method-source-code" id="init-source">
|
188
189
|
<pre>
|
189
190
|
static VALUE
|
190
191
|
_wrap_notify_init(VALUE self, VALUE app_name)
|
@@ -203,36 +204,37 @@ _wrap_notify_init(VALUE self, VALUE app_name)
|
|
203
204
|
|
204
205
|
return Qfalse;
|
205
206
|
}</pre>
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
207
|
+
</div><!-- init-source -->
|
208
|
+
|
209
|
+
</div>
|
210
|
+
|
211
|
+
|
212
|
+
|
213
|
+
|
214
|
+
</div><!-- init-method -->
|
215
|
+
|
216
|
+
|
217
|
+
<div id="init-3F-method" class="method-detail ">
|
218
|
+
<a name="method-c-init-3F"></a>
|
219
|
+
|
220
|
+
|
221
|
+
|
222
|
+
<div class="method-heading">
|
223
|
+
<span class="method-callseq">init?</span>
|
224
|
+
|
225
|
+
<span class="method-click-advice">click to toggle source</span>
|
226
|
+
|
227
|
+
</div>
|
228
|
+
|
229
|
+
|
230
|
+
|
231
|
+
<div class="method-description">
|
232
|
+
|
233
|
+
<p>Returns TRUE if libnotify is inizialized, FALSE otherwise</p>
|
234
|
+
|
235
|
+
|
236
|
+
|
237
|
+
<div class="method-source-code" id="init-3F-source">
|
236
238
|
<pre>
|
237
239
|
static VALUE
|
238
240
|
_wrap_notify_is_initted(VALUE self)
|
@@ -242,36 +244,38 @@ _wrap_notify_is_initted(VALUE self)
|
|
242
244
|
|
243
245
|
return Qfalse;
|
244
246
|
}</pre>
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
247
|
+
</div><!-- init-3F-source -->
|
248
|
+
|
249
|
+
</div>
|
250
|
+
|
251
|
+
|
252
|
+
|
253
|
+
|
254
|
+
</div><!-- init-3F-method -->
|
255
|
+
|
256
|
+
|
257
|
+
<div id="name-method" class="method-detail ">
|
258
|
+
<a name="method-c-name"></a>
|
259
|
+
|
260
|
+
|
261
|
+
|
262
|
+
<div class="method-heading">
|
263
|
+
<span class="method-callseq">name</span>
|
264
|
+
|
265
|
+
<span class="method-click-advice">click to toggle source</span>
|
266
|
+
|
267
|
+
</div>
|
268
|
+
|
269
|
+
|
270
|
+
|
271
|
+
<div class="method-description">
|
272
|
+
|
273
|
+
<p>Returns the application name passed to <a
|
274
|
+
href="Notify.html#method-c-init">Notify.init</a></p>
|
275
|
+
|
276
|
+
|
277
|
+
|
278
|
+
<div class="method-source-code" id="name-source">
|
275
279
|
<pre>
|
276
280
|
static VALUE
|
277
281
|
_wrap_notify_get_app_name(VALUE self)
|
@@ -280,40 +284,40 @@ _wrap_notify_get_app_name(VALUE self)
|
|
280
284
|
|
281
285
|
return rb_str_new2(name);
|
282
286
|
}</pre>
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
<p>
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
287
|
+
</div><!-- name-source -->
|
288
|
+
|
289
|
+
</div>
|
290
|
+
|
291
|
+
|
292
|
+
|
293
|
+
|
294
|
+
</div><!-- name-method -->
|
295
|
+
|
296
|
+
|
297
|
+
<div id="name-3D-method" class="method-detail ">
|
298
|
+
<a name="method-c-name-3D"></a>
|
299
|
+
|
300
|
+
|
301
|
+
|
302
|
+
<div class="method-heading">
|
303
|
+
<span class="method-callseq">name= new_name</span>
|
304
|
+
|
305
|
+
<span class="method-click-advice">click to toggle source</span>
|
306
|
+
|
307
|
+
</div>
|
308
|
+
|
309
|
+
|
310
|
+
|
311
|
+
<div class="method-description">
|
312
|
+
|
313
|
+
<p>if new_name is a valid string, change the application name to new_name
|
314
|
+
otherwise nothing will be changed</p>
|
315
|
+
|
316
|
+
<p>** ONLY WHEN COMPILED AGAINST LIBNOTIFY >= 0.7.2 **</p>
|
317
|
+
|
318
|
+
|
319
|
+
|
320
|
+
<div class="method-source-code" id="name-3D-source">
|
317
321
|
<pre>
|
318
322
|
static VALUE
|
319
323
|
_wrap_notify_set_app_name(VALUE self, VALUE app_name)
|
@@ -325,36 +329,37 @@ _wrap_notify_set_app_name(VALUE self, VALUE app_name)
|
|
325
329
|
|
326
330
|
return Qnil;
|
327
331
|
}</pre>
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
332
|
+
</div><!-- name-3D-source -->
|
333
|
+
|
334
|
+
</div>
|
335
|
+
|
336
|
+
|
337
|
+
|
338
|
+
|
339
|
+
</div><!-- name-3D-method -->
|
340
|
+
|
341
|
+
|
342
|
+
<div id="server_caps-method" class="method-detail ">
|
343
|
+
<a name="method-c-server_caps"></a>
|
344
|
+
|
345
|
+
|
346
|
+
|
347
|
+
<div class="method-heading">
|
348
|
+
<span class="method-callseq">server_caps</span>
|
349
|
+
|
350
|
+
<span class="method-click-advice">click to toggle source</span>
|
351
|
+
|
352
|
+
</div>
|
353
|
+
|
354
|
+
|
355
|
+
|
356
|
+
<div class="method-description">
|
357
|
+
|
358
|
+
<p>Queries the server for its capabilities and returns them in an Array</p>
|
359
|
+
|
360
|
+
|
361
|
+
|
362
|
+
<div class="method-source-code" id="server_caps-source">
|
358
363
|
<pre>
|
359
364
|
static VALUE
|
360
365
|
_wrap_notify_get_server_caps(VALUE self)
|
@@ -376,49 +381,48 @@ _wrap_notify_get_server_caps(VALUE self)
|
|
376
381
|
|
377
382
|
return rb_caps;
|
378
383
|
}</pre>
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
|
395
|
-
|
396
|
-
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
<p>
|
406
|
-
|
407
|
-
|
408
|
-
<p>
|
409
|
-
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
|
416
|
-
|
417
|
-
|
418
|
-
|
419
|
-
|
420
|
-
|
421
|
-
id="server-info-source">
|
384
|
+
</div><!-- server_caps-source -->
|
385
|
+
|
386
|
+
</div>
|
387
|
+
|
388
|
+
|
389
|
+
|
390
|
+
|
391
|
+
</div><!-- server_caps-method -->
|
392
|
+
|
393
|
+
|
394
|
+
<div id="server_info-method" class="method-detail ">
|
395
|
+
<a name="method-c-server_info"></a>
|
396
|
+
|
397
|
+
|
398
|
+
|
399
|
+
<div class="method-heading">
|
400
|
+
<span class="method-callseq">server_info</span>
|
401
|
+
|
402
|
+
<span class="method-click-advice">click to toggle source</span>
|
403
|
+
|
404
|
+
</div>
|
405
|
+
|
406
|
+
|
407
|
+
|
408
|
+
<div class="method-description">
|
409
|
+
|
410
|
+
<p>Queries the server for its information (name, vendor, server version,
|
411
|
+
notification version)</p>
|
412
|
+
|
413
|
+
<p>Returns FALSE if there were errors, an Hash otherwise</p>
|
414
|
+
|
415
|
+
<p>example:</p>
|
416
|
+
|
417
|
+
<pre>h = Notify.server_info
|
418
|
+
p h[:name] #print the product name of the server
|
419
|
+
p h[:vendor] #print the vendor
|
420
|
+
p h[:version] #print the server version
|
421
|
+
p h[:spec_version] #print the specification version supported</pre>
|
422
|
+
|
423
|
+
|
424
|
+
|
425
|
+
<div class="method-source-code" id="server_info-source">
|
422
426
|
<pre>
|
423
427
|
static VALUE
|
424
428
|
_wrap_notify_get_server_info(VALUE self)
|
@@ -447,36 +451,37 @@ _wrap_notify_get_server_info(VALUE self)
|
|
447
451
|
|
448
452
|
return rb_info;
|
449
453
|
}</pre>
|
450
|
-
|
451
|
-
|
452
|
-
|
453
|
-
|
454
|
-
|
455
|
-
|
456
|
-
|
457
|
-
|
458
|
-
|
459
|
-
|
460
|
-
|
461
|
-
|
462
|
-
|
463
|
-
|
464
|
-
|
465
|
-
|
466
|
-
|
467
|
-
|
468
|
-
|
469
|
-
|
470
|
-
|
471
|
-
|
472
|
-
|
473
|
-
|
474
|
-
|
475
|
-
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
|
454
|
+
</div><!-- server_info-source -->
|
455
|
+
|
456
|
+
</div>
|
457
|
+
|
458
|
+
|
459
|
+
|
460
|
+
|
461
|
+
</div><!-- server_info-method -->
|
462
|
+
|
463
|
+
|
464
|
+
<div id="uninit-method" class="method-detail ">
|
465
|
+
<a name="method-c-uninit"></a>
|
466
|
+
|
467
|
+
|
468
|
+
|
469
|
+
<div class="method-heading">
|
470
|
+
<span class="method-callseq">uninit</span>
|
471
|
+
|
472
|
+
<span class="method-click-advice">click to toggle source</span>
|
473
|
+
|
474
|
+
</div>
|
475
|
+
|
476
|
+
|
477
|
+
|
478
|
+
<div class="method-description">
|
479
|
+
|
480
|
+
<p>Deinitialize libnotify, you must to call this before quit the program</p>
|
481
|
+
|
482
|
+
|
483
|
+
|
484
|
+
<div class="method-source-code" id="uninit-source">
|
480
485
|
<pre>
|
481
486
|
static VALUE
|
482
487
|
_wrap_notify_uninit(VALUE self)
|
@@ -485,33 +490,28 @@ _wrap_notify_uninit(VALUE self)
|
|
485
490
|
|
486
491
|
return Qnil;
|
487
492
|
}</pre>
|
488
|
-
|
489
|
-
|
490
|
-
|
491
|
-
|
492
|
-
|
493
|
-
|
494
|
-
|
495
|
-
</div>
|
493
|
+
</div><!-- uninit-source -->
|
494
|
+
|
495
|
+
</div>
|
496
496
|
|
497
|
-
|
498
|
-
</div>
|
499
|
-
|
497
|
+
|
500
498
|
|
501
|
-
|
499
|
+
|
500
|
+
</div><!-- uninit-method -->
|
502
501
|
|
502
|
+
|
503
|
+
</div><!-- public-class-method-details -->
|
504
|
+
|
505
|
+
</div><!-- 5Buntitled-5D -->
|
506
|
+
|
503
507
|
|
504
|
-
|
505
|
-
|
506
|
-
<p>Disabled; run with --debug to generate this.</p>
|
507
|
-
|
508
|
-
</div>
|
508
|
+
</div><!-- documentation -->
|
509
509
|
|
510
|
-
|
511
|
-
|
512
|
-
|
513
|
-
|
514
|
-
|
510
|
+
<div id="validator-badges">
|
511
|
+
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
512
|
+
<p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
|
513
|
+
Rdoc Generator</a> 2</small>.</p>
|
514
|
+
</div>
|
515
515
|
|
516
516
|
</body>
|
517
517
|
</html>
|