gnome-edu r19 - trunk/garfunkel/src



Author: brunobol
Date: Sat Dec 20 02:15:49 2008
New Revision: 19
URL: http://svn.gnome.org/viewvc/gnome-edu?rev=19&view=rev

Log:
turn garfunkel_blink in static

Modified:
   trunk/garfunkel/src/garfunkel.c
   trunk/garfunkel/src/garfunkel.h

Modified: trunk/garfunkel/src/garfunkel.c
==============================================================================
--- trunk/garfunkel/src/garfunkel.c	(original)
+++ trunk/garfunkel/src/garfunkel.c	Sat Dec 20 02:15:49 2008
@@ -1,7 +1,7 @@
 /* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
 
 /*
- * gsimon-light.h
+ * garfunkel.c
  * This file is part of Garfunkel
  *
  * Copyright (C) 2008 - Bruno Boaventura <brunobol gnome org>
@@ -61,7 +61,7 @@
 
 static          gboolean garfunkel_expose (GtkWidget *widget, GdkEventExpose *event);
 static void     garfunkel_redraw (Garfunkel *garfunkel);
-void            garfunkel_blink (Garfunkel *garfunkel, GarfunkelLights light, gulong time);
+static void     garfunkel_blink (Garfunkel *garfunkel, GarfunkelLights light, gulong time);
 static gpointer garfunkel_blink_thread (gpointer data);
 static gboolean garfunkel_key_press (GtkWidget *widget, GdkEventKey *event);
 static gboolean garfunkel_button_press (GtkWidget *widget, GdkEventButton *event);
@@ -231,7 +231,7 @@
 }
 
 
-void
+static void
 garfunkel_blink (Garfunkel *garfunkel, GarfunkelLights light, gulong time)
 {
   garfunkel->priv->lights = garfunkel->priv->lights | light;
@@ -307,13 +307,13 @@
 static void
 garfunkel_sequence_drop (Garfunkel *garfunkel)
 {
-//  GarfunkelPrivate * gp= NULL;
+/*  GarfunkelPrivate * gp= NULL;*/
 
-//  gp = garfunkel->priv;
+/*  gp = garfunkel->priv;*/
 
-//  g_list_free (gp->sequence);
+/*  g_list_free (gp->sequence);*/
 
-//  gp->sequence = NULL;
+/*  gp->sequence = NULL;*/
 }
 
 

Modified: trunk/garfunkel/src/garfunkel.h
==============================================================================
--- trunk/garfunkel/src/garfunkel.h	(original)
+++ trunk/garfunkel/src/garfunkel.h	Sat Dec 20 02:15:49 2008
@@ -1,7 +1,7 @@
 /* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
 
 /*
- * gsimon-light.h
+ * garfunkel.h
  * This file is part of Garfunkel
  *
  * Copyright (C) 2008 - Bruno Boaventura <brunobol gnome org>



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