~lightdm-team/lightdm/1.4

« back to all changes in this revision

Viewing changes to liblightdm-gobject/greeter.h

  • Committer: robert.ancell at canonical
  • Date: 2011-02-20 10:27:53 UTC
  • Revision ID: robert.ancell@canonical.com-20110220102753-2kehwju1amzcpoag
Use a private pipe for greeter<->server communication instead of D-Bus (needs to be fixed in liblightdm-qt)

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
{
43
43
    GObjectClass parent_class;
44
44
 
 
45
    void (*connected)(LdmGreeter *greeter);
45
46
    void (*show_prompt)(LdmGreeter *greeter, const gchar *text);
46
47
    void (*show_message)(LdmGreeter *greeter, const gchar *text);
47
48
    void (*show_error)(LdmGreeter *greeter, const gchar *text);