diff -r 9ade4c5e5db8 -r 5cc97240e238 gmyth-upnp/src/gmyth_upnp.h --- a/gmyth-upnp/src/gmyth_upnp.h Wed May 23 19:21:26 2007 +0100 +++ b/gmyth-upnp/src/gmyth_upnp.h Thu May 24 01:26:10 2007 +0100 @@ -9,8 +9,6 @@ * Copyright (C) 2006 INdT - Instituto Nokia de Tecnologia. * @author Rosfran Lins Borges * - *//* - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation; either version 2 of the License, or @@ -63,7 +61,7 @@ GMYTH_UPNP_DEVICE_REMOVED } GMythUPnPDeviceStatus; -typedef void (*GMythUPnPDeviceListener) ( GMythUPnP *gmyth_upnp, GMythUPnPDeviceStatus status, gchar *dev, gpointer obj ); +typedef void (*GMythUPnPDeviceListener) ( GMythUPnP *gmyth_upnp, GMythUPnPDeviceStatus status, gchar *dev ); struct _GMythUPnPClass { @@ -109,6 +107,8 @@ GMythBackendInfo* gmyth_upnp_get_backend_info ( GMythUPnP *gmyth_upnp ); +gchar * gmyth_upnp_device_status_to_string( GMythUPnPDeviceStatus status ); + G_END_DECLS #endif /* _GMYTH_UPNP_H_ */