Directory: rename struct directory to Directory

This commit is contained in:
Max Kellermann
2013-01-02 23:06:20 +01:00
parent 440ac51cf0
commit 3e8047e583
36 changed files with 180 additions and 184 deletions
+2 -2
View File
@@ -23,7 +23,7 @@
#include <glib.h>
struct song;
struct directory;
struct Directory;
struct sticker;
/**
@@ -75,7 +75,7 @@ sticker_song_get(const struct song *song);
* failure
*/
bool
sticker_song_find(struct directory *directory, const char *name,
sticker_song_find(Directory *directory, const char *name,
void (*func)(struct song *song, const char *value,
gpointer user_data),
gpointer user_data);