finch/libgnt/gntcheckbox.c

branch
gtkdoc-conversion
changeset 35475
ec0d44434ba8
parent 35456
821aa4bcb6fa
parent 35379
ea1a0327001e
child 36002
31a8779e91d4
equal deleted inserted replaced
35474:ff5eccb9f797 35475:ec0d44434ba8
123 123
124 /****************************************************************************** 124 /******************************************************************************
125 * GntCheckBox API 125 * GntCheckBox API
126 *****************************************************************************/ 126 *****************************************************************************/
127 GType 127 GType
128 gnt_check_box_get_gtype(void) 128 gnt_check_box_get_type(void)
129 { 129 {
130 static GType type = 0; 130 static GType type = 0;
131 131
132 if(type == 0) 132 if(type == 0)
133 { 133 {

mercurial