In glade it is possible to set an unique ID to an object. In the code one can obtain a pointer to this object by searching for it's "glade ID" via gtk_builder_get_object()
.
However for my current use-case I just want to read out this ID from an GObject
. What's the API to do so ?