Ticket #77: avahiwatchevent.patch

File avahiwatchevent.patch, 0.8 KB (added by tedp, 5 years ago)

Converts the comments to member documentation style

  • avahi-common/watch.h

    diff -ru avahi-0.6.15/avahi-common/watch.h avahi-0.6.15-new/avahi-common/watch.h
    old new  
    4242 
    4343/** Type of watch events */ 
    4444typedef enum { 
    45     AVAHI_WATCH_IN = POLLIN,      /** Input event */ 
    46     AVAHI_WATCH_OUT = POLLOUT,    /** Output event */ 
    47     AVAHI_WATCH_ERR = POLLERR,    /** Error event */ 
    48     AVAHI_WATCH_HUP = POLLHUP     /** Hangup event */ 
     45    AVAHI_WATCH_IN = POLLIN,      /**< Input event */ 
     46    AVAHI_WATCH_OUT = POLLOUT,    /**< Output event */ 
     47    AVAHI_WATCH_ERR = POLLERR,    /**< Error event */ 
     48    AVAHI_WATCH_HUP = POLLHUP     /**< Hangup event */ 
    4949} AvahiWatchEvent; 
    5050 
    5151/** Called whenever an I/O event happens  on an I/O watch */