mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
If a signal handler had the template as its object, the decompiler would output the class name instead of the 'template' keyword.
16 lines
465 B
XML
16 lines
465 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
DO NOT EDIT!
|
|
This file was @generated by blueprint-compiler. Instead, edit the
|
|
corresponding .blp file and regenerate this file with blueprint-compiler.
|
|
-->
|
|
<interface>
|
|
<requires lib="gtk" version="4.0"/>
|
|
<template class="MyTemplate">
|
|
<child>
|
|
<object class="GtkButton">
|
|
<signal name="clicked" handler="my_signal_handler" object="MyTemplate"/>
|
|
</object>
|
|
</child>
|
|
</template>
|
|
</interface>
|