~ubuntu-branches/ubuntu/oneiric/gnome-panel/oneiric

« back to all changes in this revision

Viewing changes to gnome-panel/libegg/eggdesktopfile.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-05-30 11:04:49 UTC
  • mfrom: (1.3.4 upstream)
  • mto: This revision was merged to the branch mainline in revision 204.
  • Revision ID: james.westby@ubuntu.com-20110530110449-ut1tc5t61rpvf9e3
Tags: upstream-3.0.2
ImportĀ upstreamĀ versionĀ 3.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
127
127
double    egg_desktop_file_get_numeric            (EggDesktopFile  *desktop_file,
128
128
                                                   const char      *key,
129
129
                                                   GError         **error);
 
130
int       egg_desktop_file_get_integer            (EggDesktopFile  *desktop_file,
 
131
                                                   const char      *key,
 
132
                                                   GError         **error);
130
133
char    **egg_desktop_file_get_string_list        (EggDesktopFile  *desktop_file,
131
134
                                                   const char      *key,
132
135
                                                   gsize           *length,