Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jangernert/FeedReader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/vapi
diff options
context:
space:
mode:
authorBilal Elmoussaoui <bil.elmoussaoui@gmail.com>2017-08-26 01:54:37 +0300
committerBilal Elmoussaoui <bil.elmoussaoui@gmail.com>2017-08-26 01:54:37 +0300
commita1704682d934222d3dee676cc3ffd8c869a71ef1 (patch)
tree67092f64b801edb7c3e949a4e03117b5f425600f /vapi
parent8b375359028d190f5fb51930cef8555ef56144ea (diff)
convert space to tabs, and remove empty spaces
Diffstat (limited to 'vapi')
-rw-r--r--vapi/gtkimageview.vapi36
-rw-r--r--vapi/libvilistextum.vapi4
2 files changed, 20 insertions, 20 deletions
diff --git a/vapi/gtkimageview.vapi b/vapi/gtkimageview.vapi
index a7ab5366..fb421699 100644
--- a/vapi/gtkimageview.vapi
+++ b/vapi/gtkimageview.vapi
@@ -3,28 +3,28 @@
namespace Gtk {
[CCode (cheader_filename = "gtkimageview.h")]
public class ImageView : Gtk.Widget {
- public ImageView ();
+ public ImageView ();
- public bool fit_allocation { get; set; }
- public bool scale_set { get; }
- public bool transitions_enabled { get; set; }
- public bool zoomable { get; set; }
- public bool rotatable { get; set; }
- public bool snap_angle { get; set; }
- public double angle { get; set; }
- public double scale { get; set; }
+ public bool fit_allocation { get; set; }
+ public bool scale_set { get; }
+ public bool transitions_enabled { get; set; }
+ public bool zoomable { get; set; }
+ public bool rotatable { get; set; }
+ public bool snap_angle { get; set; }
+ public double angle { get; set; }
+ public double scale { get; set; }
- public async void load_from_stream_async (GLib.InputStream input_stream,
- int scale_factor,
- GLib.Cancellable? cancellable = null);
+ public async void load_from_stream_async (GLib.InputStream input_stream,
+ int scale_factor,
+ GLib.Cancellable? cancellable = null);
- public async void load_from_file_async (GLib.File file,
- int scale_factor,
- GLib.Cancellable? cancellable = null) throws GLib.Error;
+ public async void load_from_file_async (GLib.File file,
+ int scale_factor,
+ GLib.Cancellable? cancellable = null) throws GLib.Error;
- public void set_animation (Gdk.PixbufAnimation animation);
- public void set_pixbuf (Gdk.Pixbuf pixbuf);
- public void set_surface (Cairo.Surface? surface);
+ public void set_animation (Gdk.PixbufAnimation animation);
+ public void set_pixbuf (Gdk.Pixbuf pixbuf);
+ public void set_surface (Cairo.Surface? surface);
}
}
diff --git a/vapi/libvilistextum.vapi b/vapi/libvilistextum.vapi
index b005d798..b8be5548 100644
--- a/vapi/libvilistextum.vapi
+++ b/vapi/libvilistextum.vapi
@@ -1,5 +1,5 @@
[CCode(cheader_filename = "vilistextum.h")]
namespace libVilistextum {
- [CCode(cname = "vilistextum")]
- public static string? parse(string text, int extractText);
+ [CCode(cname = "vilistextum")]
+ public static string? parse(string text, int extractText);
}