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

« back to all changes in this revision

Viewing changes to tests/ui/test-home-button.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
 
/* test-home-button.c generated by valac 0.9.7, the Vala compiler
 
1
/* test-home-button.c generated by valac, the Vala compiler
2
2
 * generated from test-home-button.vala, do not modify */
3
3
 
4
4
/* -*- Mode: vala; indent-tabs-mode: nil; c-basic-offset: 2; tab-width: 2 -*- */
76
76
        UNITY_TESTS_UI_HOME_BUTTON_SUITE_MENUS_SWALLOW_EVENTS
77
77
};
78
78
#define UNITY_TESTS_UI_HOME_BUTTON_SUITE_DOMAIN "/UI/HomeButton"
 
79
static void unity_tests_ui_home_button_suite_test_click_home_button (UnityTestsUIHomeButtonSuite* self);
 
80
static void _unity_tests_ui_home_button_suite_test_click_home_button_gdata_test_func (gpointer self);
79
81
UnityTestsUIHomeButtonSuite* unity_tests_ui_home_button_suite_new (void);
80
82
UnityTestsUIHomeButtonSuite* unity_tests_ui_home_button_suite_construct (GType object_type);
81
 
static void unity_tests_ui_home_button_suite_test_click_home_button (UnityTestsUIHomeButtonSuite* self);
82
 
static void _unity_tests_ui_home_button_suite_test_click_home_button_gdata_test_func (gpointer self);
83
83
static void unity_tests_ui_home_button_suite_real_get_window_details (UnityShell* base, guint32 xid, gboolean* a, gboolean* b);
84
84
static void unity_tests_ui_home_button_suite_real_do_window_action (UnityShell* base, guint32 xid, UnityWindowAction action);
85
85
static UnityShellMode unity_tests_ui_home_button_suite_real_get_mode (UnityShell* base);