GnomeRRLabeler

GnomeRRLabeler

Functions

Properties

GnomeRRConfig * config Write / Construct Only

Types and Values

Object Hierarchy

    GObject
    ╰── GnomeRRLabeler

Description

Functions

gnome_rr_labeler_new ()

GnomeRRLabeler *
gnome_rr_labeler_new (GnomeRRConfig *config);

config : Configuration of the screens to label

Returns

A new GnomeRRLabeler


gnome_rr_labeler_show ()

void
gnome_rr_labeler_show (GnomeRRLabeler *labeler);

labeler : A GnomeRRLabeler


gnome_rr_labeler_hide ()

void
gnome_rr_labeler_hide (GnomeRRLabeler *labeler);

labeler : A GnomeRRLabeler


gnome_rr_labeler_get_color_for_output ()

void
gnome_rr_labeler_get_color_for_output (GnomeRRLabeler *labeler,
                                       GnomeRROutputInfo *output,
                                       GdkColor *color_out);

labeler : A GnomeRRLabeler output : Output device (i.e. monitor) to query color_out : (out): Color of selected monitor.

Types and Values

struct GnomeRRLabeler

struct GnomeRRLabeler;


struct GnomeRRLabelerClass

struct GnomeRRLabelerClass {
	GObjectClass parent_class;
};

Property Details

The “config” property

  “config”                   GnomeRRConfig *

RandR configuration to label.

Flags: Write / Construct Only