Searched defs:Button (Results 1 - 1 of 1) sorted by relevance

/systemd/src/login/
H A Dlogind-button.h22 typedef struct Button Button; typedef in typeref:struct:Button
26 struct Button { struct
40 Button* button_new(Manager *m, const char *name);
41 void button_free(Button*b);
42 int button_open(Button *b);
43 int button_set_seat(Button *b, const char *sn);
44 int button_check_switches(Button *b);

Completed in 1067 milliseconds