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

« back to all changes in this revision

Viewing changes to src/shell-global-private.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:
16
16
gboolean _shell_global_check_xdnd_event (ShellGlobal  *global,
17
17
                                         XEvent       *xev);
18
18
 
19
 
void     _shell_global_set_session_type (ShellGlobal      *global,
20
 
                                         ShellSessionType  session_type);
21
 
 
22
19
#endif /* __SHELL_GLOBAL_PRIVATE_H__ */