Changes
5 changed files (+9/-5)
-
-
@@ -24,7 +24,7 @@ NON_UTF8_VALUE,} public class Headers : Object { private Gee.HashMap<string, Gee.ArrayList<string> >map; private Gee.HashMap<string, Gee.ArrayList<string> > map; public int last_byte_index { get; construct; default = -1; }
-
-
-
@@ -35,7 +35,7 @@ }} public class Parsed : Object { public GLib.Array<Node>nodes { get; construct; } public GLib.Array<Node> nodes { get; construct; } public string label { owned get {
-
@@ -52,7 +52,7 @@ public Parsed.from_string(string input) {Object(nodes: parse(input)); } private static GLib.Array<Node>parse(string input) { private static GLib.Array<Node> parse(string input) { var nodes = new GLib.Array<Node>(); int i = 0;
-
-
-
@@ -96,7 +96,7 @@private bool is_incrementing_volume = false; // true = increase, false = decrease private Gee.ArrayQueue<ZoneOutputRowVolumeStepDirection>volume_increment_queue = private Gee.ArrayQueue<ZoneOutputRowVolumeStepDirection> volume_increment_queue = new Gee.ArrayQueue<ZoneOutputRowVolumeStepDirection>(); private bool is_moving_volume = false;
-
-
-
@@ -38,7 +38,7 @@private ulong error_detail_hid; private Plac.ServerScanner scanner = new Plac.ServerScanner(); private Gee.HashMap<string, ServerRow>rows = new Gee.HashMap<string, ServerRow>(); private Gee.HashMap<string, ServerRow> rows = new Gee.HashMap<string, ServerRow>(); public Window(Gtk.Application app) { Object(application: app);
-
-
-
@@ -106,6 +106,10 @@# Add or remove space after ',', i.e. 'a,b' vs. 'a, b'. sp_after_comma = add # Add or remove space between '>' and a word as in 'List<byte> m;' or # 'template <typename T> static ...'. sp_angle_word = add # (C#, Vala) Add or remove space between ',' and ']' in multidimensional array type # like 'int[,,]'. sp_after_mdatype_commas = remove
-