~ubuntu-branches/ubuntu/utopic/unity-greeter/utopic

« back to all changes in this revision

Viewing changes to src/indicator.vapi

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2013-07-10 11:04:33 UTC
  • Revision ID: package-import@ubuntu.com-20130710110433-2b9ztuj5b28xx6im
Tags: 13.10.1-0ubuntu3
* debian/control:
  - Build-Depends on libido3-0.1-dev (>= 13.10.0)
* Backport ~larsu/unity-greeter/indicator-ng
  - include support for the new indicators, thanks Lars

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* indicator3.vapi generated by vapigen, do not modify. */
2
 
 
3
1
[CCode (cprefix = "Indicator", lower_case_cprefix = "indicator_")]
4
2
namespace Indicator {
5
3
        [CCode (cheader_filename = "gtk/gtk.h,libindicator/indicator.h,libindicator/indicator-desktop-shortcuts.h,libindicator/indicator-image-helper.h,libindicator/indicator-object.h,libindicator/indicator-service.h,libindicator/indicator-service-manager.h")]
38
36
                [NoWrapper]
39
37
                public virtual unowned string get_name_hint ();
40
38
                public virtual bool get_show_now (Indicator.ObjectEntry entry);
 
39
                public virtual int get_position ();
41
40
                [NoWrapper]
42
41
                public virtual void reserved1 ();
43
42
                [NoWrapper]
48
47
                public virtual void reserved4 ();
49
48
                [NoWrapper]
50
49
                public virtual void reserved5 ();
51
 
                [NoWrapper]
52
 
                public virtual void reserved6 ();
53
50
                public void set_environment (string[] env);
54
51
                public virtual signal void accessible_desc_update (Indicator.ObjectEntry entry);
55
52
                public virtual signal void entry_added (Indicator.ObjectEntry entry);
59
56
                public virtual signal void menu_show (Indicator.ObjectEntry entry, uint timestamp);
60
57
                public virtual signal void show_now_changed (Indicator.ObjectEntry entry, bool show_now_state);
61
58
        }
 
59
        [CCode (cheader_filename = "libindicator/indicator-ng.h")]
 
60
        public class Ng : Object {
 
61
                [CCode (has_construct_function = false)]
 
62
                public Ng.for_profile (string filename, string profile) throws GLib.Error;
 
63
        }
62
64
        [Compact]
63
65
        [CCode (cheader_filename = "gtk/gtk.h,libindicator/indicator.h,libindicator/indicator-desktop-shortcuts.h,libindicator/indicator-image-helper.h,libindicator/indicator-object.h,libindicator/indicator-service.h,libindicator/indicator-service-manager.h")]
64
66
        public class ObjectEntry {
156
158
        [CCode (cheader_filename = "gtk/gtk.h,libindicator/indicator.h,libindicator/indicator-desktop-shortcuts.h,libindicator/indicator-image-helper.h,libindicator/indicator-object.h,libindicator/indicator-service.h,libindicator/indicator-service-manager.h")]
157
159
        public static void image_helper_update (Gtk.Image image, string name);
158
160
}
 
161
 
 
162
[CCode (cheader_filename="libido/libido.h", lower_case_cprefix = "ido_")]
 
163
namespace Ido {
 
164
        public void init ();
 
165
}