Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 195068
Collapse All | Expand All

(-)lib/gmconf/gmconf-glib.c-orig (-1 / +1 lines)
Lines 1473-1479 Link Here
1473
}
1473
}
1474
1474
1475
gboolean 
1475
gboolean 
1476
gm_conf_is_key_writable (gchar *key)
1476
gm_conf_is_key_writable (const gchar *key)
1477
{
1477
{
1478
  g_return_val_if_fail (key != NULL, FALSE);
1478
  g_return_val_if_fail (key != NULL, FALSE);
1479
1479

Return to bug 195068