ringer: Make more functions static
This commit is contained in:
@@ -56,7 +56,7 @@ ringer_error (CallsRinger *self,
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void
|
static void
|
||||||
get_theme_name (CallsRinger *self,
|
get_theme_name (CallsRinger *self,
|
||||||
GtkSettings *settings)
|
GtkSettings *settings)
|
||||||
{
|
{
|
||||||
@@ -73,7 +73,7 @@ get_theme_name (CallsRinger *self,
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void
|
static void
|
||||||
notify_sound_theme_name_cb (GtkSettings *settings,
|
notify_sound_theme_name_cb (GtkSettings *settings,
|
||||||
GParamSpec *pspec,
|
GParamSpec *pspec,
|
||||||
CallsRinger *self)
|
CallsRinger *self)
|
||||||
|
|||||||
Reference in New Issue
Block a user