~ubuntu-branches/ubuntu/saucy/gnome-shell/saucy-proposed

« back to all changes in this revision

Viewing changes to src/shell-util.h

Tags: upstream-3.3.90
ImportĀ upstreamĀ versionĀ 3.3.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
char    *shell_get_file_contents_utf8_sync     (const char       *path,
40
40
                                                GError          **error);
41
41
 
42
 
void     shell_breakpoint                      (void);
43
 
 
44
42
gboolean shell_parse_search_provider           (const char       *data,
45
43
                                                char            **name,
46
44
                                                char            **url,
52
50
                                             const gchar         *name,
53
51
                                             gdouble             value);
54
52
 
 
53
gboolean shell_session_is_active_for_systemd (void);
 
54
 
 
55
gboolean shell_util_wifexited                  (int               status,
 
56
                                                int              *exit);
 
57
 
55
58
G_END_DECLS
56
59
 
57
60
#endif /* __SHELL_UTIL_H__ */