summaryrefslogtreecommitdiff
path: root/gio/src/filemonitor.hg
Commit message (Collapse)AuthorAgeFilesLines
* gio/src/*.hg: Mark all _WRAP_ENUM() with decl_prefixChun-wei Fan2020-04-041-1/+1
| | | | | As per Kjell's suggestions, make things more future-proof by marking all _WRAP_ENUM()'s with 'decl_prefix GIOMM_API'.
* gio/src/*.hg: Mark classes and functions with GIOMM_APIChun-wei Fan2020-03-071-3/+5
| | | | | | This prepares the build to export symbols using compiler directives, in our bid to drop gendef.exe. We will also mark pre-declarations of usage of glibmm class items with GLIBMM_API as well.
* Put _WRAP_VFUNC in protected sectionsKjell Ahlstedt2019-03-151-2/+3
|
* Update the Free Software Foundation address in copyright noticesKjell Ahlstedt2017-08-301-4/+1
| | | | Bug 786824
* Gio::FileMonitor: Change FileMonitorEvent to FileMonitor::Event.Murray Cumming2017-04-181-2/+3
|
* Strip trailing whitespace.Mark Vender2012-10-291-5/+5
| | | | | | | * gio/giomm/*.[h|cc]: * gio/src/*.[hg|ccg]: * glib/glibmm/*.[h|cc]: * glib/src/*.[hg|ccg]: Strip trailing whitespace. Bug #681072.
* Gio::DBus::Proxy: Add a TODO.José Alburquerque2012-02-141-1/+1
| | | | | | | | * gio/src/dbusproxy.hg: Add a TODO. * gio/src/filemonitor.hg: Typo. * tools/pm/DocsParser.pm (convert_tags_to_doxygen): Allow <listitem> tags to not be on a line by themselves also (as was done with the <itemizedlist> tag.
* Rename @since back to @newinDaniel Elstner2009-08-201-1/+1
| | | | | | | | | | | | * docs/reference/Doxyfile.in (ALIASES): Rename the @since alias back to its old name @newin, but otherwise keep the parameters. Apparently there is a @since command predefined in Doxygen which I hadn't noticed. It does seem to get overridden silently, but it is better not to rely on this. * tools/pm/DocsParser.pm (convert_tags_to_doxygen): Output @newin instead of @since. * {glib,gio}/src/*.hg, {glib,gio}/{glib,gio}mm/*.h: Replace all uses of @since with @newin.
* Implement parametric Doxygen alias @since{m,n}Daniel Elstner2009-08-181-1/+1
| | | | | | | | | | | | * docs/reference/Doxyfile.in (ALIASES): Define a parametrized alias @since{major,minor} to replace the old @newin?p?* aliases which had to be defined manually for every version number used. (PREDEFINED): Predefine G_GNUC_NORETURN, G_GNUC_NULL_TERMINATED and G_GNUC_PURE to the empty expansion. Remove GTKMM_* macros. * tools/pm/DocsParser.pm (convert_tags_to_doxygen): Change "Since:" substitution to output the new generic @since alias. * {glib,gio}/src/*.hg, {glib,gio}/{glib,gio}mm/*.h: Change all uses of @newin?p?* to @since{major,minor}.
* Change license header to mention Lesser General Public License version 2.1Deng Xiyue2009-01-191-4/+4
| | | | | | | | | | 2009-01-20 Deng Xiyue <manphiz@gmail.com> * Change license header to mention Lesser General Public License version 2.1 instead of Library General Public License, to be consistent with COPYING. svn path=/trunk/; revision=779
* Correct hand-coded documentation, to talk about throwing exceptions ratherMurray Cumming2008-02-271-1/+0
| | | | | | | | | | | | | | | | | | 2008-02-27 Murray Cumming <murrayc@murrayc.com> * gio/src/asyncresult.hg: * gio/src/file.hg: * gio/src/fileenumerator.hg: * gio/src/fileinputstream.hg: * gio/src/fileoutputstream.hg: * gio/src/gio_docs_override.xml: * gio/src/inputstream.hg: * gio/src/outputstream.hg: Correct hand-coded documentation, to talk about throwing exceptions rather than setting or returning errors. * gio/src/mount.hg: Add class documentation based on the C documentation. svn path=/trunk/; revision=627
* Comment out _WRAP_VFUNC() lines because we decided that they are notMurray Cumming2008-02-201-1/+1
| | | | | | | | | | | | | | | | | | 2008-02-20 Murray Cumming <murrayc@murrayc.com> * gio/src/appinfo.hg: * gio/src/bufferedinputstream.hg: * gio/src/drive.hg: * gio/src/file.hg: * gio/src/filemonitor.hg: * gio/src/icon.hg: * gio/src/seekable.hg: * gio/src/volume.hg: * gio/src/volumemonitor.hg: Comment out _WRAP_VFUNC() lines because we decided that they are not useful (people will not create new implementations with giomm) and are a potential source of errors. svn path=/trunk/; revision=606
* Add class documentation, now that there is some in gio. Add classMurray Cumming2008-02-031-1/+6
| | | | | | | | | | | | 2008-02-03 Murray Cumming <murrayc@murrayc.com> * gio/src/filemonitor.hg: Add class documentation, now that there is some in gio. * gio/src/volumemonitor.hg: Add class documentation. Remove _DO_NOT_DERIVE_GTYPE because gio no longer abuses the type system - see bug #511814. svn path=/trunk/; revision=571
* Added Mount and VolumeMonitor. Regenerated.Murray Cumming2008-01-161-0/+5
| | | | | | | | | | | | | | | | | | 2008-01-16 Murray Cumming <murrayc@murrayc.com> * tools/extra_defs_gen/generate_defs_gio.cc: Added Mount and VolumeMonitor. * gio/src/gio_signals.defs: Regenerated. * gio/src/Makefile_list_of_hg.am_fragment: * gio/src/mount.ccg: * gio/src/mount.hg: Added Mount * gio/src/volumemonitor.hg: * gio/src/volumemonitor.ccg: Added VolumeMonitor. * tools/m4/convert_gio.m4: Added necessary conversions. svn path=/trunk/; revision=516
* murrayc@murrayc-desktop:~/svn/gnome220/glibmm$ more ChangeLogMurray Cumming2008-01-161-0/+58
2008-01-16 Murray Cumming <murrayc@murrayc.com> * gio/src/Makefile_list_of_hg.am_fragment: * tools/m4/convert_gio.m4: * gio/src/filemonitor.hg: * gio/src/filemonitor.hg: Added FileMonitor. * gio/src/file.hg: Tried to wrap monitor_file() and monitor_directory but there is a problem with the GError in the generated code. * tools/extra_defs_gen/generate_defs_gio.cc: Added GFileMonitor. svn path=/trunk/; revision=515