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

(-)ekiga-2.0.11/lib/gmconf/gmconf-glib.c (-1 / +1 lines)
Lines 1473-1479 gm_conf_destroy (const gchar *namespac) 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 195227