~kalgasnik/lightdm-gtk-greeter/gtk-710888-GtkInfoBar-visibility

« back to all changes in this revision

Viewing changes to src/greeterbackground.h

  • Committer: Sean Davis
  • Date: 2014-09-27 11:40:13 UTC
  • mfrom: (303.1.3 one-window-layout)
  • Revision ID: smd.seandavis@gmail.com-20140927114013-6gsqcn0e4vkb2u23
Merge one-window-layout branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
GType greeter_background_get_type(void) G_GNUC_CONST;
19
19
 
20
 
GreeterBackground* greeter_background_new           (void);
 
20
GreeterBackground* greeter_background_new           (GtkWidget* child);
21
21
void greeter_background_set_active_monitor_config   (GreeterBackground* background,
22
22
                                                     const gchar* value);
23
23
void greeter_background_set_default_config          (GreeterBackground* background,
34
34
gchar** greeter_background_get_configured_monitors  (GreeterBackground* background);
35
35
void greeter_background_connect                     (GreeterBackground* background,
36
36
                                                     GdkScreen* screen);
37
 
void greeter_background_add_subwindow               (GreeterBackground* background,
38
 
                                                     GtkWindow* window);
39
 
void greeter_background_remove_subwindow            (GreeterBackground* background,
40
 
                                                     GtkWindow* window);
41
37
void greeter_background_set_custom_background       (GreeterBackground* background,
42
38
                                                     const gchar* path);
43
39
void greeter_background_save_xroot                  (GreeterBackground* background);
44
40
const GdkRectangle* greeter_background_get_active_monitor_geometry(GreeterBackground* background);
 
41
void greeter_background_add_accel_group             (GreeterBackground* background,
 
42
                                                     GtkAccelGroup* group);
45
43
 
46
44
G_END_DECLS
47
45