~ubuntu-branches/ubuntu/trusty/bluefish/trusty

« back to all changes in this revision

Viewing changes to src/stringlist.h

  • Committer: Package Import Robot
  • Author(s): Daniel Leidert
  • Date: 2012-06-27 22:28:39 UTC
  • mfrom: (1.2.9)
  • Revision ID: package-import@ubuntu.com-20120627222839-5g0f5s6gpaezfhve
Tags: 2.2.3-1
* New upstream release.
* debian/control: Dropped DM-Upload-Allowed.
  (Maintainer): Set to my new address.
  (Suggests): Calculate browsers depending on distribution.
  (Depends): Added python depends for newly shipped Python scripts.
* debian/copyright: Minor update. Link to GPLv2 text.
* debian/rules: Enabled hardening. Added python2 module. Calculate brwoser
  dependencies via dpkg-vendor.
* debian/patches/LP810663_blacklist_from_appmenu.patch: Adjusted.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
gchar *array_to_string(gchar **array);
30
30
gchar **string_to_array(gchar *string);
31
31
gchar **array_from_arglist(const gchar *string1, ...);
 
32
gchar **prepend_array(gchar *prepend, gchar **arr);
32
33
GList *list_from_arglist(gboolean allocate_strings, ...);
33
34
GList *duplicate_stringlist(GList *list, gint dup_data);
34
35
gint free_stringlist(GList * which_list);