finch/libgnt/gntbutton.c

changeset 35379
ea1a0327001e
parent 28937
5f87e66597d9
child 35475
ec0d44434ba8
equal deleted inserted replaced
35378:5d9e2581005b 35379:ea1a0327001e
141 141
142 /****************************************************************************** 142 /******************************************************************************
143 * GntButton API 143 * GntButton API
144 *****************************************************************************/ 144 *****************************************************************************/
145 GType 145 GType
146 gnt_button_get_gtype(void) { 146 gnt_button_get_type(void) {
147 static GType type = 0; 147 static GType type = 0;
148 148
149 if(type == 0) { 149 if(type == 0) {
150 static const GTypeInfo info = { 150 static const GTypeInfo info = {
151 sizeof(GntButtonClass), 151 sizeof(GntButtonClass),

mercurial