g_file_hash parameter
Marko Anastasov <[email protected]>
| Newsgroups | gmane.comp.gnome.vfs.general |
|---|---|
| Message-ID | <1193088037.1440.5.camel@darkstar> |
Hi, A minor note/question: I noticed that GFile interface defines the hash function to take a GFile* as a parameter (as usual), but g_file_hash() takes a gconstpointer? For easier wrapping, could it be GFile*? Marko