~ubuntu-branches/ubuntu/vivid/gnome-desktop/vivid

« back to all changes in this revision

Viewing changes to libgnome-desktop/libgnomeui/gnome-rr-labeler.h

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2011-03-17 15:29:53 UTC
  • Revision ID: james.westby@ubuntu.com-20110317152953-zogayqydf5l8las5
Tags: 1:2.32.1-0ubuntu4
* debian/patches/series:
  - Forgot to add 04_gnome_rr_labeler_show.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
 
47
47
GnomeRRLabeler *gnome_rr_labeler_new (GnomeRRConfig *config);
48
48
 
 
49
void gnome_rr_labeler_show (GnomeRRLabeler *labeler);
 
50
 
49
51
void gnome_rr_labeler_hide (GnomeRRLabeler *labeler);
50
52
 
51
53
void gnome_rr_labeler_get_color_for_output (GnomeRRLabeler *labeler, GnomeOutputInfo *output, GdkColor *color_out);