~ubuntu-branches/ubuntu/saucy/telepathy-mission-control-5/saucy

« back to all changes in this revision

Viewing changes to src/mcd-misc.h

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2013-01-10 11:07:51 UTC
  • mfrom: (0.13.5)
  • Revision ID: package-import@ubuntu.com-20130110110751-fzge1h4wgrwqu1zi
Tags: 1:5.14.0-0ubuntu1
* New upstream release
* debian/control:
  - Use standards version 3.9.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
G_GNUC_INTERNAL
52
52
void _mcd_ext_register_dbus_glib_marshallers (void);
53
53
 
 
54
gboolean mcd_ensure_directory (const gchar *dir, GError **error);
 
55
 
54
56
G_GNUC_INTERNAL int _mcd_chmod_private (const gchar *filename);
55
57
 
56
58
G_END_DECLS