2012-03-24 06:52:12 +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-03-24 06:52:12 +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-03-24 06:52:12 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef SECRET_API_SUBJECT_TO_CHANGE
|
|
|
|
#error "This API has not yet reached stability. Define SECRET_API_SUBJECT_TO_CHANGE to acknowledge"
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef __SECRET_UNSTABLE_H__
|
|
|
|
#define __SECRET_UNSTABLE_H__
|
|
|
|
|
|
|
|
#include <glib.h>
|
|
|
|
|
2012-04-27 15:07:44 +00:00
|
|
|
#include <secret/secret.h>
|
2012-03-24 06:52:12 +00:00
|
|
|
|
|
|
|
#define __SECRET_INSIDE_HEADER__
|
|
|
|
|
|
|
|
#include <secret/secret-collection.h>
|
|
|
|
#include <secret/secret-enum-types.h>
|
|
|
|
#include <secret/secret-item.h>
|
|
|
|
#include <secret/secret-prompt.h>
|
|
|
|
#include <secret/secret-service.h>
|
|
|
|
#include <secret/secret-value.h>
|
|
|
|
|
|
|
|
#undef __SECRET_INSIDE_HEADER__
|
|
|
|
|
|
|
|
#endif /* __SECRET_UNSTABLE_H__ */
|