How to right align text in GtkLabel

1. use
2. use
GtkLabel::set_justify(GtkJustification)to set align;
2. use
GtkJustification::RIGHTto set align to right;