/* * This file is part of sharing-plugin-template * * Copyright (C) 2008-2009 Nokia Corporation. All rights reserved. * * This maemo code example is licensed under a MIT-style license, * that can be found in the file called "COPYING" in the root * directory. * */ #include #include #include #include #include "common.h" /** * example_function: * @username: Example parameter * @password: Example parameter * * Example function * * Returns: Newly allocated string or %NULL */ gchar* example_function (const gchar* username, const gchar* password) { return NULL; }