summaryrefslogtreecommitdiff
path: root/gio/src/tlsfiledatabase.ccg
Commit message (Collapse)AuthorAgeFilesLines
* Update the Free Software Foundation address in copyright noticesKjell Ahlstedt2017-08-301-2/+1
| | | | Bug 786824
* TlsFileDatabase: Use _WRAP_METHOD() to wrap the create() method.José Alburquerque2013-03-131-16/+0
| | | | | | | * gio/src/tlsfiledatabase.{ccg,hg}: It can't be properly wrapped using _WRAP_CTOR()/WRAP_CREATE() yet but it can be wrapped using _WRAP_METHOD(). (I don't know why I thought it had to be handwrapped.)
* TlsFileDatabase: Wrap the create() method.José Alburquerque2013-03-121-0/+11
| | | | | * gio/src/tlsfiledatabase.{ccg,hg}: Manually wrap it because presently the *_new() function does more than call g_initable_new().
* giomm: Add the TlsFileDatabase interface.José Alburquerque2013-01-021-0/+23
* gio/src/filelist.am: * gio/src/tlsfiledatabase.{ccg,hg}: Add the new sources wrapping a single property and include them in the list of files to be built. * gio/src/tlsinteraction.hg: Correct a typo.