]> git.draconx.ca Git - gob-dx.git/blobdiff - src/parse.y
Avoid GLib deprecation warnings when building gob.
[gob-dx.git] / src / parse.y
index 662f990f2a4e6afea8f2dfd45de2ac0b944f403c..9b29d2562109bec13644632cab193900f9054c89 100644 (file)
@@ -614,9 +614,9 @@ property_link_and_export (Node *node)
                        const char *setcast = "";
                        char *to_free = NULL;
                        set_func = g_strdup_printf ("g_value_set_%s", prop->gtktype);
-                       g_strdown (set_func);
+                       gob_strdown (set_func);
                        get_func = g_strdup_printf ("g_value_get_%s", prop->gtktype);
-                       g_strdown (get_func);
+                       gob_strdown (get_func);
 
                        if (for_cpp) {
                                if (strcmp (prop->gtktype, "FLAGS") == 0) {