aboutsummaryrefslogtreecommitdiffstats
path: root/tp-account-widgets/tpaw-builder.c
diff options
context:
space:
mode:
authorMarco Barisione <marco.barisione@collabora.co.uk>2013-05-09 20:56:32 +0800
committerMarco Barisione <marco.barisione@collabora.co.uk>2013-08-20 18:03:05 +0800
commiteb7ddccaf6365f4ceb45d8a2ccd006e67e5dd340 (patch)
treeabc4f275bad599854314e1ae4480efffbb6d9a36 /tp-account-widgets/tpaw-builder.c
parent406dc1041ff2d0575e43bb0c320a072d29e4af79 (diff)
downloadgsoc2013-empathy-eb7ddccaf6365f4ceb45d8a2ccd006e67e5dd340.tar
gsoc2013-empathy-eb7ddccaf6365f4ceb45d8a2ccd006e67e5dd340.tar.gz
gsoc2013-empathy-eb7ddccaf6365f4ceb45d8a2ccd006e67e5dd340.tar.bz2
gsoc2013-empathy-eb7ddccaf6365f4ceb45d8a2ccd006e67e5dd340.tar.lz
gsoc2013-empathy-eb7ddccaf6365f4ceb45d8a2ccd006e67e5dd340.tar.xz
gsoc2013-empathy-eb7ddccaf6365f4ceb45d8a2ccd006e67e5dd340.tar.zst
gsoc2013-empathy-eb7ddccaf6365f4ceb45d8a2ccd006e67e5dd340.zip
builder: add stub header and source file for tpaw_builder_* functions
https://bugzilla.gnome.org/show_bug.cgi?id=699492
Diffstat (limited to 'tp-account-widgets/tpaw-builder.c')
-rw-r--r--tp-account-widgets/tpaw-builder.c22
1 files changed, 22 insertions, 0 deletions
diff --git a/tp-account-widgets/tpaw-builder.c b/tp-account-widgets/tpaw-builder.c
new file mode 100644
index 000000000..8b7587adc
--- /dev/null
+++ b/tp-account-widgets/tpaw-builder.c
@@ -0,0 +1,22 @@
+/*
+ * Copyright (C) 2013 Collabora Ltd.
+ *
+ * Authors: Marco Barisione <marco.barisione@collabora.co.uk>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that 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 library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+
+#include "config.h"
+#include "tpaw-builder.h"