~ubuntu-branches/ubuntu/wily/grilo/wily

« back to all changes in this revision

Viewing changes to bindings/vala/grilo-0.2.vapi

  • Committer: Package Import Robot
  • Author(s): Alberto Garcia
  • Date: 2013-09-18 01:18:10 UTC
  • mfrom: (1.2.2)
  • Revision ID: package-import@ubuntu.com-20130918011810-bfa2o7aexy6y0h3n
Tags: 0.2.7-1
* New upstream release.
* Update my e-mail address in debian/*.
* Remove libsoup.patch, it's no longer relevant for this release.
* debian/libgrilo-0.2-1.symbols: update.

Show diffs side-by-side

added added

removed removed

Lines of Context:
468
468
                public void remove (Grl.KeyID key);
469
469
                public void @set (Grl.KeyID key, GLib.Value value);
470
470
                public void set_binary (Grl.KeyID key, uchar buf, size_t size);
471
 
                public void set_boolean (Grl.KeyID key, bool boolvalue);
 
471
                public void set_boolean (Grl.KeyID key, bool booleanvalue);
472
472
                public void set_boxed (Grl.KeyID key, void* boxed);
473
473
                public void set_float (Grl.KeyID key, float floatvalue);
474
474
                public void set_int (Grl.KeyID key, int intvalue);