summaryrefslogtreecommitdiff
path: root/gio/gicon.c
AgeCommit message (Collapse)AuthorFilesLines
2009-12-01Use G_DEFINE_INTERFACE in gioDan Winship1-41/+3
Note: Since we export types with Iface in the name rather than Interface we have to use some typedefs to make this work. New interfaces should probably use Interface as the public name.
2008-12-12free the tokens when done with themRyan Lortie1-0/+2
2008-12-12 Ryan Lortie <desrt@desrt.ca> * gio/gicon.c (g_icon_to_string_tokenized): free the tokens when done with them svn path=/trunk/; revision=7743
2008-10-21Bug 555740 - gicon serialization Based on patch from David ZeuthenAlexander Larsson1-3/+351
2008-10-21 Alexander Larsson <alexl@redhat.com> Bug 555740 - gicon serialization Based on patch from David Zeuthen * gicon.[ch]: * gio.symbols: Add g_icon_to_string() and g_icon_new_for_string(). * gemblem.c: * gemblemedicon.c: * gfileicon.c: * gthemedicon.c: Implement icon serialization for built-in icon types * tests/Makefile.am: * tests/g-icon.c: Added GIcon serialization test svn path=/trunk/; revision=7618
2008-07-20543504 – crash in Epiphany Web Browser: Opening local fileMatthias Clasen1-7/+8
2008-07-19 Matthias Clasen <mclasen@redhat.com> 543504 – crash in Epiphany Web Browser: Opening local file * gappinfo.c: * gasyncresult.c: * gdesktopappinfo.c: * gdrive.c: * gfile.c: * gicon.c: * gloadableicon.c: * gmount.c: * gseekable.c: * gvolume.c: Register types thread-safely. Patch by Christian Persch svn path=/trunk/; revision=7208
2008-06-22Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin1-1/+1
2008-06-21 Johan Dahlin <jdahlin@async.com.br> * *.[ch]: Include "config.h" instead of <config.h> Command used: find -name \*.[ch]|xargs perl -p -i -e 's/^#include <config.h>/#include "config.h"/g' Rubberstamped by Mitch svn path=/trunk/; revision=7092
2008-02-21Doc fixesMatthias Clasen1-1/+1
svn path=/trunk/; revision=6554
2007-12-18Fix up includes in section docsMatthias Clasen1-0/+1
svn path=/trunk/; revision=6149
2007-12-01Doc improvementsMatthias Clasen1-1/+1
svn path=/trunk/; revision=6005
2007-11-30More coding style fixesMatthias Clasen1-5/+4
svn path=/trunk/; revision=5999
2007-11-29Fixes unknown meaning in GAppLaunchContext docs. Clarify asynchronous ops.Andrew Walton1-0/+17
* gappinfo.c: Fixes unknown meaning in GAppLaunchContext docs. * gfile.c: Clarify asynchronous ops. * gfileattribute.c: Fix entity tag docs. * gicon.c: * gthemedicon.c: Provides missing gtk-doc section, fixes API docs slighly. * gsimpleasyncresult.c: Fill in missing info in docs. * gunixinputstream.c: * gunixoutputstream.c: Be more expressive in short description. * gunixvolume.c: Remove gtk-doc stubs for non-public API. svn path=/trunk/; revision=5994
2007-11-28Added. Added. Added. Added.Alexander Larsson1-0/+4
2007-11-28 Alexander Larsson <alexl@redhat.com> * Makefile.am: * abicheck.sh: Added. * makegioalias.pl: Added. * pltcheck.sh: Added. * gio.symbols: Added. * *.c: * inotify/*.c Initial work on adding symbol handling. * gvfs.h: Correct ifdef guard name * fam/Makefile.am: * inotify/Makefile.am: * xdgmime/Makefile.am: Include toplevel Makefile.decl svn path=/trunk/; revision=5972
2007-11-27 Bumps documentation to 93% symbol coverage, touching most Andrew Walton1-0/+4
of the public files. Fixes broken function documentation prototypes. Fixes GCancellable inaccuracies. Removes unnecessary incomplete gtk-doc headers in private files. svn path=/trunk/; revision=5953
2007-11-26gio/ docs/reference/gio Merged gio-standalone into glib.Alexander Larsson1-0/+118
2007-11-26 Alexander Larsson <alexl@redhat.com> * Makefile.am: * configure.in: * gio-2.0-uninstalled.pc.in: * gio-2.0.pc.in: * gio-unix-2.0-uninstalled.pc.in: * gio-unix-2.0.pc.in: * gio/ * docs/reference/gio Merged gio-standalone into glib. * glib/glibintl.h: * glib/gutils.c: Export glib_gettext so that gio can use it Add P_ (using same domain for now) Add I_ as g_intern_static_string svn path=/trunk/; revision=5941