X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gio%2Fgdummyfile.c;h=4ac3bd9b36ef7382a04cd9a81e45e1e8e1167a9f;hb=0728e62be8bf247f9d097822efd26312367ff133;hp=99f9b6ef58cc92c7d85c90a14210785d326a04a8;hpb=53fc10d2695f917db530c9a3f166e45be59d1d3a;p=platform%2Fupstream%2Fglib.git diff --git a/gio/gdummyfile.c b/gio/gdummyfile.c index 99f9b6e..4ac3bd9 100644 --- a/gio/gdummyfile.c +++ b/gio/gdummyfile.c @@ -13,9 +13,7 @@ * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Public License along with this library; if not, see . * * Author: Alexander Larsson */ @@ -27,15 +25,11 @@ #include #include #include -#ifdef HAVE_UNISTD_H -#include -#endif #include #include "gdummyfile.h" #include "gfile.h" -#include "gioalias.h" static void g_dummy_file_file_iface_init (GFileIface *iface); @@ -105,12 +99,6 @@ g_dummy_file_init (GDummyFile *dummy) { } -/** - * g_dummy_file_new: - * @uri: Universal Resource Identifier for the dummy file object. - * - * Returns: a new #GFile. - **/ GFile * _g_dummy_file_new (const char *uri) {