~ubuntu-branches/ubuntu/maverick/libchamplain/maverick

« back to all changes in this revision

Viewing changes to bindings/vala/champlain-gtk/champlain-gtk-0.4.vapi

  • Committer: Bazaar Package Importer
  • Author(s): Laurent Bigonville
  • Date: 2010-06-13 15:26:48 UTC
  • mfrom: (1.1.7 upstream) (2.1.8 sid)
  • Revision ID: james.westby@ubuntu.com-20100613152648-9zwololznkps41gk
Tags: 0.4.6-1
* New upstream release (thanks to Łukasz Jernaś <deejay1@srem.org>)
  (Closes: #585126)
  - Add Python and Vala bindings (Closes: #561638)
* debian/control: Make libchamplain-gtk-0.4-dbg recommends
  libchamplain-0.4-dbg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* champlain-gtk-0.4.vapi generated by vapigen, do not modify. */
 
2
 
 
3
[CCode (cprefix = "GtkChamplain", lower_case_cprefix = "gtk_champlain_")]
 
4
namespace GtkChamplain {
 
5
        [CCode (cheader_filename = "champlain-gtk/champlain-gtk.h")]
 
6
        public class Embed : Gtk.Alignment, Atk.Implementor, Gtk.Buildable {
 
7
                [CCode (type = "GtkWidget*", has_construct_function = false)]
 
8
                public Embed ();
 
9
                public unowned Champlain.View get_view ();
 
10
                [NoAccessorMethod]
 
11
                public Champlain.View champlain_view { owned get; }
 
12
        }
 
13
        [CCode (cname = "champlain_view_embed_get_view", cheader_filename = "champlain-gtk/champlain-gtk.h")]
 
14
        public static unowned Champlain.View champlain_view_embed_get_view (GtkChamplain.Embed embed);
 
15
        [CCode (cname = "champlain_view_embed_new", cheader_filename = "champlain-gtk/champlain-gtk.h")]
 
16
        public static unowned Gtk.Widget champlain_view_embed_new (Champlain.View view);
 
17
        [CCode (cname = "champlain_view_embed_set_view", cheader_filename = "champlain-gtk/champlain-gtk.h")]
 
18
        public static void champlain_view_embed_set_view (GtkChamplain.Embed embed, Champlain.View view);
 
19
}