mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-12 15:47:35 +00:00
ringer: Make more functions static
This commit is contained in:
parent
f7185ea70e
commit
f96ad96b3f
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue