finch/libgnt/gntclipboard.c

branch
gtkdoc-conversion
changeset 35475
ec0d44434ba8
parent 35456
821aa4bcb6fa
parent 35379
ea1a0327001e
child 38366
68c94444252e
equal deleted inserted replaced
35474:ff5eccb9f797 35475:ec0d44434ba8
65 GntClipboard *clipboard = GNT_CLIPBOARD(instance); 65 GntClipboard *clipboard = GNT_CLIPBOARD(instance);
66 clipboard->string = g_strdup(""); 66 clipboard->string = g_strdup("");
67 } 67 }
68 68
69 GType 69 GType
70 gnt_clipboard_get_gtype(void) 70 gnt_clipboard_get_type(void)
71 { 71 {
72 static GType type = 0; 72 static GType type = 0;
73 73
74 if (type == 0) { 74 if (type == 0) {
75 static const GTypeInfo info = { 75 static const GTypeInfo info = {

mercurial