1
0
Fork 0
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:
Guido Günther 2020-05-19 10:47:54 +02:00
parent f7185ea70e
commit f96ad96b3f

View file

@ -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)