search for: g_gnuc_const

Displaying 7 results from an estimated 7 matches for "g_gnuc_const".

2006 Jun 12
1
Ruuid had non-zero exit status (PR#8965)
...before "G_BEGIN_DECLS" /usr/local/include/glib-2.0/glib/gquark.h:34: error: syntax error before "typedef" /usr/local/include/glib-2.0/glib/gquark.h:41: error: syntax error before "gchar" /usr/local/include/glib-2.0/glib/gquark.h:41: error: parse error before "G_GNUC_CONST" /usr/local/include/glib-2.0/glib/gquark.h:41: warning: data definition has no type or storage cl ass In file included from /usr/local/include/glib-2.0/glib/gthread.h:30, from /usr/local/include/glib-2.0/glib/gasyncqueue.h:30, from /usr/local/include/glib-2...
2006 Apr 05
1
build error : xapian-core-0.9.4_svn6707 with UTF-8 patch
...a type /usr/include/glib-2.0/glib/gunicode.h:114: error: `G_CONST_RETURN' was not declared in this scope /usr/include/glib-2.0/glib/gunicode.h:118: error: `gunichar' was not declared in this scope /usr/include/glib-2.0/glib/gunicode.h:118: error: expected `,' or `;' before "G_GNUC_CONST" /usr/include/glib-2.0/glib/gunicode.h:119: error: `gunichar' was not declared in this scope /usr/include/glib-2.0/glib/gunicode.h:119: error: expected `,' or `;' before "G_GNUC_CONST" /usr/include/glib-2.0/glib/gunicode.h:120: error: `gunichar' was not declared in...
2006 Mar 03
1
xapian-0.9.4 queryparser build errors after applying utf-8 patch
...ame a type /usr/include/glib-2.0/glib/gunicode.h:114: error: `G_CONST_RETURN' was not declared in this scope /usr/include/glib-2.0/glib/gunicode.h:118: error: `gunichar' was not declared in this scope /usr/include/glib-2.0/glib/gunicode.h:118: error: expected `,' or `;' before "G_GNUC_CONST" /usr/include/glib-2.0/glib/gunicode.h:119: error: `gunichar' was not declared in this scope /usr/include/glib-2.0/glib/gunicode.h:119: error: expected `,' or `;' before "G_GNUC_CONST" /usr/include/glib-2.0/glib/gunicode.h:120: error: `gunichar' was not declared in th...
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
...fdec_as_types.h> +#include <libswfdec/swfdec_player.h> +#include <libswfdec/swfdec_types.h> + +#ifndef _SWFDEC_URL_H_ +#define _SWFDEC_URL_H_ + +G_BEGIN_DECLS + +typedef struct _SwfdecURL SwfdecURL; + +#define SWFDEC_TYPE_URL swfdec_url_get_type() +GType swfdec_url_get_type (void) G_GNUC_CONST; + +SwfdecURL * swfdec_url_new (const char * string); +SwfdecURL * swfdec_url_new_relative (const SwfdecURL * url, + const char * string); +SwfdecURL * swfdec_url_copy (const SwfdecURL * url); +void swfdec_url_free (SwfdecURL * url); + +const char * swfdec_url_get_...
2007 Aug 01
0
9 commits - doc/swfdec-sections.txt libswfdec/swfdec_as_frame.c libswfdec/swfdec_loader.c libswfdec/swfdec_loader.h libswfdec/swfdec_loader_internal.h libswfdec/swfdec_loadertarget.c libswfdec/swfdec_loadertarget.h libswfdec/swfdec_movie.c
...(* parse) (SwfdecLoaderTarget * target, SwfdecLoader * loader); + void (* eof) (SwfdecLoaderTarget * target, + SwfdecLoader * loader); + void (* error) (SwfdecLoaderTarget * target, + SwfdecLoader * loader); }; GType swfdec_loader_target_get_type (void) G_GNUC_CONST; SwfdecPlayer * swfdec_loader_target_get_player (SwfdecLoaderTarget * target); +void swfdec_loader_target_open (SwfdecLoaderTarget * target, + SwfdecLoader * loader, + guint status); void swfdec_loader_target_parse (SwfdecLoaderTarget * target, SwfdecLoader * loa...
2007 Mar 01
0
11 commits - libswfdec/Makefile.am libswfdec/swfdec_connection.c libswfdec/swfdec_connection.h libswfdec/swfdec_flv_decoder.c libswfdec/swfdec_js.c libswfdec/swfdec_js_connection.c libswfdec/swfdec_js.h libswfdec/swfdec_js_net_stream.c
...r); /* optional vfuncs */ - void (* error) (SwfdecLoaderTarget * target); gboolean (* init) (SwfdecLoaderTarget * target); gboolean (* image) (SwfdecLoaderTarget * target); }; @@ -50,6 +52,8 @@ struct _SwfdecLoaderTargetInterface { GType swfdec_loader_target_get_type (void) G_GNUC_CONST; SwfdecPlayer * swfdec_loader_target_get_player (SwfdecLoaderTarget * target); +void swfdec_loader_target_parse (SwfdecLoaderTarget * target, + SwfdecLoader * loader); SwfdecDecoder * swfdec_loader_target_get_decoder (SwfdecLoaderTarget * target); gboolean swfdec_loader_target_set_d...
2008 Jan 21
0
70 commits - configure.ac libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec-gtk.h libswfdec-gtk/swfdec_gtk_loader.c libswfdec-gtk/swfdec_gtk_player.c libswfdec-gtk/swfdec_gtk_socket.c libswfdec-gtk/swfdec_gtk_socket.h libswfdec-gtk/swfdec_playback_alsa.c
...* * swfdec_url_is_local: * @url: the url to check * diff --git a/libswfdec/swfdec_url.h b/libswfdec/swfdec_url.h index 3ac0b88..5eaa306 100644 --- a/libswfdec/swfdec_url.h +++ b/libswfdec/swfdec_url.h @@ -30,6 +30,12 @@ typedef struct _SwfdecURL SwfdecURL; GType swfdec_url_get_type (void) G_GNUC_CONST; SwfdecURL * swfdec_url_new (const char * string); +SwfdecURL * swfdec_url_new_components (const char * protocol, + const char * hostname, + guint port, + const char * path, + const char * query); +SwfdecURL * swfdec_url_new_parent (const SwfdecURL...