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
// This file was generated by gir (https://github.com/gtk-rs/gir)
// from gir-files.gtk (https://github.com/gtk-rs/gir-files)
// from gir-files.xfce
// DO NOT EDIT
use crateffi;
use *;
/// Initializes the Xfconf library. Can be called multiple times with no
/// adverse effects.
///
/// # Returns
///
/// [`true`] if the library was initialized succesfully, [`false`] on
/// error. If there is an error `error` will be set.
/// Lists all channels known in the Xfconf configuration store.
///
/// # Returns
///
/// A newly-allocated array of strings.
/// Free with `g_strfreev()` when no longer needed.