1.1 --- a/gmyth-upnp/src/gmyth_upnp.h Wed May 23 19:21:26 2007 +0100
1.2 +++ b/gmyth-upnp/src/gmyth_upnp.h Thu May 24 01:26:10 2007 +0100
1.3 @@ -9,8 +9,6 @@
1.4 * Copyright (C) 2006 INdT - Instituto Nokia de Tecnologia.
1.5 * @author Rosfran Lins Borges <rosfran.borges@indt.org.br>
1.6 *
1.7 - *//*
1.8 - *
1.9 * This program is free software; you can redistribute it and/or modify
1.10 * it under the terms of the GNU Lesser General Public License as published by
1.11 * the Free Software Foundation; either version 2 of the License, or
1.12 @@ -63,7 +61,7 @@
1.13 GMYTH_UPNP_DEVICE_REMOVED
1.14 } GMythUPnPDeviceStatus;
1.15
1.16 -typedef void (*GMythUPnPDeviceListener) ( GMythUPnP *gmyth_upnp, GMythUPnPDeviceStatus status, gchar *dev, gpointer obj );
1.17 +typedef void (*GMythUPnPDeviceListener) ( GMythUPnP *gmyth_upnp, GMythUPnPDeviceStatus status, gchar *dev );
1.18
1.19 struct _GMythUPnPClass
1.20 {
1.21 @@ -109,6 +107,8 @@
1.22
1.23 GMythBackendInfo* gmyth_upnp_get_backend_info ( GMythUPnP *gmyth_upnp );
1.24
1.25 +gchar * gmyth_upnp_device_status_to_string( GMythUPnPDeviceStatus status );
1.26 +
1.27 G_END_DECLS
1.28
1.29 #endif /* _GMYTH_UPNP_H_ */