Skip to content

Commit

Permalink
Add version annotation to Granite.Bin
Browse files Browse the repository at this point in the history
So that the .gir file contains the necessary annotations for other language bindings.
  • Loading branch information
davidmhewitt authored Dec 7, 2024
1 parent beeecd5 commit bb81782
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Widgets/Bin.vala
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
*
* @since 7.6.0
*/
[Version (since = "7.6.0")]
public class Granite.Bin : Gtk.Widget {
class construct {
set_layout_manager_type (typeof (Gtk.BinLayout));
Expand Down

0 comments on commit bb81782

Please sign in to comment.