glibmm r550 - in trunk: . gio/giomm
- From: jjongsma svn gnome org
- To: svn-commits-list gnome org
- Subject: glibmm r550 - in trunk: . gio/giomm
- Date: Fri, 1 Feb 2008 02:33:52 +0000 (GMT)
Author: jjongsma
Date: Fri Feb 1 02:33:52 2008
New Revision: 550
URL: http://svn.gnome.org/viewvc/glibmm?rev=550&view=rev
Log:
* gio/giomm/contenttype.cc: put content_type functions in the Gio namespace
which was accidentally omitted.
Modified:
trunk/ChangeLog
trunk/gio/giomm/contenttype.cc
Modified: trunk/gio/giomm/contenttype.cc
==============================================================================
--- trunk/gio/giomm/contenttype.cc (original)
+++ trunk/gio/giomm/contenttype.cc Fri Feb 1 02:33:52 2008
@@ -20,6 +20,9 @@
#include <giomm/contenttype.h>
#include <gio/gio.h>
+namespace Gio
+{
+
bool content_type_equals(const Glib::ustring& type1,
const Glib::ustring& type2)
{
@@ -71,3 +74,4 @@
Glib::OWNERSHIP_DEEP);
}
+} // namespace Gio
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]