/** Register for receiving notifications.
* Connects to the server specified by EDG_WLL_NOTIF_SERVER context parameter
* (temporary workaround, should be resolved by registry in future).
- * \param conditions: the same conditions as for \see edg_wll_QueryJobsExt.
+ * \param conditions: the same conditions as for \ref edg_wll_QueryJobsExt.
* currently one or more JOBID's are required.
* Only a single occurence of a specific attribute is allowed
* among ANDed conditions (due to the ability to modify them
*
* \param fd
* \param address_override
- * \param valid all same as for \see edg_wll_NotifNew
+ * \param valid all same as for \ref edg_wll_NotifNew
*/
int edg_wll_NotifBind(
* OR-ed row of conditions on the attributes infolved in the change.
*
* \param op action to be taken on existing conditions,
- * \see edg_wll_NotifChangeOp
+ * \ref edg_wll_NotifChangeOp
*/
int edg_wll_NotifChange(
edg_wll_Context context,
/** Default socket descriptor where to select(2) for notifications.
* Even if nothing is available for reading from the socket,
- * there may be some data cached so calling \see edg_wll_NotifReceive
+ * there may be some data cached so calling \ref edg_wll_NotifReceive
* may return notifications immediately.
*
* \retval >=0 socket descriptor
);
/** Close the default local listening socket.
- * Useful to force following \see edg_wll_NotifBind to open
+ * Useful to force following \ref edg_wll_NotifBind to open
* a new one.
*/
Revision history:
$Log$
+ Revision 1.2.2.3 2005/02/25 12:03:11 jpospi
+ Added PDF options to doxygen conf.
+
Revision 1.2.2.2 2005/02/25 09:37:52 mmulac
generate doxygen doc for notification.h
../interface/context.h \
../interface/notifid.h \
../interface/notification.h \
+ ../interface/notifid.h \
../interface/consumer.h
SHOW_DIRECTORIES = NO
FULL_PATH_NAMES = NO