~ubuntu-branches/ubuntu/trusty/gnome-contacts/trusty

« back to all changes in this revision

Viewing changes to src/main.c

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-06-04 08:42:35 UTC
  • Revision ID: package-import@ubuntu.com-20120604084235-ikt2xlg99vjlfvcq
Tags: 3.5.1-0ubuntu1
* New upstream release.
* debian/control.in:
  - Build-depend on libgstreamer-plugins-base0.10-dev and 
    libgstreamer0.10-dev for webcam integration 
* debian/watch: Watch for unstable releases.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* main.c generated by valac 0.15.1.23-684b1, the Vala compiler
 
1
/* main.c generated by valac 0.17.0.28-295d5, the Vala compiler
2
2
 * generated from main.vala, do not modify */
3
3
 
4
4
/* -*- Mode: vala; indent-tabs-mode: t; c-basic-offset: 2; tab-width: 8 -*- */
26
26
#include <glib/gi18n-lib.h>
27
27
#include <config.h>
28
28
#include <libnotify/notify.h>
 
29
#include <gst/gst.h>
29
30
#include <gtk/gtk.h>
30
31
#include <gio/gio.h>
31
32
 
62
63
        textdomain (GETTEXT_PACKAGE);
63
64
        _tmp0_ = _ ("Contacts");
64
65
        notify_init (_tmp0_);
 
66
        gst_init (&args_length1, &args);
65
67
        gtk_init (&args_length1, &args);
66
68
        _tmp1_ = contacts_app_new ();
67
69
        app = _tmp1_;