Skip to content
Commit 7518f7a6 authored by Stef Walter's avatar Stef Walter
Browse files

Revert "gtlscertificate: Add certificate-bytes and private-key-bytes props"

 * In order to add contstruct properties to an abstract base
   calls, and retain ABI stability, the base class must add a
   default implementation of those properties.
 * We cannot add a default implementation of certificate-bytes
   or private-key-bytes since certificate and private-key properties
   are writable on construct-only.

This reverts commit 541c9858.

https://bugzilla.gnome.org/show_bug.cgi?id=682081
parent a8c784df
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment