[glibmm/glibmm-2-26] Remove Gio::Application.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glibmm/glibmm-2-26] Remove Gio::Application.
- Date: Sat, 18 Sep 2010 11:28:32 +0000 (UTC)
commit 32caf6f99c94e9076b12c43e839e0e7d5a30cad6
Author: Murray Cumming <murrayc murrayc com>
Date: Sat Sep 18 13:22:52 2010 +0200
Remove Gio::Application.
* gio/giomm.h:
* gio/filelist.am:
* gio/src/application.[hg|ccg]: Removed Gio::Application because it
was removed from glib 2.26, though it remains in git master.
This is the glibmm-2-26 branch, wrapping glib 2.26.
See also the master branch for new API.
ChangeLog | 12 ++++
gio/giomm.h | 1 -
gio/src/application.ccg | 56 -----------------
gio/src/application.hg | 92 -----------------------------
gio/src/filelist.am | 1 -
tools/extra_defs_gen/generate_defs_gio.cc | 1 -
6 files changed, 12 insertions(+), 151 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index f9717b3..5e0aa03 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2010-09-18 Murray Cumming <murrayc murrayc com>
+
+ Remove Gio::Application.
+
+ * gio/giomm.h:
+ * gio/filelist.am:
+ * gio/src/application.[hg|ccg]: Removed Gio::Application because it
+ was removed from glib 2.26, though it remains in git master.
+
+This is the glibmm-2-26 branch, wrapping glib 2.26.
+See also the master branch for new API.
+
2010-09-14 Murray Cumming <murrayc murrayc com>
Settings: Comment out get_destroyed() to avoid a linker error.
diff --git a/gio/giomm.h b/gio/giomm.h
index 54cedc5..59b1079 100644
--- a/gio/giomm.h
+++ b/gio/giomm.h
@@ -21,7 +21,6 @@
*/
#include <giomm/appinfo.h>
-#include <giomm/application.h>
#include <giomm/asyncresult.h>
#include <giomm/bufferedinputstream.h>
#include <giomm/bufferedoutputstream.h>
diff --git a/gio/src/filelist.am b/gio/src/filelist.am
index 82b2692..5dfd858 100644
--- a/gio/src/filelist.am
+++ b/gio/src/filelist.am
@@ -14,7 +14,6 @@ giomm_files_defs = \
giomm_files_any_hg = \
appinfo.hg \
- application.hg \
asyncinitable.hg \
asyncresult.hg \
bufferedinputstream.hg \
diff --git a/tools/extra_defs_gen/generate_defs_gio.cc b/tools/extra_defs_gen/generate_defs_gio.cc
index 6926aff..0212674 100644
--- a/tools/extra_defs_gen/generate_defs_gio.cc
+++ b/tools/extra_defs_gen/generate_defs_gio.cc
@@ -37,7 +37,6 @@ int main(int, char**)
g_type_init ();
std::cout << get_defs(G_TYPE_ASYNC_RESULT)
- << get_defs(G_TYPE_APPLICATION)
<< get_defs(G_TYPE_CANCELLABLE)
<< get_defs(G_TYPE_BUFFERED_INPUT_STREAM)
<< get_defs(G_TYPE_BUFFERED_OUTPUT_STREAM)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]