~elementary-apps/noise/master

« back to all changes in this revision

Viewing changes to vapi/peas-gtk.vapi

  • Committer: Victor Eduardo
  • Date: 2012-09-25 06:56:04 UTC
  • Revision ID: git-v1:ded5267817bd4b73595bddaa6ccdeec760055b9d
CMake cleanup. Make the CMakeLists.txt files easier to read and understand; remove redundant uses of names (especially "noise"), and clean up dependency lists

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* peas-gtk.vapi generated by vapigen, do not modify. */
2
 
 
3
 
[CCode (cprefix = "PeasGtk", gir_namespace = "PeasGtk", gir_version = "1.0", lower_case_cprefix = "peas_gtk_")]
4
 
namespace PeasGtk {
5
 
        [CCode (cheader_filename = "libpeas-gtk/peas-gtk.h", type_id = "peas_gtk_plugin_manager_get_type ()")]
6
 
        public class PluginManager : Gtk.Box, Atk.Implementor, Gtk.Buildable, Gtk.Orientable {
7
 
                [CCode (has_construct_function = false, type = "GtkWidget*")]
8
 
                public PluginManager (Peas.Engine? engine);
9
 
                public unowned Gtk.Widget get_view ();
10
 
                [NoAccessorMethod]
11
 
                public Peas.Engine engine { owned get; construct; }
12
 
                public PeasGtk.PluginManagerView view { get; construct; }
13
 
        }
14
 
        [CCode (cheader_filename = "libpeas-gtk/peas-gtk.h", type_id = "peas_gtk_plugin_manager_view_get_type ()")]
15
 
        public class PluginManagerView : Gtk.TreeView, Atk.Implementor, Gtk.Buildable, Gtk.Scrollable {
16
 
                [CCode (has_construct_function = false, type = "GtkWidget*")]
17
 
                public PluginManagerView (Peas.Engine? engine);
18
 
                public Peas.PluginInfo get_selected_plugin ();
19
 
                [Deprecated (since = "1.2")]
20
 
                public bool get_show_builtin ();
21
 
                public void set_selected_plugin (Peas.PluginInfo info);
22
 
                [Deprecated (since = "1.2")]
23
 
                public void set_show_builtin (bool show_builtin);
24
 
                [NoAccessorMethod]
25
 
                public Peas.Engine engine { owned get; construct; }
26
 
                [Deprecated (since = "1.2")]
27
 
                public bool show_builtin { get; set; }
28
 
                public virtual signal void populate_popup (Gtk.Menu menu);
29
 
        }
30
 
        [CCode (cheader_filename = "libpeas-gtk/peas-gtk.h", type_cname = "PeasGtkConfigurableInterface", type_id = "peas_gtk_configurable_get_type ()")]
31
 
        public interface Configurable : GLib.Object {
32
 
                public abstract Gtk.Widget create_configure_widget ();
33
 
        }
34
 
}