Properties

Here, we declare that the title property is "Rusic". So we transformed the set_title() call from gtk to the title property, only the part after set_ is needed. Actually, relm will convert the property (title: "Rusic") to the set_title("Rusic") call, as we'll see later.