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

« back to all changes in this revision

Viewing changes to unity-private/panel/panel-menu-manager.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-menu-manager.c generated by valac 0.9.7, the Vala compiler
 
1
/* panel-menu-manager.c generated by valac, the Vala compiler
2
2
 * generated from panel-menu-manager.vala, do not modify */
3
3
 
4
4
/* -*- Mode: vala; indent-tabs-mode: nil; c-basic-offset: 2; tab-width: 2 -*- */
61
61
enum  {
62
62
        MENU_MANAGER_DUMMY_PROPERTY
63
63
};
64
 
MenuManager* menu_manager_get_default (void);
65
64
MenuManager* menu_manager_new (void);
66
65
MenuManager* menu_manager_construct (GType object_type);
 
66
MenuManager* menu_manager_get_default (void);
67
67
void menu_manager_register_visible_menu (MenuManager* self, GtkMenu* menu);
68
68
void menu_manager_popdown_current_menu (MenuManager* self);
69
69
gboolean menu_manager_menu_is_open (MenuManager* self);