search for: gtkobject

Displaying 9 results from an estimated 9 matches for "gtkobject".

2003 Oct 22
2
Slackware 9.1 Install Help
...with the full kernel source installed. Can someone please point me in the right direction on how to get around this and get Asterisk to compile? Thanks in advance, Chris Lee =====CUT===== In file included from /usr/include/gtk-1.2/gtk/gtkarg.h:31, from /usr/include/gtk-1.2/gtk/gtkobject.h:31, from /usr/include/gtk-1.2/gtk/gtkaccelgroup.h:35, from /usr/include/gtk-1.2/gtk/gtk.h:32, from pbx_gtkconsole.c:38: /usr/include/gtk-1.2/gtk/gtktypeutils.h:163: warning: function declaration isn't a prototype In file included from /usr/i...
2005 Jul 15
1
make problem.
We have a strange make problem : In file included from /usr/include/gtk-1.2/gtk/gtkarg.h:31, from /usr/include/gtk-1.2/gtk/gtkobject.h:31, from /usr/include/gtk-1.2/gtk/gtkaccelgroup.h:35, from /usr/include/gtk-1.2/gtk/gtk.h:32, from pbx_gtkconsole.c:39: /usr/include/gtk-1.2/gtk/gtktypeutils.h:163: warning: function declaration isn't a prototype In file included from /us...
2019 Aug 29
2
[PATCH] p2v: Ignore gtk2 deprecated declarations.
This patch is against libguestfs's old copy of p2v, but the same patch ought to also apply against virt-p2v. Rich.
2019 Aug 29
0
[PATCH] p2v: Ignore gtk2 deprecated declarations.
On latest Gtk2 the following warnings in main.c and gui.c cause the build to fail if warn-error is enabled. In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37, from /usr/include/gtk-2.0/gtk/gtkwidget.h:36, from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/include/gtk-2.0/gtk/gtkwindow.h:36, from /usr/include/gtk-2....
2008 Mar 16
0
[LLVMdev] improving the ocaml binding's type safety
On Sat, Mar 15, 2008 at 7:33 PM, Gordon Henriksen <gordonhenriksen at mac.com> wrote: > After some experimentation, I'd prefer the closed system. LLVM has some type > peculiarities like the commonality between CallInst and InvokeInst. I find > that the closed type system lets me express such constraints more naturally. > Expressing these constraints explicitly in the open
2008 Mar 16
2
[LLVMdev] improving the ocaml binding's type safety
Erick, After some experimentation, I'd prefer the closed system. LLVM has some type peculiarities like the commonality between CallInst and InvokeInst. I find that the closed type system lets me express such constraints more naturally. Expressing these constraints explicitly in the open system involves annotating the C++ class hierarchy with extra variants which are unnecessary in
2004 Sep 10
0
http streaming in the xmms plugin
...ALSE, /* cast_title_streaming */ + FALSE /* use_udp_channel */ + }, /* output */ { /* replaygain */ *************** *** 95,100 **** --- 110,127 ---- static GtkWidget *resolution_replaygain_bps_out_radio_16bps; static GtkWidget *resolution_replaygain_bps_out_radio_24bps; + static GtkObject *streaming_size_adj, *streaming_pre_adj; + static GtkWidget *streaming_proxy_use, *streaming_proxy_host_entry; + static GtkWidget *streaming_proxy_port_entry, *streaming_save_use, *streaming_save_entry; + static GtkWidget *streaming_proxy_auth_use; + static GtkWidget *streaming_proxy_auth_pass_entr...
2007 Aug 16
0
Branch 'vivi' - 23 commits - libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h libswfdec/swfdec_as_super.c libswfdec/swfdec_as_with.c libswfdec/swfdec_movie.c libswfdec/swfdec_net_stream.c libswfdec/swfdec_sprite_movie.c test/trace vivified/core
.../vivified/dock/vivi_vdock.c b/vivified/dock/vivi_vdock.c index d37d563..f79cb2d 100644 --- a/vivified/dock/vivi_vdock.c +++ b/vivified/dock/vivi_vdock.c @@ -28,14 +28,14 @@ G_DEFINE_TYPE (ViviVDock, vivi_vdock, GTK_TYPE_BIN) static void -vivi_vdock_dispose (GObject *object) +vivi_vdock_destroy (GtkObject *object) { ViviVDock *vdock = VIVI_VDOCK (object); + GTK_OBJECT_CLASS (vivi_vdock_parent_class)->destroy (object); + g_list_free (vdock->docklets); vdock->docklets = NULL; - - G_OBJECT_CLASS (vivi_vdock_parent_class)->dispose (object); } static void @@ -62,18 +62,20 @@...
2007 Aug 22
0
163 commits - autogen.sh configure.ac doc/swfdec-sections.txt libswfdec-gtk/swfdec_gtk_player.c libswfdec-gtk/swfdec_gtk_player.h libswfdec-gtk/swfdec_gtk_widget.c libswfdec-gtk/swfdec_source.c libswfdec/Makefile.am libswfdec/swfdec_as_array.c
.../vivified/dock/vivi_vdock.c b/vivified/dock/vivi_vdock.c index d37d563..f79cb2d 100644 --- a/vivified/dock/vivi_vdock.c +++ b/vivified/dock/vivi_vdock.c @@ -28,14 +28,14 @@ G_DEFINE_TYPE (ViviVDock, vivi_vdock, GTK_TYPE_BIN) static void -vivi_vdock_dispose (GObject *object) +vivi_vdock_destroy (GtkObject *object) { ViviVDock *vdock = VIVI_VDOCK (object); + GTK_OBJECT_CLASS (vivi_vdock_parent_class)->destroy (object); + g_list_free (vdock->docklets); vdock->docklets = NULL; - - G_OBJECT_CLASS (vivi_vdock_parent_class)->dispose (object); } static void @@ -62,18 +62,20 @@...