Skip to content

Commit

Permalink
Add version annotation to Granite.Bin (#740)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmhewitt authored Dec 7, 2024
1 parent beeecd5 commit 553c317
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 553c317

Please sign in to comment.