~ubuntu-branches/debian/sid/gnome-shell/sid

« back to all changes in this revision

Viewing changes to src/shell-tray-manager.h

  • Committer: Package Import Robot
  • Author(s): Emilio Pozuelo Monfort, Petr Salinger, Emilio Pozuelo Monfort
  • Date: 2013-10-13 17:47:35 UTC
  • mfrom: (1.2.17) (18.1.41 experimental)
  • Revision ID: package-import@ubuntu.com-20131013174735-2npsu0w5wk0e6vgb
Tags: 3.8.4-4
[ Petr Salinger ]
* Restrict dependency on gir1.2-nmgtk-1.0 to linux-any (Closes: #726099)

[ Emilio Pozuelo Monfort ]
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
GType             shell_tray_manager_get_type     (void);
42
42
 
43
43
ShellTrayManager *shell_tray_manager_new          (void);
44
 
void              shell_tray_manager_manage_stage (ShellTrayManager *manager,
45
 
                                                   ClutterStage     *stage,
46
 
                                                   StWidget         *theme_widget);
 
44
void              shell_tray_manager_manage_screen (ShellTrayManager *manager,
 
45
                                                    MetaScreen       *screen,
 
46
                                                    StWidget         *theme_widget);
47
47
 
48
48
G_END_DECLS
49
49