search for: 1315be2

Displaying 2 results from an estimated 2 matches for "1315be2".

Did you mean: 131522
2007 Nov 02
0
5 commits - libswfdec/swfdec_as_array.c libswfdec/swfdec_as_array.h libswfdec/swfdec_as_date.c libswfdec/swfdec_as_date.h libswfdec/swfdec_as_initialize.as libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_object.c libswfdec/swfdec_filter.c
...ome.org> + * 2007 Pekka Lampila <pekka.lampila at iki.fi> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libswfdec/swfdec_xml_node.h b/libswfdec/swfdec_xml_node.h index 07c721c..1315be2 100644 --- a/libswfdec/swfdec_xml_node.h +++ b/libswfdec/swfdec_xml_node.h @@ -1,6 +1,6 @@ /* Swfdec * Copyright (C) 2007 Benjamin Otte <otte at gnome.org> - * 2007 Pekka Lampila <pekka.lampila at iki.fi> + * 2007 Pekka Lampila <pekka.lampila at iki.fi> * *...
2007 Nov 30
0
36 commits - libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_date.c libswfdec/swfdec_as_initialize.as libswfdec/swfdec_as_initialize.h libswfdec/swfdec_as_strings.c libswfdec/swfdec_flash_security.c
...rn swfdec_as_value_to_string (SWFDEC_AS_OBJECT (node)->context, &val); + } else { + return NULL; + } +} + static const char * swfdec_xml_node_getNamespaceForPrefix (SwfdecXmlNode *node, const char *prefix) { diff --git a/libswfdec/swfdec_xml_node.h b/libswfdec/swfdec_xml_node.h index 1315be2..3573a9d 100644 --- a/libswfdec/swfdec_xml_node.h +++ b/libswfdec/swfdec_xml_node.h @@ -94,6 +94,10 @@ void swfdec_xml_node_init_values (SwfdecXmlNode * node, int type, const char * value); gint32 swfdec_xml_node_num_children (SwfdecXmlNode * node); +SwfdecXmlNode * swfdec_xml...