Skip to content

Commit

Permalink
gtk.cfg: add G_DEFINE_QUARK() (#5464)
Browse files Browse the repository at this point in the history
  • Loading branch information
andyholmes committed Sep 20, 2023
1 parent 5ae136a commit da09580
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cfg/gtk.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
<define name="G_DEFINE_DYNAMIC_TYPE_EXTENDED(TN, t_n, T_P, _f_, _C_)" value=""/>
<define name="G_DEFINE_BOXED_TYPE(TypeName,type_name,copy_func,free_func)" value=""/>
<define name="G_DEFINE_BOXED_TYPE_WITH_CODE(TypeName,type_name,copy_func,free_func,_C_)" value=""/>
<define name="G_DEFINE_QUARK(QN,q_n)" value=""/>
<define name="G_BEGIN_DECLS" value=""/>
<define name="G_END_DECLS" value=""/>
<define name="G_ADD_PRIVATE(TypeName)" value=""/>
Expand Down

0 comments on commit da09580

Please sign in to comment.