summaryrefslogtreecommitdiff
path: root/glib/glibmm.h
diff options
context:
space:
mode:
authorJosé Alburquerque <jaalburqu@svn.gnome.org>2013-02-26 21:45:57 -0500
committerJosé Alburquerque <jaalburqu@svn.gnome.org>2013-02-26 23:15:57 -0500
commit86f5ce57da32b6bbc08fbd1c06a34b19f0071f59 (patch)
tree6d61c2685bb4f6e232d32766269bc219b72e3323 /glib/glibmm.h
parenta142e6316be8ce65ad5635ac01f881615b75f66f (diff)
downloadglibmm-86f5ce57da32b6bbc08fbd1c06a34b19f0071f59.tar.gz
Tls*: Add the rest of the (unwrapped) properties, methods and vfuncs.
* gio/src/tlscertificate.{ccg,hg}: Wrap the "certificate" property. * gio/src/tlsclientconnection.hg: Add the get_accepted_cas() methods and the "accepted-cas" property. * gio/src/tlsdatabase.hg: Add the lookup_certificates_issued_by*() methods and virtual functions. Correct a TlsCertificate conversion for the virtual functions so that the underlying GObject is properly copied from the C++ wrapper. * tools/m4/convert_gio.m4: Add a ByteArray conversion. * gio/src/tlspassword.hg: Clarify a TODO. * glib/glibmm.h: Add bytes.h and bytearray.h to the includes.
Diffstat (limited to 'glib/glibmm.h')
-rw-r--r--glib/glibmm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/glib/glibmm.h b/glib/glibmm.h
index 9fb35e8d..825b2099 100644
--- a/glib/glibmm.h
+++ b/glib/glibmm.h
@@ -90,6 +90,8 @@
#include <glibmm/arrayhandle.h>
#include <glibmm/balancedtree.h>
+#include <glibmm/bytearray.h>
+#include <glibmm/bytes.h>
#include <glibmm/checksum.h>
#include <glibmm/class.h>
#include <glibmm/containerhandle_shared.h>