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

« back to all changes in this revision

Viewing changes to unity-private/places/places-place-view.c

  • 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
 
/* places-place-view.c generated by valac 0.9.7, the Vala compiler
 
1
/* places-place-view.c generated by valac, the Vala compiler
2
2
 * generated from places-place-view.vala, do not modify */
3
3
 
4
4
/*
141
141
};
142
142
UnityPlacesPlaceView* unity_places_place_view_new (UnityPlacesPlace* place);
143
143
UnityPlacesPlaceView* unity_places_place_view_construct (GType object_type, UnityPlacesPlace* place);
 
144
GType unity_places_place_entry_view_get_type (void) G_GNUC_CONST;
144
145
static gboolean unity_places_place_view_on_entry_clicked (UnityPlacesPlaceView* self, ClutterActor* view, ClutterEvent* e);
145
 
GType unity_places_place_entry_view_get_type (void) G_GNUC_CONST;
146
146
UnityPlacesPlace* unity_places_place_view_get_place (UnityPlacesPlaceView* self);
147
147
static void unity_places_place_view_set_place (UnityPlacesPlaceView* self, UnityPlacesPlace* value);
148
148
GType unity_places_place_entry_get_type (void) G_GNUC_CONST;