~ubuntu-branches/debian/experimental/file-roller/experimental

« back to all changes in this revision

Viewing changes to src/glib-utils.h

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson
  • Date: 2013-03-25 14:07:41 UTC
  • mfrom: (1.6.95)
  • Revision ID: package-import@ubuntu.com-20130325140741-fn92im56sms30zkg
Tags: 3.7.92-1
* New upstream release.
* Drop debian/patches/git_handle_cab.patch, from upstream now in release.
* Bump libgtk-3-dev build-dependency to (>= 3.6.0)
  - source uses GtkMenuButton which is new in 3.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
GList *             _g_object_list_ref             (GList               *list);
53
53
void                _g_object_list_unref           (GList               *list);
54
54
 
 
55
/* enum */
 
56
 
 
57
GEnumValue *        _g_enum_type_get_value         (GType                enum_type,
 
58
                                                    int                  value);
 
59
GEnumValue *        _g_enum_type_get_value_by_nick (GType                enum_type,
 
60
                                                    const char          *nick);
 
61
 
55
62
/* error */
56
63
 
57
64
void                _g_error_free                  (GError              *error);