#include <stdlib.h>#include <stdio.h>#include <unistd.h>#include <string.h>#include <glib.h>#include <glib/gstdio.h>#include "icon_tools.h"#include "plist.h"#include "values.h"#include <gdk-pixbuf/gdk-pixbuf.h>#include <gdk-pixbuf/gdk-pixdata.h>Classes | |
| struct | tag_map_t |
| struct | parse_data_t |
Defines | |
| #define | TAG_MAP_SZ (sizeof(tag_map)/sizeof(tag_map_t)) |
| #define | OPTS "I:" |
Enumerations | |
| enum | { R_NONE = 0, R_RESOURCES, R_SECTION, R_ICON, R_PLIST, R_STRING } |
Functions | |
| GValue * | ghb_resource_parse (const gchar *buf, gssize len) |
| GValue * | ghb_resource_parse_file (FILE *fd) |
| gint | main (gint argc, gchar *argv[]) |
Variables | |
| GList * | inc_list = NULL |
| #define OPTS "I:" |
| #define TAG_MAP_SZ (sizeof(tag_map)/sizeof(tag_map_t)) |
| GValue* ghb_resource_parse | ( | const gchar * | buf, | |
| gssize | len | |||
| ) |
| GValue* ghb_resource_parse_file | ( | FILE * | fd | ) |
| gint main | ( | gint | argc, | |
| gchar * | argv[] | |||
| ) |
| GList* inc_list = NULL |
1.7.1