X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gio%2Fgresourcefile.c;h=380095c468268f64cef0527166d0d657f7f7255a;hb=7fd6f07d498063470903a886b4805a13bd333908;hp=e399e54ccab7fe0925c1781bf0e21fa823c9654d;hpb=c5561ff6992bfbf2b92af401bc6f96317514b4a3;p=platform%2Fupstream%2Fglib.git diff --git a/gio/gresourcefile.c b/gio/gresourcefile.c index e399e54..380095c 100644 --- a/gio/gresourcefile.c +++ b/gio/gresourcefile.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 */ @@ -72,6 +70,8 @@ static void g_resource_file_file_iface_init (GFileIface *iface); static GFileAttributeInfoList *resource_writable_attributes = NULL; static GFileAttributeInfoList *resource_writable_namespaces = NULL; +static GType _g_resource_file_enumerator_get_type (void); + #define G_TYPE_RESOURCE_FILE_ENUMERATOR (_g_resource_file_enumerator_get_type ()) #define G_RESOURCE_FILE_ENUMERATOR(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_RESOURCE_FILE_ENUMERATOR, GResourceFileEnumerator)) #define G_RESOURCE_FILE_ENUMERATOR_CLASS(k) (G_TYPE_CHECK_CLASS_CAST((k), G_TYPE_RESOURCE_FILE_ENUMERATOR, GResourceFileEnumeratorClass))