diff options
author | Federico Mena Quintero <federico@gnome.org> | 2011-12-06 13:56:00 -0600 |
---|---|---|
committer | Federico Mena Quintero <federico@gnome.org> | 2011-12-06 17:47:46 -0600 |
commit | 456afcbb6042c8f1ab73f240e5be5eabd681e090 (patch) | |
tree | 057a181168948ba84af57fa071fe8e8223d4012b /src/nautilus-freedesktop-dbus.h | |
parent | aa01e30c0d3d585bd808ed1ab53c5ca396371cd1 (diff) | |
download | nautilus-456afcbb6042c8f1ab73f240e5be5eabd681e090.tar.gz |
DBus boilerplate for handling the org.freedesktop.FileManager1 service
Signed-off-by: Federico Mena Quintero <federico@gnome.org>
Diffstat (limited to 'src/nautilus-freedesktop-dbus.h')
-rw-r--r-- | src/nautilus-freedesktop-dbus.h | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/src/nautilus-freedesktop-dbus.h b/src/nautilus-freedesktop-dbus.h new file mode 100644 index 000000000..3fb500511 --- /dev/null +++ b/src/nautilus-freedesktop-dbus.h @@ -0,0 +1,29 @@ +/* + * nautilus-freedesktop-dbus: Implementation for the org.freedesktop DBus file-management interfaces + * + * Nautilus is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License as + * published by the Free Software Foundation; either version 2 of the + * License, or (at your option) any later version. + * + * Nautilus is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * Authors: Akshay Gupta <kitallis@gmail.com> + * Federico Mena Quintero <federico@gnome.org> + */ + + +#ifndef __NAUTILUS_FREEDESKTOP_DBUS_H__ +#define __NAUTILUS_FREEDESKTOP_DBUS_H__ + +void nautilus_freedesktop_dbus_start (void); +void nautilus_freedesktop_dbus_stop (void); + +#endif /* __NAUTILUS_FREEDESKTOP_DBUS_H__ */ |