diff options
author | José Alburquerque <jaalburqu@svn.gnome.org> | 2010-08-30 02:52:14 -0400 |
---|---|---|
committer | José Alburquerque <jaalburqu@svn.gnome.org> | 2010-08-30 02:52:14 -0400 |
commit | c9ea6d61685c03cb53aebd4eff6e69a3c98abf6a (patch) | |
tree | b3a77fdc7991410d4a0a19870c2c558e26471348 /gio | |
parent | 6b8ff1bb705a3721fcc16b4e412b22a16d4003ad (diff) | |
download | glibmm-c9ea6d61685c03cb53aebd4eff6e69a3c98abf6a.tar.gz |
Include header files of newly added API in main include files.
* gio/giomm.h:
* glib/glibmm.h: Include the headers of newly added API in the main
header files so the API is included automatically with the general
includes.
Diffstat (limited to 'gio')
-rw-r--r-- | gio/giomm.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gio/giomm.h b/gio/giomm.h index 0b7016c1..da6a78f5 100644 --- a/gio/giomm.h +++ b/gio/giomm.h @@ -21,6 +21,7 @@ */ #include <giomm/appinfo.h> +#include <giomm/application.h> #include <giomm/asyncresult.h> #include <giomm/bufferedinputstream.h> #include <giomm/bufferedoutputstream.h> @@ -28,6 +29,12 @@ #include <giomm/contenttype.h> #include <giomm/datainputstream.h> #include <giomm/dataoutputstream.h> +#include <giomm/dbusauthobserver.h> +#include <giomm/dbusconnection.h> +#include <giomm/dbusmessage.h> +#include <giomm/dbusmethodinvocation.h> +#include <giomm/dbusownname.h> +#include <giomm/dbusserver.h> #ifndef G_OS_WIN32 # include <giomm/desktopappinfo.h> #endif @@ -73,11 +80,15 @@ #include <giomm/socketclient.h> #include <giomm/socketconnectable.h> #include <giomm/socketconnection.h> +#include <giomm/socketcontrolmessage.h> #include <giomm/srvtarget.h> #include <giomm/tcpconnection.h> #include <giomm/themedicon.h> #ifndef G_OS_WIN32 # include <giomm/unixconnection.h> +# include <giomm/unixcredentialsmessage.h> +# include <giomm/unixfdlist.h> +# include <giomm/unixfdmessage.h> # include <giomm/unixinputstream.h> # include <giomm/unixoutputstream.h> #endif |