File: eggtypebuiltins.c

package info (click to toggle)
gnome-python-extras 2.14.3-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,756 kB
  • ctags: 731
  • sloc: sh: 8,856; ansic: 5,011; xml: 1,319; python: 725; makefile: 415
file content (29 lines) | stat: -rw-r--r-- 776 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29

/* Generated data (by glib-mkenums) */

#include "egg-recent.h"
#include "egg-recent-item.h"
#include "egg-recent-model.h"
#include "egg-recent-view.h"
#include "egg-recent-view-bonobo.h"
#include "egg-recent-view-gtk.h"

/* enumerations from "egg-recent-model.h" */
GType
egg_recent_model_sort_get_type (void)
{
  static GType etype = 0;
  if (etype == 0) {
    static const GEnumValue values[] = {
      { EGG_RECENT_MODEL_SORT_MRU, "EGG_RECENT_MODEL_SORT_MRU", "mru" },
      { EGG_RECENT_MODEL_SORT_LRU, "EGG_RECENT_MODEL_SORT_LRU", "lru" },
      { EGG_RECENT_MODEL_SORT_NONE, "EGG_RECENT_MODEL_SORT_NONE", "none" },
      { 0, NULL, NULL }
    };
    etype = g_enum_register_static ("EggRecentModelSort", values);
  }
  return etype;
}

/* Generated data ends here */