~ubuntu-branches/ubuntu/intrepid/gthumb/intrepid-proposed

« back to all changes in this revision

Viewing changes to libgthumb/gthumb-enum-types.c

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2007-01-08 14:52:50 UTC
  • mto: (3.1.2 lenny)
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20070108145250-w2vp2cx7jypg6oum
Tags: upstream-2.9.1
ImportĀ upstreamĀ versionĀ 2.9.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
#include <glib-object.h>
5
5
 
6
 
/* enumerations from "gnome-print-font-picker.h" */
7
 
#include "gnome-print-font-picker.h"
8
 
GType
9
 
gnome_print_font_picker_mode_get_type (void)
10
 
{
11
 
  static GType etype = 0;
12
 
  if (etype == 0) {
13
 
    static const GEnumValue values[] = {
14
 
      { GNOME_PRINT_FONT_PICKER_MODE_PIXMAP, "GNOME_PRINT_FONT_PICKER_MODE_PIXMAP", "pixmap" },
15
 
      { GNOME_PRINT_FONT_PICKER_MODE_FONT_INFO, "GNOME_PRINT_FONT_PICKER_MODE_FONT_INFO", "font-info" },
16
 
      { GNOME_PRINT_FONT_PICKER_MODE_USER_WIDGET, "GNOME_PRINT_FONT_PICKER_MODE_USER_WIDGET", "user-widget" },
17
 
      { GNOME_PRINT_FONT_PICKER_MODE_UNKNOWN, "GNOME_PRINT_FONT_PICKER_MODE_UNKNOWN", "unknown" },
18
 
      { 0, NULL, NULL }
19
 
    };
20
 
    etype = g_enum_register_static ("GnomePrintFontPickerMode", values);
21
 
  }
22
 
  return etype;
23
 
}
24
 
 
25
6
/* enumerations from "gth-image-list.h" */
26
7
#include "gth-image-list.h"
27
8
GType