diff options
author | José Alburquerque <jaalburqu@svn.gnome.org> | 2008-02-04 21:23:48 +0000 |
---|---|---|
committer | José Alburquerque <jaalburqu@src.gnome.org> | 2008-02-04 21:23:48 +0000 |
commit | db3cb9cc828fbc881d4e308c9ed7fb5acd104b19 (patch) | |
tree | c5084955d013d55d3945c04dc0ce2eb4fe425df2 /gio/src/desktopappinfo.ccg | |
parent | e120c162e5b1f60be6f3c0215710d200ea7f4591 (diff) | |
download | glibmm-db3cb9cc828fbc881d4e308c9ed7fb5acd104b19.tar.gz |
Added DesktopAppInfo but not to Makefile_list_of_hg.am_fragment yet (need
2008-02-04 José Alburquerque <jaalburqu@svn.gnome.org>
* gio/src/desktopappinfo.ccg:
* gio/src/desktopappinfo.hg: Added DesktopAppInfo but not to
Makefile_list_of_hg.am_fragment yet (need to use gio-unix-2.0.pc to
compile correctly)
svn path=/trunk/; revision=582
Diffstat (limited to 'gio/src/desktopappinfo.ccg')
-rw-r--r-- | gio/src/desktopappinfo.ccg | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/gio/src/desktopappinfo.ccg b/gio/src/desktopappinfo.ccg new file mode 100644 index 00000000..7a72047f --- /dev/null +++ b/gio/src/desktopappinfo.ccg @@ -0,0 +1,20 @@ +// -*- Mode: C++; indent-tabs-mode: nil; c-basic-offset: 2 -*- + +/* Copyright (C) 2007 The gtkmm Development Team + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Library General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) any later version. + * + * This library 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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Library General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + */ + +#include <gio/gio.h> |