src/protocols/novell/nmevent.h

changeset 13120
c25222322810
parent 8933
0f1e8160581d
child 13128
34376ff3a001
equal deleted inserted replaced
13119:36de953c5017 13120:c25222322810
168 /** 168 /**
169 * Returns the time that the event took place. 169 * Returns the time that the event took place.
170 * 170 *
171 * @param event The event. 171 * @param event The event.
172 * 172 *
173 * @return The timestamp for the event. This is the number of 173 * @return The timestamp for the event.
174 * seconds since 1/1/1970 (as returned by the time()
175 * system call).
176 */ 174 */
177 guint32 nm_event_get_gmt(NMEvent * event); 175 time_t nm_event_get_gmt(NMEvent * event);
178 176
179 #endif 177 #endif

mercurial