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

« back to all changes in this revision

Viewing changes to unity-private/panel/panel-indicator-model.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-indicator-model.c generated by valac 0.9.7, the Vala compiler
 
1
/* panel-indicator-model.c generated by valac, the Vala compiler
2
2
 * generated from panel-indicator-model.vala, do not modify */
3
3
 
4
4
/* -*- Mode: vala; indent-tabs-mode: nil; c-basic-offset: 2; tab-width: 2 -*- */
92
92
enum  {
93
93
        UNITY_PANEL_INDICATORS_INDICATORS_MODEL_DUMMY_PROPERTY
94
94
};
95
 
UnityPanelIndicatorsIndicatorsModel* unity_panel_indicators_indicators_model_get_default (void);
96
95
UnityPanelIndicatorsIndicatorsFileModel* unity_panel_indicators_indicators_file_model_new (void);
97
96
UnityPanelIndicatorsIndicatorsFileModel* unity_panel_indicators_indicators_file_model_construct (GType object_type);
98
97
GType unity_panel_indicators_indicators_file_model_get_type (void) G_GNUC_CONST;
 
98
UnityPanelIndicatorsIndicatorsModel* unity_panel_indicators_indicators_model_get_default (void);
99
99
void unity_panel_indicators_indicators_model_set_default (UnityPanelIndicatorsIndicatorsModel* model);
100
100
GeeArrayList* unity_panel_indicators_indicators_model_get_indicators (UnityPanelIndicatorsIndicatorsModel* self);
101
101
static GeeArrayList* unity_panel_indicators_indicators_model_real_get_indicators (UnityPanelIndicatorsIndicatorsModel* self);
243
243
 
244
244
 
245
245
UnityPanelIndicatorsIndicatorsFileModel* unity_panel_indicators_indicators_file_model_construct (GType object_type) {
 
246
        GError * _inner_error_;
246
247
        UnityPanelIndicatorsIndicatorsFileModel * self;
247
248
        char* skip_list;
248
249
        GeeHashMap* _tmp0_;
250
251
        GeeArrayList* _tmp2_;
251
252
        char* _tmp3_;
252
253
        GFile* dir;
253
 
        GError * _inner_error_ = NULL;
 
254
        _inner_error_ = NULL;
254
255
        self = (UnityPanelIndicatorsIndicatorsFileModel*) unity_panel_indicators_indicators_model_construct (object_type);
255
256
        START_FUNCTION ();
256
257
        skip_list = NULL;