wireshark/ui/gtk/pixbuf-csource.h
João Valverde 2d7b0fc7d0 [GTK] Replace deprecated gdk_pixbuf_new_from_inline()
Use GResource instead, if available. Add autotools and cmake compile time
checks for build requirements (GIO >= 2.32 and GDK-Pixbuf >= 2.26).

Merge all the various static pixbuf csource header files into
a single pixbuf-csource.h header with external linkage through use of the
tools/make-pixbuf-csource.pl script.

Fix inline pixbuf build target for some image paths (broken for GTK
in gb4a4de7).

Add missing 'expert_ok.png' file to distribution (GTK only).

Minor improvements to style/structure of ui/gtk/Makefile.am.

Bug: 10750
Change-Id: I031296b666ee8b92730400dfa6f71f9ee4304863
Reviewed-on: https://code.wireshark.org/review/10992
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2015-11-12 07:14:32 +00:00

58 lines
2.3 KiB
C

/* This file was automatically generated. DO NOT EDIT. */
#ifndef __PIXBUF_CSOURCE_HEADER__
#define __PIXBUF_CSOURCE_HEADER__
#include <glib.h>
extern const guint8 expert_chat_pb_data[];
extern const guint8 expert_error_pb_data[];
extern const guint8 expert_none_pb_data[];
extern const guint8 expert_note_pb_data[];
extern const guint8 expert_warn_pb_data[];
extern const guint8 expert_ok_pb_data[];
extern const guint8 capture_comment_add_pb_data[];
extern const guint8 capture_comment_update_pb_data[];
extern const guint8 capture_comment_disabled_pb_data[];
extern const guint8 network_bluetooth_pb_data[];
extern const guint8 network_usb_pb_data[];
extern const guint8 network_wired_pb_data[];
extern const guint8 network_wireless_pb_data[];
extern const guint8 remote_arrow_pb_data[];
extern const guint8 remote_globe_pb_data[];
extern const guint8 remote_sat_pb_data[];
extern const guint8 pipe_pb_data[];
extern const guint8 capture_interfaces_16_pb_data[];
extern const guint8 capture_interfaces_24_pb_data[];
extern const guint8 gnome_emblem_web_16_pb_data[];
extern const guint8 gnome_emblem_web_24_pb_data[];
extern const guint8 toolbar_wireshark_file_16_pb_data[];
extern const guint8 toolbar_wireshark_file_24_pb_data[];
extern const guint8 capture_options_alt1_16_pb_data[];
extern const guint8 capture_options_alt1_24_pb_data[];
extern const guint8 capture_restart_16_pb_data[];
extern const guint8 capture_restart_24_pb_data[];
extern const guint8 capture_start_16_pb_data[];
extern const guint8 capture_start_24_pb_data[];
extern const guint8 capture_stop_16_pb_data[];
extern const guint8 capture_stop_24_pb_data[];
extern const guint8 layout_1_pb_data[];
extern const guint8 layout_2_pb_data[];
extern const guint8 layout_3_pb_data[];
extern const guint8 layout_4_pb_data[];
extern const guint8 layout_5_pb_data[];
extern const guint8 layout_6_pb_data[];
extern const guint8 wsicon_16_pb_data[];
extern const guint8 wsicon_24_pb_data[];
extern const guint8 wsicon_32_pb_data[];
extern const guint8 wsicon_48_pb_data[];
extern const guint8 wsicon_64_pb_data[];
extern const guint8 wsiconcap_16_pb_data[];
extern const guint8 wsiconcap_24_pb_data[];
extern const guint8 wsiconcap_32_pb_data[];
extern const guint8 wsiconcap_48_pb_data[];
extern const guint8 wsiconcap_64_pb_data[];
extern const guint8 wssplash_pb_data[];
#endif /*__PIXBUF_CSOURCE_HEADER__*/