summaryrefslogtreecommitdiff
path: root/gio/src/gio_extra_objects.defs
diff options
context:
space:
mode:
authorJosé Alburquerque <jaalburqu@svn.gnome.org>2012-11-11 16:24:09 -0500
committerJosé Alburquerque <jaalburqu@svn.gnome.org>2012-11-11 16:24:09 -0500
commit229f5cf137dabf7d047ab0a3a09d7bbf4a561665 (patch)
tree241210245e685609e0b10093b4d3641987b21337 /gio/src/gio_extra_objects.defs
parentc40bed9a3c496f7d84071094e6e3c3c337b6acb8 (diff)
downloadglibmm-229f5cf137dabf7d047ab0a3a09d7bbf4a561665.tar.gz
giomm: Add the TlsCertificate class.
* gio/src/filelist.am: * gio/src/tlscertificate.{ccg,hg}: Add the sources wrapping the constructors, methods and (most) properties and include the sources in the build. * gio/src/enums.hg: Add the TlsCertificateFlags enum (wrapping the C enum). * tools/extra_defs_gen/generate_defs_gio.cc: Add the GTlsCertificate GType to the list of types for which signal and property defs are to be generated. * gio/src/gio_signals.defs: Regenerate the signal and property defs file. * tools/m4/convert_gio.m4: Add necessary conversions. * gio/src/gio_extra_objects.defs: Add TlsClientConnection to avoid a gmmproc docs warning.
Diffstat (limited to 'gio/src/gio_extra_objects.defs')
-rw-r--r--gio/src/gio_extra_objects.defs6
1 files changed, 6 insertions, 0 deletions
diff --git a/gio/src/gio_extra_objects.defs b/gio/src/gio_extra_objects.defs
index 4be8ea2b..94cc165e 100644
--- a/gio/src/gio_extra_objects.defs
+++ b/gio/src/gio_extra_objects.defs
@@ -174,3 +174,9 @@
(c-name "GSimpleAction")
(gtype-id "G_TYPE_SIMPLE_ACTION")
)
+
+(define-object TlsClientConnection
+ (in-module "Gio")
+ (c-name "GTlsClientConnection")
+ (gtype-id "G_TYPE_TLS_CLIENT_CONNECTION")
+)