chiark / gitweb /
update INSTALL, NEWS, configure comment, queue doc
authorKay Sievers <kay.sievers@vrfy.org>
Tue, 10 May 2011 12:58:49 +0000 (14:58 +0200)
committerKay Sievers <kay.sievers@vrfy.org>
Tue, 10 May 2011 12:58:49 +0000 (14:58 +0200)
INSTALL
NEWS
configure.ac
libudev/libudev-queue.c

diff --git a/INSTALL b/INSTALL
index 2ea4ba50cb04dc4298c318be59a56e903a4e6124..7341272e68b76762a1a5c15623d382d052413c3f 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -35,6 +35,8 @@ All options:
       Disable local user acl permissions support.
   --disable-gudev
       Disable Gobject libudev support.
+  --disable-introspection
+      Disable Gobject introspection support.
   --disable-keymap
       Disable keymap fixup support.
   --enable-floppy
diff --git a/NEWS b/NEWS
index c00c48ed079a6f33ace0eea8679ac4d0ebf30e95..16a41a9bbbe97f0ede40ef6ea8b54b3255121cd4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -8,7 +8,7 @@ the accept4() syscall wiring.
 
 The hid2hci tool move to the bluez package and was removed.
 
-Many of the extras can be -enabled/--disabled during configure
+Many of the extras can be --enabled/--disabled during configure
 now. The --disable-extras option was removed. To check the
 current options, the usual './configure --help' prints them.
 
index 357806a0f42ae889abec2c446437976cf9bb9e89..22e0835919da549b42013277584341bfe87ad22f 100644 (file)
@@ -243,11 +243,11 @@ AC_MSG_RESULT([
        cflags:                 ${CFLAGS}
        ldflags:                ${LDFLAGS}
 
-       gintrospection:         ${enable_introspection}
        rule_generator:         ${enable_rule_generator}
        hwdb:                   ${enable_hwdb}
        udev_acl:               ${enable_udev_acl}
        gudev:                  ${enable_gudev}
+       gintrospection:         ${enable_introspection}
        keymap:                 ${enable_keymap}
        floppy:                 ${enable_floppy}
        edd:                    ${enable_edd}
index ead05c51841f7dbce3339663246b8ba7ff794e7f..be6409d02a4d82e462f0400d2f5d30aead2fa9d7 100644 (file)
@@ -343,7 +343,7 @@ out:
  * @start: first event sequence number
  * @end: last event sequence number
  *
- * Returns: if any of the sequence numbers in the given range is currently active.
+ * Returns: a flag indicating if any of the sequence numbers in the given range is currently active.
  **/
 int udev_queue_get_seqnum_sequence_is_finished(struct udev_queue *udev_queue,
                                               unsigned long long int start, unsigned long long int end)
@@ -405,7 +405,7 @@ int udev_queue_get_seqnum_sequence_is_finished(struct udev_queue *udev_queue,
  * @udev_queue: udev queue context
  * @seqnum: sequence number
  *
- * Returns: a flag indicating if the given sequence number is handled.
+ * Returns: a flag indicating if the given sequence number is currently active.
  **/
 int udev_queue_get_seqnum_is_finished(struct udev_queue *udev_queue, unsigned long long int seqnum)
 {