~indicator-multiload/indicator-multiload/trunk

« back to all changes in this revision

Viewing changes to src/gtop.vapi

  • Committer: Michael Hofmann
  • Date: 2011-08-15 17:12:11 UTC
  • mfrom: (32.1.13 expressions)
  • Revision ID: mh21@piware.de-20110815171211-y2l29z2yan40g3cg
Merge expression branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
    [CCode (cheader_filename = "glibtop.h")]
28
28
    public static GTop *global_server;
29
29
 
 
30
    [CCode (cheader_filename = "glibtop.h")]
 
31
    public static GTop *init();
 
32
 
30
33
    [CCode (cname = "glibtop", type_id = "GTOP_TYPE_GLIBTOP", cheader_filename = "glibtop.h")]
31
34
    public struct GTop {
32
35
        public uint flags;