File: champlain-gtk-0.12.vapi

package info (click to toggle)
libchamplain 0.12.16-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 6,300 kB
  • sloc: ansic: 17,909; sh: 4,121; makefile: 428; python: 300; xml: 211
file content (13 lines) | stat: -rw-r--r-- 606 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* champlain-gtk-0.12.vapi generated by vapigen, do not modify. */

[CCode (cprefix = "GtkChamplain", gir_namespace = "GtkChamplain", gir_version = "0.12", lower_case_cprefix = "gtk_champlain_")]
namespace GtkChamplain {
	[CCode (cheader_filename = "champlain-gtk/champlain-gtk.h", type_id = "gtk_champlain_embed_get_type ()")]
	public class Embed : Gtk.Alignment, Atk.Implementor, Gtk.Buildable {
		[CCode (has_construct_function = false, type = "GtkWidget*")]
		public Embed ();
		public unowned Champlain.View get_view ();
		[NoAccessorMethod]
		public Champlain.View champlain_view { owned get; }
	}
}