~ubuntu-branches/ubuntu/hardy/eog/hardy-updates

« back to all changes in this revision

Viewing changes to cut-n-paste/toolbar-editor/eggmarshalers.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-12-04 11:57:27 UTC
  • mfrom: (1.1.36 upstream)
  • Revision ID: james.westby@ubuntu.com-20071204115727-lka8thyx592x3owl
Tags: 2.21.2-0ubuntu1
* New upstream version:
  New features:
  - Support for resetting the toolbar to its default layout (LP: #145327)
  Misc improvements/fixes:
  - Fixes for memory leaks and code optimizations
  - Improvements in plugin API
  - Improvements in the plugin system Python bindinds
  Bug fixes:
  - #458661, Up/Down keys in image collection
  - #491528, Use trash icon i.s.o. delete icon for move to trash menu item
  - #491826, Defaults are wrong
  - #494881, Support for exempi 1.99.5
  - #496184, Eog does not support color management
  - #499154, Specify correct type for eog_image_load and _has_data
  - #499156, Wrap eog_image_load in Python
  - #480975, Feature request : EOG lack an option to reset toolbars

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
                                        gpointer      marshal_data);
61
61
void
62
62
_egg_marshal_VOID__INT_INT (GClosure     *closure,
63
 
                            GValue       *return_value,
 
63
                            GValue       *return_value G_GNUC_UNUSED,
64
64
                            guint         n_param_values,
65
65
                            const GValue *param_values,
66
 
                            gpointer      invocation_hint,
 
66
                            gpointer      invocation_hint G_GNUC_UNUSED,
67
67
                            gpointer      marshal_data)
68
68
{
69
69
  typedef void (*GMarshalFunc_VOID__INT_INT) (gpointer     data1,