[cheese/preparing-release: 3/3] Fix cheese_effect_load_effects prototype



commit 0a8ffe9234a9a1758350b7f194aed4d1cea53b72
Author: Emilio Pozuelo Monfort <pochu27 gmail com>
Date:   Wed Aug 31 12:34:26 2011 +0100

    Fix cheese_effect_load_effects prototype
    
    https://bugzilla.gnome.org/show_bug.cgi?id=657825

 libcheese/cheese-effect.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libcheese/cheese-effect.h b/libcheese/cheese-effect.h
index 225d2fc..4f4c662 100644
--- a/libcheese/cheese-effect.h
+++ b/libcheese/cheese-effect.h
@@ -59,7 +59,7 @@ void          cheese_effect_enable_preview (CheeseEffect *self);
 void          cheese_effect_disable_preview (CheeseEffect *self);
 
 CheeseEffect *cheese_effect_load_from_file (const gchar *fname);
-GList        *cheese_effect_load_effects ();
+GList        *cheese_effect_load_effects (void);
 
 G_END_DECLS
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]