ANSIfication of function declarations.
2007-01-29 Kjartan Maraas <kmaraas@gnome.org> * sound-properties-capplet.c: (setup_hal_devices), (setup_devices): ANSIfication of function declarations. svn path=/trunk/; revision=7197
This commit is contained in:
parent
ca69387471
commit
d033af5089
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-01-29 Kjartan Maraas <kmaraas@gnome.org>
|
||||
|
||||
* sound-properties-capplet.c: (setup_hal_devices), (setup_devices):
|
||||
ANSIfication of function declarations.
|
||||
|
||||
2007-01-14 Christian Persch <chpe@svn.gnome.org>
|
||||
|
||||
* sound-properties.glade: Fix label alignments bug (caused by glade-3
|
||||
|
|
|
@ -441,7 +441,7 @@ device_removed_callback (LibHalContext *ctx, const char *udi)
|
|||
}
|
||||
|
||||
static void
|
||||
setup_hal_devices ()
|
||||
setup_hal_devices (void)
|
||||
{
|
||||
DBusConnection *connection;
|
||||
DBusError error;
|
||||
|
@ -641,7 +641,7 @@ add_selected_device (const gchar *profile, int type)
|
|||
}
|
||||
|
||||
static void
|
||||
setup_devices ()
|
||||
setup_devices (void)
|
||||
{
|
||||
add_device (AUDIO_PLAYBACK, "autoaudiosink", _("Autodetect"), NULL);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue