~aurelien-riv/+junk/livewallpaper

« back to all changes in this revision

Viewing changes to include/livewallpaper/background.h

  • Committer: Aurélien RIVIÈRE
  • Date: 2012-11-06 23:23:17 UTC
  • Revision ID: aurelien.riv@gmail.com-20121106232317-ny5aed57qnl6chl4
Some C types replaced with Glib types

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
 
94
94
GType lw_background_get_type(void);
95
95
 
96
 
LwBackground *lw_background_new_with_default_image(const char *filename, LwBackgroundRenderType type, GError **error);
 
96
LwBackground *lw_background_new_with_default_image(const gchar *filename, LwBackgroundRenderType type, GError **error);
97
97
LwBackground *lw_background_new_with_default_color(GdkColor *primary_color, GdkColor *secondary_color, LwBackgroundShadingType type);
98
98
 
99
99
void lw_background_draw(LwBackground *self, LwOutput *output);