search for: gchar

Displaying 20 results from an estimated 64 matches for "gchar".

Did you mean: char
2012 Jan 12
1
Libguestfs gobject bindings
I'm currently working on gobject bindings for libguestfs. I haven't got as far as compiling anything yet, but I've attached the C header for initial review. Matt -- Matthew Booth, RHCA, RHCSS Red Hat Engineering, Virtualisation Team GPG ID: D33C3490 GPG FPR: 3733 612D 2D05 5458 8A8A 1600 3441 EA19 D33C 3490 -------------- next part -------------- An embedded and
2018 May 15
12
[PATCH libldm 00/12] New API: an ability to retrieve created device-mapper devices back after they have been created.
The main goal of these patch series is to implement a new API that allows to retrieve created device-mapper devices for volumes and partitions back after they have been created. As part of this patch: - required libdevmapper version was bumped to 1.02. I think it is safe because it was released more then 10 years ago; - newer version of libdevmapper allowed to simplify code base a little bit; -
2018 May 10
2
[PATCH libldm v3 0/2] Make libldm to parse and return volume GUID.
v2: wrap commit message, "PATCH libldm" prefix. v3: correctly initialize and free GLib resources. The result of this patch might be used by libguestfs to return drive mappings for LDM volumes. Note, that "show volume" ldmtool command already returns hint which is a drive letter assigned by Windows to corresponding volume. But it is not reliable source of information. More
2018 May 10
1
[PATCH 0/1] libldm: Make libldm to parse and return volume GUID.
The result of this patch will be used by libguestfs to return drive mappings for LDM volumes. Note, that "show volume" ldmtool command already returns hint which is a drive letter assigned by Windows to corresponding volume. But it is not reliable source of information. More over, in multiboot environment it is unclear which drive letter belongs to which operating system. Volume GUID
2018 May 14
3
[PATCH libldm v4 0/3] Make libldm to parse and return volume GUID.
v2: wrap commit message, "PATCH libldm" prefix. v3: correctly initialize and free GLib resources. v4: gtk-doc is updated to reflect presence of new volume GUID field. The result of this patch might be used by libguestfs to return drive mappings for LDM volumes. Note, that "show volume" ldmtool command already returns hint which is a drive letter assigned by Windows to
2018 May 10
2
[PATCH libldm v2 0/1] Make libldm to parse and return volume GUID.
v2: wrap commit message, "PATCH libldm" prefix. The result of this patch might be used by libguestfs to return drive mappings for LDM volumes. Note, that "show volume" ldmtool command already returns hint which is a drive letter assigned by Windows to corresponding volume. But it is not reliable source of information. More over, in multiboot environment it will be unclear
2004 Sep 10
0
http streaming in the xmms plugin
...xy_auth_user_label, *streaming_proxy_auth_pass_label; + #ifdef FLAC_ICECAST + static GtkWidget *streaming_cast_title, *streaming_udp_title; + #endif + static GtkWidget *streaming_proxy_hbox, *streaming_proxy_auth_hbox, *streaming_save_dirbrowser; + static GtkWidget *streaming_save_hbox; + static gchar *gtk_entry_get_text_1 (GtkWidget *widget); static void flac_configurewin_ok(GtkWidget * widget, gpointer data); static void configure_destroy(GtkWidget * w, gpointer data); *************** *** 129,134 **** --- 156,216 ---- xmms_cfg_write_boolean(cfg, "flac", "output.resolution...
2004 Sep 10
2
xmms plugin, fileinfo
...ent_entry; static GtkWidget *genre_combo; -static GtkWidget *flac_level, *flac_bitrate, *flac_samplerate, *flac_flags; -static GtkWidget *flac_fileinfo, *flac_genre; +static GtkWidget *flac_samplerate, *flac_channels, *flac_bits_per_sample, *flac_blocksize, *flac_samples, *flac_filesize; static gchar *current_filename = NULL; -extern gchar *flac_filename; -extern gint flac_bitrate, flac_frequency, flac_layer, flac_lsf, flac_mode; -extern gboolean flac_stereo, flac_flac25; - -#define MAX_STR_LEN 100 - -static void set_entry_tag(GtkEntry * entry, gchar * tag, gint length) +static void label_set...
2004 Oct 01
2
Newbie seeking directions
...'T', 'G', 'C'), read its corresponding ogg file (adenine.ogg for 'A'... see above) and put the contents of that ogg file into an allocated char * string in memory; 2. Now that all the monomers in the sequence have their corresponding sound data in allocated gchar * strings, we can parse the sequence and for each parsed monomer fwrite () the contents of the corresponding ogg sound gchar * string to the gene.ogg file (see 0). 3. At the end of the parsing of the sequence, we'll have a "gene.ogg" file that is acutally a concatenation...
2006 Jun 12
1
Ruuid had non-zero exit status (PR#8965)
...from Rinit.c:1: /usr/local/include/glib-2.0/glib/gquark.h:32: error: parse error 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 /...
2016 Jan 26
1
[PATCH v2] p2v: User can click on an interface name to identify the
v1 -> v2: Added a (now blue) underlined "Identify interface" link. It's not really a link, but it looks like one, so hopefully should resolve the previous UI issue. Rich.
2016 Jan 26
2
[PATCH] p2v: User can click on an interface name to identify the physical interface.
...(+) diff --git a/p2v/gui.c b/p2v/gui.c index 92a7bc4..ed23753 100644 --- a/p2v/gui.c +++ b/p2v/gui.c @@ -414,6 +414,7 @@ static void populate_removable (GtkTreeView *removable_list); static void populate_interfaces (GtkTreeView *interfaces_list); static void toggled (GtkCellRendererToggle *cell, gchar *path_str, gpointer data); static void network_edited_callback (GtkCellRendererToggle *cell, gchar *path_str, gchar *new_text, gpointer data); +static gboolean maybe_identify_click (GtkWidget *interfaces_list, GdkEventButton *event, gpointer data); static void set_disks_from_ui (struct config *);...
2006 Apr 05
1
build error : xapian-core-0.9.4_svn6707 with UTF-8 patch
...pian/xapian-core/queryparser/queryparser.lemony:24: /usr/include/glib-2.0/glib/gquark.h:43: error: `G_END_DECLS' does not name a type /usr/include/glib-2.0/glib/gerror.h:32: error: `GQuark' does not name a type /usr/include/glib-2.0/glib/gerror.h:34: error: ISO C++ forbids declaration of `gchar' with no type /usr/include/glib-2.0/glib/gerror.h:34: error: expected `;' before '*' token /usr/include/glib-2.0/glib/gerror.h:37: error: expected constructor, destructor, or type conversion before '*' token /usr/include/glib-2.0/glib/gerror.h:42: error: expected constructo...
2006 Oct 25
2
[PATCH] Edge buttons
...sing.window; -------------- next part -------------- diff --git a/plugins/gconf.c b/plugins/gconf.c index ea68ce3..175a4ac 100644 --- a/plugins/gconf.c +++ b/plugins/gconf.c @@ -209,7 +209,7 @@ gconfSetOption (CompDisplay *d, gconf_value_free (gvalue); break; case CompOptionTypeAction: { - gchar *key1, *key2, *key3, *key4; + gchar *key1, *key2, *key3, *key4, *key5; GSList *node, *list = NULL; GConfValue *gv; int i; @@ -218,6 +218,7 @@ gconfSetOption (CompDisplay *d, key2 = g_strdup_printf ("%s_%s", key, "button"); key3 = g_strdup_printf ("%s_...
2012 Dec 06
2
[PATCH 0/2] Two build fixes for libldm
Two simple build fixes for libldm. Well, the first isn't a build fix as such, but a code improvement. Rich.
2002 Jul 08
3
compilation breaks with gnome support on hp-ux 11.00 (PR#1757)
Full_Name: Martin Gansser Version: 1.5.1 OS: hp-ux 11.00 Submission from: (NULL) (195.145.22.147) cc -Wp,-H16000 -I. -I../../../src/include -I../../../src/include -I/opt/gnome/include/gnome-1.0 -DNE ED_GNOMESUPPORT_H -I/opt/gnome/lib/gnome-libs/include -I/opt/gnome/include/glib-1.2 -I/opt/gnome/lib /glib/include -I/opt/gnome/include/orbit-1.0 -I/opt/gnome/include/gtk-1.2
2012 Jan 20
2
GObject bindings overview
...ay object where language bindings allow. The value returned by RBufferOut is not copied. Structs: ******** A parallel struct is created for each libguestfs struct type. A boxed type is created for each parallel struct. It's field types are all mapped trivially to gobject basic types (e.g. gchar *, gint32) except FBuffer. FBuffer is mapped as: guint8 *<field> guint32 <field>_size Unfortunately I can see no way to attach annotation to these fields, so the bindings do not appreciate that these fields are related. I'm not happy with this at all, so I may try manual tw...
2012 Jan 17
3
GObject bindings
This is the first iteration of the GObject bindings. I have 'kicked the tyres' on these, meaning I have ensured that a bunch of basic manual tests work as expected. I'm in the process of adding more comprehensive tests. Here's an example simple javascript program which uses these bindings: === const Guestfs = imports.gi.Guestfs; print('Starting'); var g = new
2006 Mar 03
1
xapian-0.9.4 queryparser build errors after applying utf-8 patch
...xapian/xapian-core/queryparser/queryparser.lemony:24: /usr/include/glib-2.0/glib/gquark.h:43: error: `G_END_DECLS' does not name a type /usr/include/glib-2.0/glib/gerror.h:32: error: `GQuark' does not name a type /usr/include/glib-2.0/glib/gerror.h:34: error: ISO C++ forbids declaration of `gchar' with no type /usr/include/glib-2.0/glib/gerror.h:34: error: expected `;' before '*' token /usr/include/glib-2.0/glib/gerror.h:37: error: expected constructor, destructor, or type conversion before '*' token /usr/include/glib-2.0/glib/gerror.h:37: error: expected `,' or...
2006 Nov 08
2
bug in today's git snapshot with maximizing windows
...gt; diff --git a/plugins/gconf.c b/plugins/gconf.c > index ea68ce3..175a4ac 100644 > --- a/plugins/gconf.c > +++ b/plugins/gconf.c > @@ -209,7 +209,7 @@ gconfSetOption (CompDisplay *d, > gconf_value_free (gvalue); > break; > case CompOptionTypeAction: { > - gchar *key1, *key2, *key3, *key4; > + gchar *key1, *key2, *key3, *key4, *key5; > GSList *node, *list = NULL; > GConfValue *gv; > int i; > @@ -218,6 +218,7 @@ gconfSetOption (CompDisplay *d, > key2 = g_strdup_printf ("%s_%s", key, &q...