/usr/include/libsocialweb/libsocialweb-client/libsocialweb-client-hack-for-vala.h is in libsocialweb-client-dev 0.25.20-6build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | /*
* libsocialweb - social data store
* Copyright (C) 2010 Collabora Ltd.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU Lesser General Public License,
* version 2.1, as published by the Free Software Foundation.
*
* This program is distributed in the hope it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
* more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef _SW_CLIENT_HACK_FOR_VALA
#define _SW_CLIENT_HACK_FOR_VALA
/* When you generate a .gir file the information about the header where
* definitions come from is lost, so when you generate a .vapi file there
* is no way to know which header to include.
* This autogenerated header file is used as single include file for
* libsocialweb-client and is supposed to be used only by Vala.
*/
#define IN_VALA_INCLUDE
#include <libsocialweb-client/sw-client.h>
#include <libsocialweb-client/sw-item.h>
#include <libsocialweb-client/sw-contact.h>
#include <libsocialweb-client/sw-client-service.h>
#include <libsocialweb-client/sw-client-lastfm.h>
#include <libsocialweb-client/sw-client-item-view.h>
#include <libsocialweb-client/sw-client-contact-view.h>
#undef IN_VALA_INCLUDE
#endif /* _SW_CLIENT_HACK_FOR_VALA */
|