~ubuntu-branches/debian/sid/xiphos/sid

« back to all changes in this revision

Viewing changes to src/examples/ipc_client.c

  • Committer: Package Import Robot
  • Author(s): Dimitri John Ledkov
  • Date: 2014-07-12 17:08:46 UTC
  • mfrom: (1.3.3)
  • Revision ID: package-import@ubuntu.com-20140712170846-ja9jzhgt51d3fkrd
Tags: 3.2.2+dfsg1-1
* New upstream release.
* Bump standards version.
* Switch uscan to sf.net redirector.
* Unpack waf in get-orig-source target.
* Bump to debhelper 9.
* Add uuid-dev build-dep.

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
        GMainLoop *mainloop;
81
81
 
82
82
        //not necessary if using from a gtk/gnome program
 
83
#if !GLIB_CHECK_VERSION(2, 35, 0)
83
84
        g_type_init ();
 
85
#endif
84
86
 
85
87
        mainloop = g_main_loop_new (NULL, FALSE);
86
88