File: custom.vapi

package info (click to toggle)
gnome-contacts 49.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,656 kB
  • sloc: ansic: 550; xml: 132; makefile: 10
file content (12 lines) | stat: -rw-r--r-- 465 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
[CCode (cprefix = "Cc", lower_case_cprefix = "cc_", cheader_filename = "cc-crop-area.h")]
namespace Cc {
    public class CropArea : Gtk.Widget {
        [CCode (has_construct_function = false, type = "GtkWidget*")]
        public CropArea ();
        public void set_min_size (int width, int height);
        public void set_paintable (Gdk.Paintable paintable);
        public Gdk.Paintable get_paintable ();
        public Gdk.Texture create_texture ();
    }
}