~ubuntu-branches/ubuntu/vivid/vala/vivid

« back to all changes in this revision

Viewing changes to vapi/gobject-2.0.vapi

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-07-28 07:58:01 UTC
  • mfrom: (1.5.5 upstream) (7.3.14 experimental)
  • Revision ID: james.westby@ubuntu.com-20100728075801-18u9cg5hv5oety6m
Tags: 0.9.4-1
New upstream development release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
                public bool is_interface ();
49
49
                [CCode (cname = "G_TYPE_IS_VALUE_TYPE")]
50
50
                public bool is_value_type ();
 
51
                [CCode (cname = "G_TYPE_IS_ENUM")]
 
52
                public bool is_enum ();
 
53
                [CCode (cname = "G_TYPE_IS_FLAGS")]
 
54
                public bool is_flags ();
51
55
 
52
56
                [CCode (cname = "G_TYPE_FROM_INSTANCE")]
53
57
                public static Type from_instance (void* instance);