~ubuntu-branches/ubuntu/quantal/vala-0.16/quantal

« back to all changes in this revision

Viewing changes to vapi/gobject-2.0.vapi

  • Committer: Package Import Robot
  • Author(s): Rico Tzschichholz
  • Date: 2012-02-28 20:20:50 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20120228202050-nowzcc7uhxomtrs2
Tags: 0.15.2-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
324
324
 
325
325
                public static Object @new (Type type, ...);
326
326
                public static Object newv (Type type, [CCode (array_length_pos = 1.9)] Parameter[] parameters);
 
327
                public static Object new_valist (Type type, string? firstprop, va_list var_args);
327
328
 
328
329
                [CCode (cname = "G_TYPE_FROM_INSTANCE")]
329
330
                public Type get_type ();