[Pommed-commits] r476 - trunk/gpomme
jblache at alioth.debian.org
jblache at alioth.debian.org
Sat May 31 18:01:09 UTC 2008
Author: jblache
Date: 2008-05-31 18:01:06 +0000 (Sat, 31 May 2008)
New Revision: 476
Modified:
trunk/gpomme/gpomme.c
Log:
Make more functions static.
Modified: trunk/gpomme/gpomme.c
===================================================================
--- trunk/gpomme/gpomme.c 2008-05-31 17:59:02 UTC (rev 475)
+++ trunk/gpomme/gpomme.c 2008-05-31 18:01:06 UTC (rev 476)
@@ -76,7 +76,7 @@
/* Timer callback */
-gboolean
+static gboolean
hide_window(gpointer userdata)
{
gtk_widget_hide(mbp_w.window);
@@ -87,7 +87,7 @@
}
-void
+static void
draw_window_bg(void)
{
GtkWidget *window = mbp_w.window;
@@ -137,7 +137,7 @@
g_object_unref(pixmap);
}
-void
+static void
show_window(int img, char *label, double fraction)
{
char *m_label;
@@ -205,7 +205,7 @@
}
-void
+static void
create_window(void)
{
GtkWidget *window;
@@ -360,7 +360,7 @@
return DBUS_HANDLER_RESULT_HANDLED;
}
-int
+static int
mbp_dbus_connect(void)
{
unsigned int signals;
@@ -421,7 +421,7 @@
}
-gboolean
+static gboolean
mbp_check_config(GIOChannel *ch, GIOCondition condition, gpointer userdata)
{
int fd;
More information about the Pommed-commits
mailing list