-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlibdocklet-lipsum.so.vapi
54 lines (53 loc) · 2.1 KB
/
libdocklet-lipsum.so.vapi
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
/* libdocklet-lipsum.so.vapi generated by valac 0.40.24, do not modify. */
namespace Lipsum {
[CCode (cheader_filename = "src/Docklet/LipsumDockItem.h")]
public class Generator {
public int count;
public bool count_chars;
public bool count_paragraphs;
public bool count_sentences;
public bool count_words;
public bool html;
public string input_filename;
public int paragraph_max_len;
public int paragraph_min_len;
protected GLib.Rand random;
public int sentence_max_len;
public int sentence_min_len;
public bool start_with_lorem_ipsum;
protected string[] words;
public Generator ();
public string create_paragraph ();
public string create_sentence (int len = -1);
public string generate ();
public void read_input_file ();
}
[CCode (cheader_filename = "src/Docklet/LipsumDockItem.h")]
public class LipsumDockItem : Plank.DockletItem {
protected Gtk.Clipboard clipboard;
protected Lipsum.Generator generator;
protected Gtk.MenuItem item;
protected string lipsum_text;
protected Lipsum.LipsumPreferences prefs;
public LipsumDockItem ();
public override Gee.ArrayList<Gtk.MenuItem> get_menu_items ();
protected override Plank.AnimationType on_clicked (Plank.PopupButton button, Gdk.ModifierType mod, uint32 event_time);
protected override Plank.AnimationType on_scrolled (Gdk.ScrollDirection direction, Gdk.ModifierType mod, uint32 event_time);
public LipsumDockItem.with_dockitem_file (GLib.File file);
protected string wrap (string text, int width);
}
[CCode (cheader_filename = "src/Docklet/LipsumDockItem.h")]
public class LipsumDocklet : GLib.Object, Plank.Docklet {
public LipsumDocklet ();
}
[CCode (cheader_filename = "src/Docklet/LipsumDockItem.h")]
public class LipsumPreferences : Plank.DockItemPreferences {
public LipsumPreferences ();
protected override void reset_properties ();
public LipsumPreferences.with_file (GLib.File file);
}
[CCode (cheader_filename = "src/Docklet/LipsumDockItem.h")]
public const string G_RESOURCE_PATH;
}
[CCode (cheader_filename = "src/Docklet/LipsumDocklet.h")]
public static void docklet_init (Plank.DockletManager manager);