[glibmm] Remove a junk line from VolumeMonitor.hg.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glibmm] Remove a junk line from VolumeMonitor.hg.
- Date: Tue, 8 Jun 2010 15:04:23 +0000 (UTC)
commit bafd0dcf7d3423e1cbaafe85fd6d4aa17bf67831
Author: Murray Cumming <murrayc murrayc com>
Date: Tue Jun 8 17:03:15 2010 +0200
Remove a junk line from VolumeMonitor.hg.
* gio/src/volumemonitor.hg: Remove this line because it must have been
an accidental paste or some other confusion:
gboolean (*is_supported) (void);
It is API but not anything anybody ever would have used.
ChangeLog | 29 +++++++++++++++++++----------
gio/src/volumemonitor.hg | 2 --
2 files changed, 19 insertions(+), 12 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index a1023dd..d48f851 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2010-06-08 Murray Cumming <murrayc murrayc com>
+
+ Remove a junk line from VolumeMonitor.hg.
+
+ * gio/src/volumemonitor.hg: Remove this line because it must have been
+ an accidental paste or some other confusion:
+ gboolean (*is_supported) (void);
+ It is API but not anything anybody ever would have used.
+
2010-06-07 Daniel Elstner <danielk openismus com>
Do not install the schema of the gsettings example
@@ -20,37 +29,37 @@
Documentation: Mention module names in Enums and Flags doxygen groups.
- * tools/m4/enum.m4: Add the module name (such as gdkmm or gtkmm) to the
- doxygen Enums and Flags groups, to avoid duplicate names appearing in the
+ * tools/m4/enum.m4: Add the module name (such as gdkmm or gtkmm) to the
+ doxygen Enums and Flags groups, to avoid duplicate names appearing in the
Modules list.
2010-06-06 Murray Cumming <murrayc murrayc com>
Settings: Fix the build with the latest glib from git master.
- * gio/src/gio_methods.defs: Remove extra length parameters, removed from the
+ * gio/src/gio_methods.defs: Remove extra length parameters, removed from the
C API. This is a generated file, but this change is simple.
- * gio/src/settings.[hg|ccg]: get_string_array(), set_string_array():
- Remove the length parameter, and just use _WRAP_METHOD() now that it is simple
+ * gio/src/settings.[hg|ccg]: get_string_array(), set_string_array():
+ Remove the length parameter, and just use _WRAP_METHOD() now that it is simple
enough for that.
* tools/m4/convert_gio.m4: Add a necessary conversion.
- * glib/src/glib_functions.defs: Remove some bad unused definitions that
+ * glib/src/glib_functions.defs: Remove some bad unused definitions that
were causing annoying warnings.
2010-06-06 Murray Cumming <murrayc murrayc com>
Remove default conversion to StringArrayHandle
- * tools/m4/convert_gio.m4: Remove a default conversion from char** to
- StringArrayHandle, because there can be no good default, because each use
+ * tools/m4/convert_gio.m4: Remove a default conversion from char** to
+ StringArrayHandle, because there can be no good default, because each use
can have different ownership, so it risks hiding an error.
* gio/src/drive.hg:
* gio/src/fileinfo.hg:
* gio/src/filenamecompleter.hg:
* gio/src/volume.hg: Add a local #m4 conversion instead.
- One day we will have the new introspection information (with the ownership)
+ One day we will have the new introspection information (with the ownership)
available to gmmproc so we don't need to do this.
-
+
2010-06-04 Chris Kühl <blixtra gmail com>
Removal of length parameter for g_settings_[gs]et_strv
diff --git a/gio/src/volumemonitor.hg b/gio/src/volumemonitor.hg
index 2e4d4c8..fbec111 100644
--- a/gio/src/volumemonitor.hg
+++ b/gio/src/volumemonitor.hg
@@ -85,8 +85,6 @@ _DEPRECATE_IFDEF_END
_WRAP_SIGNAL(void drive_eject_button(const Glib::RefPtr<Drive>& drive), drive_eject_button, no_default_handler)
_WRAP_SIGNAL(void drive_stop_button(const Glib::RefPtr<Drive>& drive), drive_stop_button, no_default_handler)
- gboolean (*is_supported) (void);
-
//TODO: Use ListHandle?
//_WRAP_VFUNC(GList* get_volumes(), get_volumes)
//_WRAP_VFUNC(GList* get_mounts(), get_mounts)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]