~ubuntu-branches/ubuntu/trusty/libgksu/trusty

« back to all changes in this revision

Viewing changes to libgksu/libgksu.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2008-06-12 17:35:03 UTC
  • mfrom: (1.1.6 upstream) (6.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20080612173503-ig19ozxyrh4u9otf
Tags: 2.0.7-1ubuntu1
* Merge from debian unstable, remaining debian/patches:
  - 09_multihead.patch:
    + dim all heads
  - 13_polish_startup.diff: 
    + improve startup notification message (sent upstream)
  - 15_extra_paranoia_for_gconf.diff.patch
    + if no value for sudo-mode is found in gconf, default to sudo-mode 
      (ubuntu specific)
  - 11_no_save_to_keyring.patch
    + don't save to gnome-keyring by default (ubuntu specific)
  - 12_no_password_dialog.patch
    + don't display dialog if no password was needed (ubuntu specific)
  - 17_composited_fade.patch:
    + nice fadeout on composited display (sent upstream)
  - 18_g_markup_escape_text_for_command.patch:
    + fix missing g_markup_escape when commands are displayed 
      (sent upstream)
  - 20_add_usleep.patch:
    + add small usleep() to avoid race condition when
      the hostname can not be resolved (sent upstream)
  - 21_composited_rgba_addition.patch:
    + bling (sent upstream) 
  - 22_increase_gksu_helper_buf.patch: 
    + make the gksu-run-helper buffer grow dynamically
* dropped (accepted upstream):
  - debian/patches/01_capslock_warn_fix.diff
  - debian/patches/05_always_ask_password.patch
  - debian/patches/16_fix_waitpid.patch
* updated:
  - debian/patches/18_g_markup_escape_text_for_command.patch
* dropped debian/patches/19_keep_http_proxy.patch, not needed
  with current sudo

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
  gchar *message;
62
62
  gchar *alert;
63
63
  gboolean grab;
 
64
  gboolean always_ask_password;
64
65
 
65
66
  /* startup notification */
66
67
  SnLauncherContext *sn_context;
160
161
gksu_context_get_grab (GksuContext *context);
161
162
 
162
163
void
 
164
gksu_context_set_always_ask_password (GksuContext *context, gboolean value);
 
165
 
 
166
gboolean
 
167
gksu_context_get_always_ask_password (GksuContext *context);
 
168
 
 
169
void
163
170
gksu_context_set_launcher_context (GksuContext *context, SnLauncherContext *sn_context);
164
171
 
165
172
SnLauncherContext*