Sha256: c5295826d29bd82a910fdca862e335caa2adab6c9d4d5856e69af7f789a2c821
Contents?: true
Size: 1.21 KB
Versions: 193
Compression:
Stored size: 1.21 KB
Contents
/* -*- c-file-style: "ruby"; indent-tabs-mode: nil -*- */ /* * Copyright (C) 2011 Ruby-GNOME2 Project Team * Copyright (C) 2002-2005 Ruby-GNOME2 Project * Copyright (C) 2002,2003 Masahiro Sakai * * 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 Street, Fifth Floor, Boston, * MA 02110-1301 USA */ #ifndef __RBGLIBDEPRECATED_H__ #define __RBGLIBDEPRECATED_H__ G_BEGIN_DECLS #define CSTRFILENAMEARRAY2RVAL_FREE(s) (rbg_filename_gslist_to_array_free(s)) extern VALUE rbg_filename_gslist_to_array_free(GSList *list); G_END_DECLS #endif /* __RBGLIBDEPRECATED_H__ */
Version data entries
193 entries across 193 versions & 1 rubygems