~ubuntu-branches/ubuntu/oneiric/rhythmbox/oneiric

« back to all changes in this revision

Viewing changes to sources/rb-display-page-group.h

  • Committer: Bazaar Package Importer
  • Author(s): Rico Tzschichholz
  • Date: 2011-07-29 16:41:38 UTC
  • mto: This revision was merged to the branch mainline in revision 191.
  • Revision ID: james.westby@ubuntu.com-20110729164138-wwicy8nqalm18ck7
Tags: upstream-2.90.1~20110802
ImportĀ upstreamĀ versionĀ 2.90.1~20110802

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
        RB_DISPLAY_PAGE_GROUP_CATEGORY_REMOVABLE,
41
41
        RB_DISPLAY_PAGE_GROUP_CATEGORY_PERSISTENT,
42
42
        RB_DISPLAY_PAGE_GROUP_CATEGORY_TRANSIENT,
 
43
        RB_DISPLAY_PAGE_GROUP_CATEGORY_TOOLS,
43
44
        RB_DISPLAY_PAGE_GROUP_CATEGORY_LAST
44
45
} RBDisplayPageGroupCategory;
45
46
 
78
79
#define RB_DISPLAY_PAGE_GROUP_DEVICES           (RB_DISPLAY_PAGE (rb_display_page_group_get_by_id ("devices")))
79
80
#define RB_DISPLAY_PAGE_GROUP_SHARED            (RB_DISPLAY_PAGE (rb_display_page_group_get_by_id ("shared")))
80
81
#define RB_DISPLAY_PAGE_GROUP_STORES            (RB_DISPLAY_PAGE (rb_display_page_group_get_by_id ("stores")))
 
82
#define RB_DISPLAY_PAGE_GROUP_TOOLS             (RB_DISPLAY_PAGE (rb_display_page_group_get_by_id ("tools")))
81
83
 
82
84
void                rb_display_page_group_add_core_groups       (GObject *shell,
83
85
                                                                 RBDisplayPageModel *page_model);