glib Questions

1

Solved

I'm trying to make my own application that will listen to the media-keys in gnome using dbus. I have found a script that works in python and I'm trying to make it work by converting it to C. My c-c...
Sundaysundberg asked 21/4, 2011 at 12:22

1

Solved

I try to implement a GType interface in C++ using Glibmm (part of Gtkmm). The object will be passed to an API in C. Unfortunately, the documentation for gtkmm does not cover many details of how it ...
Yonyona asked 13/2, 2011 at 16:44

2

Solved

I'm developing a library using a number of glib datastructures (GHashTable, GSList etc.). I've been checking my code frequently for memory leaks using valgrind. Most of the issues valgrind points o...
Coastal asked 23/11, 2010 at 9:41

3

Solved

I tend to use std *alloc/free functions to allocate/free dynamic memory in my C programs. I wonder if there are any good reasons to use the GLIB Memory Allocation functions instead of the std ones...
Richardo asked 28/10, 2010 at 9:25

4

Solved

Why utf8 symbols cannot be printed via glib functions? Source code: #include "glib.h" #include <stdio.h> int main() { g_print("марко\n"); fprintf(stdout, "марко\n"); } Build it like th...
Rinna asked 22/6, 2010 at 10:51

1

Solved

1: /* 2: * File: xyn-playlist.c 3: * Author: Andrei Ciobanu 4: * 5: * Created on June 4, 2010, 12:47 PM 6: */ 7:   8: #include <dirent.h> 9: #include <glib.h> 10: #include &lt...
Colas asked 5/6, 2010 at 10:3

1

Solved

I need to modify a GLib's time-out interval while it is in execution. Is that possible? I took a look to the source code and it seems possible to me, but is required use some non-public functions f...
Incense asked 1/6, 2010 at 9:23

2

Solved

I'm using libnotify to show desktop notifications in my application; notify_notification_new() returns a NotifyNotification*, which should be passed as the first param to further function calls of ...
Naoise asked 17/5, 2010 at 10:30

1

I want to convert an integer value to string in GLib. Is there any macro or function to da that? Or Can i store different data types in the same doubly linked list?
Quietus asked 19/3, 2010 at 9:16

2

Solved

GObject class A implements interface IA, B is a derived class of A. How can B override A's method that is part of the interface IA? Or, is this possible in GObject? I know how to override parent...
Merimerida asked 22/10, 2009 at 11:46

2

Solved

I want to use the Gnome GLib in a Windows environment using the free MinGW compiler to develop in C. The problem is, I have absolutely no idea how to compile this library. Would any of you please e...
Porcine asked 4/8, 2009 at 14:40

5

Solved

I am using glib in my application, and I see there are convenience wrappers in glib for C's remove, unlink and rmdir. But these only work on a single file or directory at a time. As far as I can s...
Soap asked 7/2, 2010 at 17:18

17

Solved

I have a psychological tic which makes me reluctant to use large libraries (like GLib or Boost) in lower-level languages like C and C++. In my mind, I think: Well, this library has thousands of ...
Amu asked 11/2, 2010 at 20:23

1

Solved

I am using GLib's doubly linked list structure, GList. I would like to know if there is any standard macro for iterating over a GList. I couldn't find any such thing in the GLib documentation. As a...
Cuttle asked 23/10, 2009 at 5:50

3

Solved

I have a couple of hobby C programming projects that I would like to start. I am looking for an open source library that has a liberal license (I want credit, but pretty much anybody can use)...
Sweater asked 17/11, 2008 at 21:24

2

Solved

Does anyone know of an MD5/SHA1/etc routine that is easily used with GLib (i.e. you can give it a GIOChannel, etc)?
Dulcine asked 22/9, 2008 at 1:48

© 2022 - 2024 — McMap. All rights reserved.