2012-02-02 12:40:47 +00:00
|
|
|
/* libsecret - GLib wrapper for Secret Service
|
|
|
|
*
|
|
|
|
* Copyright 2012 Red Hat Inc.
|
|
|
|
*
|
|
|
|
* This program is free software: you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU Lesser General Public License as published
|
2012-03-31 13:32:43 +00:00
|
|
|
* by the Free Software Foundation; either version 2.1 of the licence or (at
|
2012-02-02 12:40:47 +00:00
|
|
|
* your option) any later version.
|
|
|
|
*
|
|
|
|
* See the included COPYING file for more information.
|
2012-03-31 13:32:43 +00:00
|
|
|
*
|
|
|
|
* Author: Stef Walter <stefw@gnome.org>
|
2012-02-02 12:40:47 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __SECRET_H__
|
|
|
|
#define __SECRET_H__
|
|
|
|
|
|
|
|
#include <glib.h>
|
|
|
|
|
|
|
|
#define __SECRET_INSIDE_HEADER__
|
|
|
|
|
|
|
|
#include <secret/secret-password.h>
|
2012-03-11 08:06:40 +00:00
|
|
|
#include <secret/secret-schema.h>
|
2012-03-30 11:56:16 +00:00
|
|
|
#include <secret/secret-schemas.h>
|
2012-03-24 06:52:12 +00:00
|
|
|
#include <secret/secret-types.h>
|
2012-02-02 12:40:47 +00:00
|
|
|
|
|
|
|
#undef __SECRET_INSIDE_HEADER__
|
|
|
|
|
|
|
|
#endif /* __SECRET_H__ */
|