gmyth-upnp/src/gmyth_upnp.h
branchtrunk
changeset 700 9ade4c5e5db8
parent 699 3710052a05c9
child 706 5cc97240e238
     1.1 --- a/gmyth-upnp/src/gmyth_upnp.h	Wed May 23 16:29:42 2007 +0100
     1.2 +++ b/gmyth-upnp/src/gmyth_upnp.h	Wed May 23 19:21:26 2007 +0100
     1.3 @@ -63,7 +63,7 @@
     1.4  	GMYTH_UPNP_DEVICE_REMOVED
     1.5  } GMythUPnPDeviceStatus;
     1.6  
     1.7 -typedef void (*GMythUPnPDeviceListener) ( GMythUPnPDeviceStatus status, gchar *dev, gpointer obj );
     1.8 +typedef void (*GMythUPnPDeviceListener) ( GMythUPnP *gmyth_upnp, GMythUPnPDeviceStatus status, gchar *dev, gpointer obj );
     1.9  
    1.10  struct _GMythUPnPClass
    1.11  {