~ubuntu-branches/debian/sid/network-manager/sid

« back to all changes in this revision

Viewing changes to libnm-util/nm-utils.c

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2011-11-03 21:32:50 UTC
  • mfrom: (1.4.6)
  • Revision ID: package-import@ubuntu.com-20111103213250-w49ucjmux3hbwnta
Tags: 0.9.1.95-1
* New upstream release (0.9.2 rc1).
  - Fix connection sharing with newer iptables versions. (Closes: #638995)
  - Fix handling of numeric SSIDs in the keyfile plugin. (Closes: #642912)
* debian/watch: Track .xz tarballs.
* debian/libnm-util2.symbols: Add new symbols for libnm-util.
* debian/patches/04-dont-update-routing-and-dns-for-unmanaged-devices.patch
  - Avoid blowing away existing routes and resolv.conf if NM never managed
    any devices. (Closes: #546893, #624159, #637005, #641904)
* debian/control: Add Build-Depends on libglib2.0-doc for proper
  cross-references in the gtk-doc API documentation.
* Enable default hardening options from dpkg-buildflags.
  - Use buildflags.mk snippet in debian/rules.
  - Add Build-Depends on dpkg-dev (>= 1.6.1).

Show diffs side-by-side

added added

removed removed

Lines of Context:
490
490
}
491
491
 
492
492
/**
493
 
 * nm_utils_slist_free:
 
493
 * nm_utils_slist_free: (skip)
494
494
 * @list: a #GSList
495
495
 * @elem_destroy_fn: user function called for each element in @list
496
496
 *
1373
1373
 
1374
1374
/**
1375
1375
 * nm_utils_ip4_addresses_to_gvalue:
1376
 
 * @list: a list of #NMIP4Address objects
 
1376
 * @list: (element-type NMIP4Address): a list of #NMIP4Address objects
1377
1377
 * @value: a pointer to a #GValue into which to place the converted addresses,
1378
1378
 * which should be unset by the caller (when no longer needed) with
1379
1379
 * g_value_unset().
1456
1456
 
1457
1457
/**
1458
1458
 * nm_utils_ip4_routes_to_gvalue:
1459
 
 * @list: a list of #NMIP4Route objects
 
1459
 * @list: (element-type NMIP4Route): a list of #NMIP4Route objects
1460
1460
 * @value: a pointer to a #GValue into which to place the converted routes,
1461
1461
 * which should be unset by the caller (when no longer needed) with
1462
1462
 * g_value_unset().
1664
1664
 
1665
1665
/**
1666
1666
 * nm_utils_ip6_addresses_to_gvalue:
1667
 
 * @list: a list of #NMIP6Address objects
 
1667
 * @list: (element-type NMIP6Address): a list of #NMIP6Address objects
1668
1668
 * @value: a pointer to a #GValue into which to place the converted addresses,
1669
1669
 * which should be unset by the caller (when no longer needed) with
1670
1670
 * g_value_unset().
1786
1786
 
1787
1787
/**
1788
1788
 * nm_utils_ip6_routes_to_gvalue:
1789
 
 * @list: a list of #NMIP6Route objects
 
1789
 * @list: (element-type NMIP6Route): a list of #NMIP6Route objects
1790
1790
 * @value: a pointer to a #GValue into which to place the converted routes,
1791
1791
 * which should be unset by the caller (when no longer needed) with
1792
1792
 * g_value_unset().