search for: guri

Displaying 8 results from an estimated 8 matches for "guri".

Did you mean: gui
2007 Apr 02
0
4 commits - configure.ac doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt doc/swfdec.types libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec-gtk.h libswfdec-gtk/swfdec_gtk_loader.c libswfdec-gtk/swfdec_gtk_loader.h
...g_return_val_if_fail (uri != NULL, NULL); + + return swfdec_loader_new_from_file (uri); +} + + +#else /* HAVE_GNOMEVFS */ + +/* size of buffer we read */ +#define BUFFER_SIZE 4096 + +#include <libgnomevfs/gnome-vfs.h> + +struct _SwfdecGtkLoader +{ + SwfdecLoader loader; + + GnomeVFSURI * guri; /* GnomeVFS URI used for resolving */ + GnomeVFSAsyncHandle * handle; /* handle to file or NULL when done */ + SwfdecBuffer * current_buffer; /* current buffer we're reading into */ +}; + +struct _SwfdecGtkLoaderClass { + SwfdecLoaderClass loader_class; +}; + +/*** SwfdecGtkLoader ***/ +...
2007 Jul 31
0
10 commits - doc/swfdec-docs.sgml doc/swfdec-sections.txt libswfdec-gtk/swfdec_gtk_loader.c libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_buffer.c libswfdec/swfdec_debugger.c libswfdec/swfdec.h
...err); @@ -155,20 +157,6 @@ swfdec_gtk_loader_open_cb (GnomeVFSAsync swfdec_gtk_loader_start_read (gtk); } -static SwfdecLoader * -swfdec_gtk_loader_new_from_uri (GnomeVFSURI *uri) -{ - SwfdecGtkLoader *gtk; - - g_assert (uri); - gtk = g_object_new (SWFDEC_TYPE_GTK_LOADER, NULL); - gtk->guri = uri; - gnome_vfs_async_open_uri (&gtk->handle, uri, GNOME_VFS_OPEN_READ, - GNOME_VFS_PRIORITY_DEFAULT, swfdec_gtk_loader_open_cb, gtk); - SWFDEC_LOADER (gtk)->url = gnome_vfs_uri_to_string (uri, GNOME_VFS_URI_HIDE_PASSWORD); - return SWFDEC_LOADER (gtk); -} - static void swfd...
2005 Dec 20
0
Patch lovin'' for #2018? ("rake appdoc fails on Windows systems")
Gurus (Guri? heh), We got burned today by #2018 ("rake appdoc fails on Windows systems"), and did a bunch of ferreting around (starting at the problems in rdoc,rake,rdoc.bat) and ultimately came back to the conclusion that the cleanest way to fix the problem is just a variation on a suggestion alrea...
2007 Apr 06
0
3 commits - libswfdec-gtk/swfdec_gtk_loader.c libswfdec/Makefile.am libswfdec/swfdec_codec.c libswfdec/swfdec_codec_ffmpeg.c libswfdec/swfdec_codec_gst.c libswfdec/swfdec_codec.h libswfdec/swfdec_codec_screen.c libswfdec/swfdec_codec_video.c
...might want to use + * gnome_vfs_make_uri_from_shell_arg() or gnome_vfs_make_uri_from_input() on + * the @uri prior to calling this function. * * Returns: a new #SwfdecLoader using gnome-vfs. **/ @@ -234,14 +235,11 @@ SwfdecLoader * swfdec_gtk_loader_new (const char *uri) { GnomeVFSURI *guri; - char *s; g_return_val_if_fail (uri != NULL, NULL); gnome_vfs_init (); - s = gnome_vfs_make_uri_from_input (uri); - guri = gnome_vfs_uri_new (s); - g_free (s); + guri = gnome_vfs_uri_new (uri); return swfdec_gtk_loader_new_from_uri (guri); }
2007 Aug 02
0
15 commits - configure.ac doc/swfdec-sections.txt libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec_gtk_loader.c libswfdec/Makefile.am libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h libswfdec/swfdec_file_loader.c libswfdec/swfdec_file_loader.h
...- g_return_val_if_fail (uri != NULL, NULL); - - return swfdec_loader_new_from_file (uri); -} - - -#else /* HAVE_HTTP */ - -/* size of buffer we read */ -#define BUFFER_SIZE 4096 - -#include <libgnomevfs/gnome-vfs.h> - struct _SwfdecGtkLoader { SwfdecLoader loader; - GnomeVFSURI * guri; /* GnomeVFS URI used for resolving */ - GnomeVFSAsyncHandle * handle; /* handle to file or NULL when done */ - SwfdecBuffer * current_buffer; /* current buffer we're reading into */ + SoupMessage * message; /* the message we're sending */ + gboolean opened; /* set after first byte...
2007 Apr 04
0
Branch 'as' - 17 commits - configure.ac doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt doc/swfdec.types libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec-gtk.h libswfdec-gtk/swfdec_gtk_loader.c libswfdec-gtk/swfdec_gtk_loader.h
...g_return_val_if_fail (uri != NULL, NULL); + + return swfdec_loader_new_from_file (uri); +} + + +#else /* HAVE_GNOMEVFS */ + +/* size of buffer we read */ +#define BUFFER_SIZE 4096 + +#include <libgnomevfs/gnome-vfs.h> + +struct _SwfdecGtkLoader +{ + SwfdecLoader loader; + + GnomeVFSURI * guri; /* GnomeVFS URI used for resolving */ + GnomeVFSAsyncHandle * handle; /* handle to file or NULL when done */ + SwfdecBuffer * current_buffer; /* current buffer we're reading into */ +}; + +struct _SwfdecGtkLoaderClass { + SwfdecLoaderClass loader_class; +}; + +/*** SwfdecGtkLoader ***/ +...
2007 Aug 01
3
How to use stun server?
...he stun server and its running silently. Now i dont know what to do next. Is there something more to it, like configuration files which i can use for special configuration for asterisk, or is there not. How do i proceed, if there is nothing more to configure in stun, does that mean i can start configuring my clinets (xten and sipura) to use stun server? -- Best Regards Rizwan Hisham Software Engineer Axvoice Inc. www.axvoice.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070801/bf3c906b/attachment...
2006 Aug 30
10
respond_to not detecting JS turned on. form_to_remote problem?
I''m trying to use respond_to to redirect visitors who have JS turned off to a different page. The problem I''m having is that respond_to is sending *everybody* there. It''s not recognizing that JS is turned on in the browser. The wanted_html.rhtml file below is rendered whether I''ve got JS turned on or off. I''ve looked at the Accept headers being sent