Dan Winship
7eb0288aa0
libnm-util: move NetworkManager.h, etc, from include/ to here
...
NetworkManager.h, NetworkManagerVPN.h, and nm-version.h are part of
the libnm-util API, so move them to libnm-util.
include/ still contains headers that are strictly NM-internal (eg,
nm-glib-compat.h).
2014-07-15 09:44:54 -04:00
Dan Williams
ca2e2a7ec8
docs: ignore a private header
2014-07-01 15:47:59 -05:00
Dan Williams
454cc0a168
docs: ignore private nm-test-utils.h header
2014-05-13 13:49:50 -05:00
Dan Winship
9c4d86ee80
libnm-util, libnm-glib: add versioned deprecation/availability macros
...
Add versioned NM_DEPRECATED_IN_* and NM_AVAILABLE_IN_* macros, and tag
new/deprecated functions accordingly. (All currently-deprecated
functions are assumed to have been deprecated in 0.9.10.)
Add NM_VERSION_MIN_REQUIRED and NM_VERSION_MAX_ALLOWED macros which
can be set to determine which versions will cause warnings.
With the current settings, external consumers of the
libnm-util/libnm-glib APIs will have MIN_REQUIRED and MAX_ALLOWED both
set to NM_VERSION_0_9_8 by default, meaning they will get warnings
about functions added in 0.9.10. NM internally sets
NM_VERSION_MAX_ALLOWED to NM_VERSION_NEXT_STABLE to ensure that it is
always allowed to use all APIs.
2014-02-13 11:24:37 -05:00
William Jon McCann
74372f9f11
docs: update documentation links
...
Various GNOME services moved around so links need updating.
2013-12-17 12:07:51 -06:00
Dan Williams
6a3672ec9a
docs: update for Team and Generic devices
2013-11-07 16:58:29 -06:00
Dan Williams
77e50740a8
libnm-util: add Data Center Bridging (DCB) setting
...
Includes various fixes & cleanups from Thomas Haller.
2013-10-31 13:28:42 -05:00
Dan Williams
d723457ac7
libnm-util: add NMSettingBridgePort
2012-11-30 13:21:50 -06:00
Dan Williams
8ecded9a9b
libnm-util: add NMSettingBridge
2012-11-30 13:21:50 -06:00
Pavel Šimerda
1b0b943663
build: clean all files on 'make distclean'
2012-11-13 23:13:25 +01:00
Pavel Šimerda
04297230e6
build: fix gtk-doc srcdir != builddir issues
2012-11-13 22:39:53 +01:00
Dan Williams
aab6de97bb
docs: auto-version documentation and fix up copyright and authorship
2012-08-06 22:04:06 -05:00
Dan Williams
f0886e07d7
build: fix obsolete includes during docs build
2012-08-01 12:52:15 -05:00
Dan Williams
61bb3738cb
docs: ensure ADSL documentation is generated
2012-07-30 14:00:44 -05:00
Dan Williams
54618a72e3
docs: fixups for new settings
2012-03-23 19:01:41 -05:00
Dan Williams
16e64f071e
docs: make sure WiMAX setting is documented
2011-07-02 15:47:43 -05:00
Michael Biebl
d69d40fcb4
docs: fix link to API doc on the website
2011-03-14 00:45:00 -05:00
Dan Williams
a7f66d0d80
docs: update some version strings
2011-03-10 11:50:34 -06:00
Michael Biebl
768f167347
build: fix unresolved symbols when building gtk-doc scanner with GCC 4.5
2011-03-07 10:11:46 -06:00
Dan Williams
d884aadc3d
doc: fix distcheck by cleaning generated files
...
Today, for some reason, the generated files are no longer cleaned up
or ignored during distcheck, so clean them up ourselves. Not sure what
changed.
2011-01-25 12:40:18 -06:00
Dan Williams
dcda7e7ab2
doc: update libnm-util doc locations
2010-04-08 14:03:04 -07:00
Dan Williams
a73bc57153
doc: rebuild sections file too
2009-09-28 16:55:44 -07:00
Dan Williams
668dab3903
doc: let gtk-doc rebuild libnm-util.types
2009-09-28 16:12:39 -07:00
Dan Williams
f355259f7e
doc: regenerate docs when sources change
2009-09-28 16:01:21 -07:00
Dan Williams
371cf62c6e
doc: the sgml file is normally stored in RCS
2009-09-28 16:00:56 -07:00
Dan Williams
74f125b44e
doc: add new settings and fix 'make clean'
2009-08-31 00:50:02 -05:00
Dan Williams
ad4d2baec9
Documentation updates
...
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4333 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2008-11-24 16:55:37 +00:00
Dan Williams
2e85fb21f8
2008-11-19 Dan Williams <dcbw@redhat.com>
...
* configure.in
Makefile.am
docs/libnm-util/Makefile.am
docs/libnm-util/libnm-util.types
- Start to document libnm-util
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4302 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2008-11-19 18:46:01 +00:00