[cheese/wip/kill-gnome-common: 6/13] Remove old-style function definition
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cheese/wip/kill-gnome-common: 6/13] Remove old-style function definition
- Date: Thu, 29 Jan 2015 13:15:26 +0000 (UTC)
commit 23848630328513e3e1096064c7170efea4869069
Author: David King <amigadave amigadave com>
Date: Thu Jan 29 10:14:27 2015 +0000
Remove old-style function definition
libcheese/cheese-effect.c | 2 +-
libcheese/cheese-fileutil.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libcheese/cheese-effect.c b/libcheese/cheese-effect.c
index 131b4b8..be090c0 100644
--- a/libcheese/cheese-effect.c
+++ b/libcheese/cheese-effect.c
@@ -416,7 +416,7 @@ cheese_effect_load_effects_from_subdirectory (const gchar* directory)
* #CheeseEffect, or %NULL if no effects could be found
*/
GList*
-cheese_effect_load_effects ()
+cheese_effect_load_effects (void)
{
const gchar * const *data_dirs, *dir;
GList *effect_list = NULL, *l;
diff --git a/libcheese/cheese-fileutil.c b/libcheese/cheese-fileutil.c
index 161bdc2..c7d0612 100644
--- a/libcheese/cheese-fileutil.c
+++ b/libcheese/cheese-fileutil.c
@@ -314,7 +314,7 @@ cheese_fileutil_init (CheeseFileUtil *fileutil)
* Returns: a new #CheeseFileUtil
*/
CheeseFileUtil *
-cheese_fileutil_new ()
+cheese_fileutil_new (void)
{
static CheeseFileUtil *fileutil = NULL;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]