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

« back to all changes in this revision

Viewing changes to unity-private/panel/panel-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
 
/* panel-view.c generated by valac 0.9.7, the Vala compiler
 
1
/* panel-view.c generated by valac, the Vala compiler
2
2
 * generated from panel-view.vala, do not modify */
3
3
 
4
4
/*
180
180
        UNITY_PANEL_VIEW_DUMMY_PROPERTY,
181
181
        UNITY_PANEL_VIEW_SHELL
182
182
};
 
183
void unity_panel_system_tray_manage_stage (UnityPanelSystemTray* self, ClutterStage* stage);
183
184
UnityPanelView* unity_panel_view_new (UnityShell* shell);
184
185
UnityPanelView* unity_panel_view_construct (GType object_type, UnityShell* shell);
185
 
void unity_panel_system_tray_manage_stage (UnityPanelSystemTray* self, ClutterStage* stage);
186
 
static gboolean unity_panel_view_on_button_release_event (UnityPanelView* self, ClutterEvent* e);
187
186
GType menu_manager_get_type (void) G_GNUC_CONST;
188
187
MenuManager* menu_manager_get_default (void);
189
188
void menu_manager_popdown_current_menu (MenuManager* self);
 
189
static gboolean unity_panel_view_on_button_release_event (UnityPanelView* self, ClutterEvent* e);
190
190
gint unity_panel_view_get_indicators_width (UnityPanelView* self);
191
191
void unity_panel_view_set_expanded (UnityPanelView* self, gboolean _expanded);
192
192
gint unity_panel_view_get_panel_height (UnityPanelView* self);
193
 
void unity_panel_view_set_indicator_mode (UnityPanelView* self, gboolean mode);
194
193
static gboolean _lambda13_ (UnityPanelView* self);
195
194
static gboolean __lambda13__gsource_func (gpointer self);
196
195
GType unity_panel_indicators_indicator_object_view_get_type (void) G_GNUC_CONST;
197
196
static gboolean _lambda14_ (UnityPanelView* self);
198
197
static gboolean __lambda14__gsource_func (gpointer self);
 
198
void unity_panel_view_set_indicator_mode (UnityPanelView* self, gboolean mode);
199
199
UnityShell* unity_panel_view_get_shell (UnityPanelView* self);
200
200
static void unity_panel_view_set_shell (UnityPanelView* self, UnityShell* value);
201
201
GType unity_panel_indicators_indicators_model_get_type (void) G_GNUC_CONST;