~leprechaun-team/+junk/unity-use-patches

« back to all changes in this revision

Viewing changes to unity/unity.vapi

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-09-09 19:13:29 UTC
  • mfrom: (1.1.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20100909191329-j3odkmn02roj91b1
Tags: 0.2.36-0ubuntu1
* New upstream release:
  - Fix width of home-button on panel, so groove aligns with right edge of
    launcher, fixes (LP: #630031)
  - migration script to transition first time new people to unity
    (LP: #622146)
  - Quicklist name disappearing (LP: #627666)
* debian/unity.install:
  - install libexec in unity package (for migration tool)
* debian/libunity0.symbols:
  - update symbol

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* unity.vapi generated by valac 0.9.7, do not modify. */
 
1
/* unity.vapi generated by valac, do not modify. */
2
2
 
3
3
[CCode (cprefix = "Unity", lower_case_cprefix = "unity_")]
4
4
namespace Unity {
305
305
                public void clear ();
306
306
                public Gdk.Pixbuf? @get (string icon_id, int size);
307
307
                public static Unity.PixbufCache get_default ();
308
 
                public async Gdk.Pixbuf? load_from_filepath (string filename, int size, Ctk.Image? image = null, string key);
 
308
                public async Gdk.Pixbuf? load_from_filepath (string filename, int size);
309
309
                public bool load_iteration ();
310
310
                public void @set (string icon_id, Gdk.Pixbuf pixbuf, int size);
311
311
                public async void set_image_from_gicon (Ctk.Image image, GLib.Icon icon, int size);
312
 
                public async void set_image_from_gicon_string (Ctk.Image image, string data, int size);
313
 
                public async void set_image_from_gicon_string_real (Ctk.Image image, string gicon_as_string, int size);
314
 
                public async void set_image_from_icon_name (Ctk.Image image, string icon_name, int size);
315
 
                public async void set_image_from_icon_name_real (Ctk.Image image, string icon_name, int size);
 
312
                public void set_image_from_gicon_string (Ctk.Image image, string data, int size);
 
313
                public void set_image_from_icon_name (Ctk.Image image, string icon_name, int size);
316
314
                public uint size { get; }
317
315
        }
318
316
        [CCode (ref_function = "unity_pixbuf_cache_task_ref", unref_function = "unity_pixbuf_cache_task_unref", cheader_filename = "unity.h")]