~ubuntu-branches/ubuntu/raring/glibmm2.4/raring

« back to all changes in this revision

Viewing changes to gio/giomm/wrap_init.cc

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-07-11 10:36:25 UTC
  • mfrom: (1.2.75)
  • Revision ID: package-import@ubuntu.com-20120711103625-g11wpbkgmvqujbyf
Tags: 2.33.3-0ubuntu1
* New upstream release
* debian/control:
  - Bump build-depends on libglib2.0-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
#include "dbuswatchname.h"
49
49
#ifndef G_OS_WIN32
50
50
#include "desktopappinfo.h"
51
 
#endif //G_OS_WIN32
 
51
#endif // ifndef G_OS_WIN32
52
52
#include "drive.h"
53
53
#include "emblem.h"
54
54
#include "emblemedicon.h"
111
111
#include "threadedsocketservice.h"
112
112
#ifndef G_OS_WIN32
113
113
#include "unixconnection.h"
114
 
#endif //G_OS_WIN32
 
114
#endif // ifndef G_OS_WIN32
115
115
#ifndef G_OS_WIN32
116
116
#include "unixcredentialsmessage.h"
117
 
#endif //G_OS_WIN32
 
117
#endif // ifndef G_OS_WIN32
118
118
#ifndef G_OS_WIN32
119
119
#include "unixfdlist.h"
120
 
#endif //G_OS_WIN32
 
120
#endif // ifndef G_OS_WIN32
121
121
#ifndef G_OS_WIN32
122
122
#include "unixfdmessage.h"
123
 
#endif //G_OS_WIN32
 
123
#endif // ifndef G_OS_WIN32
124
124
#ifndef G_OS_WIN32
125
125
#include "unixinputstream.h"
126
 
#endif //G_OS_WIN32
 
126
#endif // ifndef G_OS_WIN32
127
127
#ifndef G_OS_WIN32
128
128
#include "unixoutputstream.h"
129
 
#endif //G_OS_WIN32
 
129
#endif // ifndef G_OS_WIN32
130
130
#ifndef G_OS_WIN32
131
131
#include "unixsocketaddress.h"
132
 
#endif //G_OS_WIN32
 
132
#endif // ifndef G_OS_WIN32
133
133
#include "volume.h"
134
134
#include "volumemonitor.h"
135
135
 
156
156
GType g_dbus_server_get_type(void);
157
157
#ifndef G_OS_WIN32
158
158
GType g_desktop_app_info_get_type(void);
159
 
#endif //G_OS_WIN32
 
159
#endif // ifndef G_OS_WIN32
160
160
GType g_emblem_get_type(void);
161
161
GType g_emblemed_icon_get_type(void);
162
162
GType g_file_enumerator_get_type(void);
202
202
GType g_threaded_socket_service_get_type(void);
203
203
#ifndef G_OS_WIN32
204
204
GType g_unix_connection_get_type(void);
205
 
#endif //G_OS_WIN32
 
205
#endif // ifndef G_OS_WIN32
206
206
#ifndef G_OS_WIN32
207
207
GType g_unix_credentials_message_get_type(void);
208
 
#endif //G_OS_WIN32
 
208
#endif // ifndef G_OS_WIN32
209
209
#ifndef G_OS_WIN32
210
210
GType g_unix_fd_list_get_type(void);
211
 
#endif //G_OS_WIN32
 
211
#endif // ifndef G_OS_WIN32
212
212
#ifndef G_OS_WIN32
213
213
GType g_unix_fd_message_get_type(void);
214
 
#endif //G_OS_WIN32
 
214
#endif // ifndef G_OS_WIN32
215
215
#ifndef G_OS_WIN32
216
216
GType g_unix_input_stream_get_type(void);
217
 
#endif //G_OS_WIN32
 
217
#endif // ifndef G_OS_WIN32
218
218
#ifndef G_OS_WIN32
219
219
GType g_unix_output_stream_get_type(void);
220
 
#endif //G_OS_WIN32
 
220
#endif // ifndef G_OS_WIN32
221
221
#ifndef G_OS_WIN32
222
222
GType g_unix_socket_address_get_type(void);
223
 
#endif //G_OS_WIN32
 
223
#endif // ifndef G_OS_WIN32
224
224
GType g_volume_monitor_get_type(void);
225
225
 
226
226
//Declarations of the *_error_quark() functions:
254
254
namespace DBus { class Server_Class { public: static Glib::ObjectBase* wrap_new(GObject*); }; }
255
255
#ifndef G_OS_WIN32
256
256
class DesktopAppInfo_Class { public: static Glib::ObjectBase* wrap_new(GObject*); };
257
 
#endif //G_OS_WIN32
 
257
#endif // ifndef G_OS_WIN32
258
258
class Emblem_Class { public: static Glib::ObjectBase* wrap_new(GObject*); };
259
259
class EmblemedIcon_Class { public: static Glib::ObjectBase* wrap_new(GObject*); };
260
260
class FileEnumerator_Class { public: static Glib::ObjectBase* wrap_new(GObject*); };
300
300
class ThreadedSocketService_Class { public: static Glib::ObjectBase* wrap_new(GObject*); };
301
301
#ifndef G_OS_WIN32
302
302
class UnixConnection_Class { public: static Glib::ObjectBase* wrap_new(GObject*); };
303
 
#endif //G_OS_WIN32
 
303
#endif // ifndef G_OS_WIN32
304
304
#ifndef G_OS_WIN32
305
305
class UnixCredentialsMessage_Class { public: static Glib::ObjectBase* wrap_new(GObject*); };
306
 
#endif //G_OS_WIN32
 
306
#endif // ifndef G_OS_WIN32
307
307
#ifndef G_OS_WIN32
308
308
class UnixFDList_Class { public: static Glib::ObjectBase* wrap_new(GObject*); };
309
 
#endif //G_OS_WIN32
 
309
#endif // ifndef G_OS_WIN32
310
310
#ifndef G_OS_WIN32
311
311
class UnixFDMessage_Class { public: static Glib::ObjectBase* wrap_new(GObject*); };
312
 
#endif //G_OS_WIN32
 
312
#endif // ifndef G_OS_WIN32
313
313
#ifndef G_OS_WIN32
314
314
class UnixInputStream_Class { public: static Glib::ObjectBase* wrap_new(GObject*); };
315
 
#endif //G_OS_WIN32
 
315
#endif // ifndef G_OS_WIN32
316
316
#ifndef G_OS_WIN32
317
317
class UnixOutputStream_Class { public: static Glib::ObjectBase* wrap_new(GObject*); };
318
 
#endif //G_OS_WIN32
 
318
#endif // ifndef G_OS_WIN32
319
319
#ifndef G_OS_WIN32
320
320
class UnixSocketAddress_Class { public: static Glib::ObjectBase* wrap_new(GObject*); };
321
 
#endif //G_OS_WIN32
 
321
#endif // ifndef G_OS_WIN32
322
322
class VolumeMonitor_Class { public: static Glib::ObjectBase* wrap_new(GObject*); };
323
323
 
324
324
// Register Error domains in sub-namespaces:
363
363
  Glib::wrap_register(g_dbus_server_get_type(), &DBus::Server_Class::wrap_new);
364
364
#ifndef G_OS_WIN32
365
365
  Glib::wrap_register(g_desktop_app_info_get_type(), &DesktopAppInfo_Class::wrap_new);
366
 
#endif //G_OS_WIN32
 
366
#endif // ifndef G_OS_WIN32
367
367
  Glib::wrap_register(g_emblem_get_type(), &Emblem_Class::wrap_new);
368
368
  Glib::wrap_register(g_emblemed_icon_get_type(), &EmblemedIcon_Class::wrap_new);
369
369
  Glib::wrap_register(g_file_enumerator_get_type(), &FileEnumerator_Class::wrap_new);
409
409
  Glib::wrap_register(g_threaded_socket_service_get_type(), &ThreadedSocketService_Class::wrap_new);
410
410
#ifndef G_OS_WIN32
411
411
  Glib::wrap_register(g_unix_connection_get_type(), &UnixConnection_Class::wrap_new);
412
 
#endif //G_OS_WIN32
 
412
#endif // ifndef G_OS_WIN32
413
413
#ifndef G_OS_WIN32
414
414
  Glib::wrap_register(g_unix_credentials_message_get_type(), &UnixCredentialsMessage_Class::wrap_new);
415
 
#endif //G_OS_WIN32
 
415
#endif // ifndef G_OS_WIN32
416
416
#ifndef G_OS_WIN32
417
417
  Glib::wrap_register(g_unix_fd_list_get_type(), &UnixFDList_Class::wrap_new);
418
 
#endif //G_OS_WIN32
 
418
#endif // ifndef G_OS_WIN32
419
419
#ifndef G_OS_WIN32
420
420
  Glib::wrap_register(g_unix_fd_message_get_type(), &UnixFDMessage_Class::wrap_new);
421
 
#endif //G_OS_WIN32
 
421
#endif // ifndef G_OS_WIN32
422
422
#ifndef G_OS_WIN32
423
423
  Glib::wrap_register(g_unix_input_stream_get_type(), &UnixInputStream_Class::wrap_new);
424
 
#endif //G_OS_WIN32
 
424
#endif // ifndef G_OS_WIN32
425
425
#ifndef G_OS_WIN32
426
426
  Glib::wrap_register(g_unix_output_stream_get_type(), &UnixOutputStream_Class::wrap_new);
427
 
#endif //G_OS_WIN32
 
427
#endif // ifndef G_OS_WIN32
428
428
#ifndef G_OS_WIN32
429
429
  Glib::wrap_register(g_unix_socket_address_get_type(), &UnixSocketAddress_Class::wrap_new);
430
 
#endif //G_OS_WIN32
 
430
#endif // ifndef G_OS_WIN32
431
431
  Glib::wrap_register(g_volume_monitor_get_type(), &VolumeMonitor_Class::wrap_new);
432
432
 
433
433
  // Register the gtkmm gtypes:
450
450
  DBus::Server::get_type();
451
451
#ifndef G_OS_WIN32
452
452
  DesktopAppInfo::get_type();
453
 
#endif //G_OS_WIN32
 
453
#endif // ifndef G_OS_WIN32
454
454
  Emblem::get_type();
455
455
  EmblemedIcon::get_type();
456
456
  FileEnumerator::get_type();
496
496
  ThreadedSocketService::get_type();
497
497
#ifndef G_OS_WIN32
498
498
  UnixConnection::get_type();
499
 
#endif //G_OS_WIN32
 
499
#endif // ifndef G_OS_WIN32
500
500
#ifndef G_OS_WIN32
501
501
  UnixCredentialsMessage::get_type();
502
 
#endif //G_OS_WIN32
 
502
#endif // ifndef G_OS_WIN32
503
503
#ifndef G_OS_WIN32
504
504
  UnixFDList::get_type();
505
 
#endif //G_OS_WIN32
 
505
#endif // ifndef G_OS_WIN32
506
506
#ifndef G_OS_WIN32
507
507
  UnixFDMessage::get_type();
508
 
#endif //G_OS_WIN32
 
508
#endif // ifndef G_OS_WIN32
509
509
#ifndef G_OS_WIN32
510
510
  UnixInputStream::get_type();
511
 
#endif //G_OS_WIN32
 
511
#endif // ifndef G_OS_WIN32
512
512
#ifndef G_OS_WIN32
513
513
  UnixOutputStream::get_type();
514
 
#endif //G_OS_WIN32
 
514
#endif // ifndef G_OS_WIN32
515
515
#ifndef G_OS_WIN32
516
516
  UnixSocketAddress::get_type();
517
 
#endif //G_OS_WIN32
 
517
#endif // ifndef G_OS_WIN32
518
518
  VolumeMonitor::get_type();
519
519
 
520
520
} // wrap_init()