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

« back to all changes in this revision

Viewing changes to unity-private/launcher/quicklist-controller.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
 
/* quicklist-controller.c generated by valac 0.9.7, the Vala compiler
 
1
/* quicklist-controller.c generated by valac, the Vala compiler
2
2
 * generated from quicklist-controller.vala, do not modify */
3
3
 
4
4
/* -*- Mode: vala; indent-tabs-mode: nil; c-basic-offset: 2; tab-width: 2 -*- */
200
200
        UNITY_LAUNCHER_QUICKLIST_CONTROLLER_STATE
201
201
};
202
202
UnityLauncherQuicklistController* unity_launcher_quicklist_controller_get_current_menu (void);
 
203
UnityLauncherQuicklistControllerState unity_launcher_quicklist_controller_get_state (UnityLauncherQuicklistController* self);
203
204
gboolean unity_launcher_quicklist_controller_is_menu_open (void);
204
 
UnityLauncherQuicklistControllerState unity_launcher_quicklist_controller_get_state (UnityLauncherQuicklistController* self);
205
205
gboolean unity_launcher_quicklist_controller_do_menus_match (UnityLauncherQuicklistController* menu);
206
206
CtkMenuExpandable* unity_launcher_quicklist_controller_get_view (UnityLauncherQuicklistController* self);
207
207
UnityLauncherQuicklistController* unity_launcher_quicklist_controller_construct (GType object_type);
217
217
};
218
218
UnityLauncherApplicationQuicklistController* unity_launcher_application_quicklist_controller_new (UnityLauncherScrollerChildController* scroller_child);
219
219
UnityLauncherApplicationQuicklistController* unity_launcher_application_quicklist_controller_construct (GType object_type, UnityLauncherScrollerChildController* scroller_child);
220
 
static void unity_launcher_application_quicklist_controller_new_menu (UnityLauncherApplicationQuicklistController* self);
221
220
UnityLauncherQuicklistMenu* unity_launcher_quicklist_menu_new (void);
222
221
UnityLauncherQuicklistMenu* unity_launcher_quicklist_menu_construct (GType object_type);
223
222
GType unity_launcher_quicklist_menu_get_type (void) G_GNUC_CONST;
226
225
GType unity_launcher_scroller_child_get_type (void) G_GNUC_CONST;
227
226
UnityLauncherScrollerChild* unity_launcher_scroller_child_controller_get_child (UnityLauncherScrollerChildController* self);
228
227
static void unity_launcher_application_quicklist_controller_attach_to_stage (UnityLauncherApplicationQuicklistController* self, ClutterActor* child, ClutterActor* parent);
 
228
static void unity_launcher_application_quicklist_controller_new_menu (UnityLauncherApplicationQuicklistController* self);
229
229
static void _unity_launcher_application_quicklist_controller_attach_to_stage_clutter_actor_parent_set (ClutterActor* _sender, ClutterActor* old_parent, gpointer self);
230
 
static void unity_launcher_application_quicklist_controller_on_state_change (UnityLauncherApplicationQuicklistController* self);
231
230
const char* unity_launcher_scroller_child_controller_get_name (UnityLauncherScrollerChildController* self);
232
231
UnityLauncherQuicklistMenuItem* unity_launcher_quicklist_menu_item_new_with_label (const char* label);
233
232
UnityLauncherQuicklistMenuItem* unity_launcher_quicklist_menu_item_construct_with_label (GType object_type, const char* label);
235
234
static void _lambda22_ (UnityLauncherApplicationQuicklistController* self);
236
235
static void __lambda22__ctk_menu_item_activated (CtkMenuItem* _sender, gpointer self);
237
236
void unity_launcher_scroller_child_controller_get_menu_actions (UnityLauncherScrollerChildController* self, UnityLauncherScrollerChildControllermenu_cb callback, void* callback_target);
238
 
static void _lambda23_ (DbusmenuMenuitem* top_menu, UnityLauncherApplicationQuicklistController* self);
239
237
UnityLauncherQuicklistMenuSeperator* unity_launcher_quicklist_menu_seperator_new (void);
240
238
UnityLauncherQuicklistMenuSeperator* unity_launcher_quicklist_menu_seperator_construct (GType object_type);
241
239
GType unity_launcher_quicklist_menu_seperator_get_type (void) G_GNUC_CONST;
242
240
static CtkMenuItem* unity_launcher_application_quicklist_controller_menu_item_from_dbusmenuitem (UnityLauncherApplicationQuicklistController* self, DbusmenuMenuitem* dbusmenuitem);
 
241
static void _lambda23_ (DbusmenuMenuitem* top_menu, UnityLauncherApplicationQuicklistController* self);
243
242
static void __lambda23__unitylauncherscrollerchildcontrollermenu_cb (DbusmenuMenuitem* menu, gpointer self);
244
243
void unity_launcher_scroller_child_controller_get_menu_navigation (UnityLauncherScrollerChildController* self, UnityLauncherScrollerChildControllermenu_cb callback, void* callback_target);
245
244
static void _lambda30_ (DbusmenuMenuitem* bottom_menu, UnityLauncherApplicationQuicklistController* self);
246
245
static void __lambda30__unitylauncherscrollerchildcontrollermenu_cb (DbusmenuMenuitem* menu, gpointer self);
 
246
static void unity_launcher_application_quicklist_controller_on_state_change (UnityLauncherApplicationQuicklistController* self);
247
247
UnityLauncherQuicklistCheckMenuItem* unity_launcher_quicklist_check_menu_item_new_with_label (const char* label);
248
248
UnityLauncherQuicklistCheckMenuItem* unity_launcher_quicklist_check_menu_item_construct_with_label (GType object_type, const char* label);
249
249
GType unity_launcher_quicklist_check_menu_item_get_type (void) G_GNUC_CONST;
258
258
static void __lambda26__dbusmenu_menuitem_property_changed (DbusmenuMenuitem* _sender, const char* property_name, void* value, gpointer self);
259
259
static void _lambda27_ (Block10Data* _data10_);
260
260
static void __lambda27__ctk_menu_item_activated (CtkMenuItem* _sender, gpointer self);
261
 
static void _lambda28_ (UnityLauncherApplicationQuicklistController* self);
262
261
static gboolean _lambda29_ (UnityLauncherApplicationQuicklistController* self);
263
262
static gboolean __lambda29__gsource_func (gpointer self);
 
263
static void _lambda28_ (UnityLauncherApplicationQuicklistController* self);
264
264
static void __lambda28__ctk_menu_item_activated (CtkMenuItem* _sender, gpointer self);
265
265
static Block10Data* block10_data_ref (Block10Data* _data10_);
266
266
static void block10_data_unref (Block10Data* _data10_);
506
506
 
507
507
 
508
508
static void unity_launcher_application_quicklist_controller_new_menu (UnityLauncherApplicationQuicklistController* self) {
 
509
        CtkMenuExpandable* _tmp1_;
509
510
        UnityLauncherQuicklistMenu* _tmp0_;
510
 
        CtkMenuExpandable* _tmp1_;
511
511
        UnityLauncherScrollerChild* _tmp2_;
512
512
        g_return_if_fail (self != NULL);
513
513
        ((UnityLauncherQuicklistController*) self)->menu = (_tmp1_ = (_tmp0_ = g_object_ref_sink (unity_launcher_quicklist_menu_new ()), CTK_IS_MENU_EXPANDABLE (_tmp0_) ? ((CtkMenuExpandable*) _tmp0_) : NULL), _g_object_unref0 (((UnityLauncherQuicklistController*) self)->menu), _tmp1_);