~ubuntu-branches/ubuntu/quantal/consolekit/quantal-updates

« back to all changes in this revision

Viewing changes to src/ck-sysdeps.h

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2010-10-13 12:28:33 UTC
  • mfrom: (0.1.14 sid)
  • Revision ID: james.westby@ubuntu.com-20101013122833-i43tbcnvjs3jiynv
Tags: 0.4.2-1ubuntu1
* Resynchronise with Debian.  Remaining changes:
  - 10-retry_console_open_eio.patch: Retry console opens if they return
    EIO, since this may happen while a tty is closing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
gboolean     ck_is_root_user                  (void);
62
62
 
63
63
gboolean     ck_get_max_num_consoles          (guint          *num);
 
64
gboolean     ck_supports_activatable_consoles (void);
64
65
 
65
66
char *       ck_get_console_device_for_num    (guint           num);
66
67
gboolean     ck_get_console_num_from_device   (const char     *device,
71
72
                                               guint           num);
72
73
gboolean     ck_wait_for_active_console_num   (int             console_fd,
73
74
                                               guint           num);
 
75
gboolean     ck_wait_for_console_switch       (int             console_fd,
 
76
                                               guint          *num);
74
77
 
75
78
G_END_DECLS
76
79