GtkBuildableIface.setId

Stores the id attribute given in the gtk.builder.Builder UI definition. gtk.widget.Widget stores the name as object data. Implement this method if your object has some notion of “ID” and it makes sense to map the XML id attribute to it.

struct GtkBuildableIface
extern (C)
void function(GtkBuildable* buildable, const(char)* id) setId;