Home
last modified time | relevance | path

Searched refs:GConfRealEntry (Results 1 – 2 of 2) sorted by relevance

/dports/devel/gconf2/GConf-3.2.6/gconf/
H A Dgconf-value.c1462 } GConfRealEntry; typedef
1464 #define REAL_ENTRY(x) ((GConfRealEntry*)(x))
1490 GConfRealEntry* real; in gconf_entry_new_nocopy()
1492 real = g_slice_new (GConfRealEntry); in gconf_entry_new_nocopy()
1517 GConfRealEntry *real; in gconf_entry_unref()
1532 g_slice_free (GConfRealEntry, real); in gconf_entry_unref()
1546 GConfRealEntry *real; in gconf_entry_copy()
1563 GConfRealEntry *real_a; in gconf_entry_equal()
1564 GConfRealEntry *real_b; in gconf_entry_equal()
/dports/devel/gconf2/GConf-3.2.6/
H A DChangeLog27728 opaque (implement with GConfRealEntry)