~bcurtiswx/ubuntu/precise/empathy/3.4.2.1-0ubuntu1

« back to all changes in this revision

Viewing changes to libempathy-gtk/empathy-gtk-enum-types.h

  • Committer: Bazaar Package Importer
  • Author(s): Laurent Bigonville
  • Date: 2009-11-16 23:40:52 UTC
  • mfrom: (1.1.39 upstream)
  • mto: (6.3.7 experimental)
  • mto: This revision was merged to the branch mainline in revision 80.
  • Revision ID: james.westby@ubuntu.com-20091116234052-7hhwrpeln4mwdyw7
Tags: upstream-2.29.2
ImportĀ upstreamĀ versionĀ 2.29.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
/* Generated data (by glib-mkenums) */
3
 
 
4
 
#ifndef __LIBEMPATHY_GTK_ENUM_TYPES_H__
5
 
#define __LIBEMPATHY_GTK_ENUM_TYPES_H__ 1
6
 
 
7
 
#include <glib-object.h>
8
 
 
9
 
G_BEGIN_DECLS
10
 
 
11
 
#include <libempathy-gtk/empathy-contact-list-store.h>
12
 
#define EMPATHY_TYPE_CONTACT_LIST_STORE_SORT empathy_contact_list_store_sort_get_type()
13
 
GType empathy_contact_list_store_sort_get_type (void);
14
 
#define EMPATHY_TYPE_CONTACT_LIST_STORE_COL empathy_contact_list_store_col_get_type()
15
 
GType empathy_contact_list_store_col_get_type (void);
16
 
#include <libempathy-gtk/empathy-contact-list-view.h>
17
 
#define EMPATHY_TYPE_CONTACT_LIST_FEATURE_FLAGS empathy_contact_list_feature_flags_get_type()
18
 
GType empathy_contact_list_feature_flags_get_type (void);
19
 
#include <libempathy-gtk/empathy-contact-menu.h>
20
 
#define EMPATHY_TYPE_CONTACT_FEATURE_FLAGS empathy_contact_feature_flags_get_type()
21
 
GType empathy_contact_feature_flags_get_type (void);
22
 
#include <libempathy-gtk/empathy-contact-widget.h>
23
 
#define EMPATHY_TYPE_CONTACT_WIDGET_FLAGS empathy_contact_widget_flags_get_type()
24
 
GType empathy_contact_widget_flags_get_type (void);
25
 
#include <libempathy-gtk/empathy-video-src.h>
26
 
#define EMPATHY_TYPE_GST_VIDEO_SRC_CHANNEL empathy_gst_video_src_channel_get_type()
27
 
GType empathy_gst_video_src_channel_get_type (void);
28
 
#include <libempathy-gtk/empathy-sound.h>
29
 
#define EMPATHY_TYPE_SOUND empathy_sound_get_type()
30
 
GType empathy_sound_get_type (void);
31
 
G_END_DECLS
32
 
 
33
 
#endif /* __LIBEMPATHY_GTK_ENUM_TYPES_H__ */
34
 
 
35
 
/* Generated data ends here */
36